if (StringUtils.isNotBlank(hiveTableName)) {
this.hiveOutput = true;
this.hiveTableName = hiveTableName;
this.elasticSearchUrl = elasticSearchUrl;
hup = new MarkerStore(hiveTableName, elasticSearchUrl, runMarkerQueries);
}
try {
machineHostName = InetAddress.getLocalHost().getHostName();
} catch (UnknownHostException e) {