Package com.facebook.hiveio.common

Examples of com.facebook.hiveio.common.HiveTableDesc


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

TOP

Related Classes of com.facebook.hiveio.common.HiveTableDesc

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.