@Override
public HiveQueryOutputBo getQueryResult(HiveQueryInputBo input) {
if (input == null)
return null;
HiveQueryOutput result = queryEngine.getQueryResult(new HiveQueryInput(
input));
// insert query history DB
String resultLocation = "";
if (result.getStoreFileLocation() != null){