ThriftHiveMetastore.Iface client = HiveMetastores.create(
metastoreHostPort.host, metastoreHostPort.port);
HiveInputDescription inputDesc = initInput(metastoreHostPort);
HiveStats hiveStats = HiveUtils.statsOf(client, inputDesc);
LOG.info("{}", hiveStats);
HiveConf hiveConf = HiveUtils.newHiveConf(TailerCmd.class);
args.inputTable.process(hiveConf);