104105106107108109110
* Get name of table we're writing to * * @return HiveTableName */ private static HiveTableDesc getHiveTableName() { return new HiveTableDesc("default", "hive_io_test"); }