-----------------------------------------------------------
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