You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Avery Ching <av...@gmail.com> on 2013/04/01 22:44:16 UTC

Re: Review Request: HiveGiraphRunner should allow disabling/choosing of input formats at runtime

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10228/
-----------------------------------------------------------

(Updated April 1, 2013, 8:44 p.m.)


Review request for giraph.


Changes
-------

Wrong patch initially.


Description
-------

Now we have options such as 

 -D,--hiveconf <arg>             property=value for Hive/Hadoop
                                 configuration
 -db,--dbName <arg>              Hive database name
 -ei,--edgeInputTable <arg>      Edge input table name
 -EI,--edgeInputFilter <arg>     Edge input table filter expression (e.g.,
                                 "a<2 AND b='two'"
 -h,--help                       Help
    --hiveToEdgeClass <arg>      Giraph HiveToEdge class to use (default -
                                 XXXClass), "disable"
                                 will unset this option
    --hiveToVertexClass <arg>    Giraph HiveToVertex class to use (default
                                 - XXXClass),
                                 "disable" will unset this option


This addresses bug GIRAPH-602.
    https://issues.apache.org/jira/browse/GIRAPH-602


Diffs (updated)
-----

  giraph-hive/src/main/java/org/apache/giraph/hive/HiveGiraphRunner.java 712134e804fb1e63a6466c1cd498811ee637e11d 

Diff: https://reviews.apache.org/r/10228/diff/


Testing
-------

Passed mvn clean install.


Thanks,

Avery Ching