Package com.facebook.giraph.hive.output

Examples of com.facebook.giraph.hive.output.HiveApiOutputFormat


  /**
   * Create vertex output format
   */
  public HiveVertexOutputFormat() {
    hiveOutputFormat = new HiveApiOutputFormat();
    hiveOutputFormat.setMyProfileId(HiveProfiles.VERTEX_OUTPUT_PROFILE_ID);
  }
View Full Code Here

TOP

Related Classes of com.facebook.giraph.hive.output.HiveApiOutputFormat

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.