> On 2011-11-03 05:32:49, Jake Mannix wrote:
> > It would be super cool if, like in Mahout and Hadoop, we could print out 
> > the set of Vertex impls / algorithms / actions available.  In Mahout, we 
> > have a properties file which we keep updating.  Even nicer (maybe?) would 
> > be to just search the classpath for all classes which implement 
> > BasicVertex, and list them.  Even cooler: have a new abstract method on 
> > BasicVertex "String getHelp()" which GiraphRunner could run via reflection 
> > to get the help output for the task.

Absolutely. Another JIRA?


> On 2011-11-03 05:32:49, Jake Mannix wrote:
> > /trunk/src/main/java/org/apache/giraph/GiraphRunner.java, lines 40-41
> > <https://reviews.apache.org/r/2700/diff/1/?file=55937#file55937line40>
> >
> >     Do these both need to be set?  -of is certainly not required by the 
> > framework.

Yeah, I'll remove it from required, although I want to open a new JIRA to 
remove this is a provided default.  It seems a bit odd that our default is to 
pipe the results to /dev/null essentially.  There are certainly calculations 
that might want to do that, but throwing away work shouldn't be the default.


> On 2011-11-03 05:32:49, Jake Mannix wrote:
> > /trunk/src/main/java/org/apache/giraph/GiraphRunner.java, lines 96-97
> > <https://reviews.apache.org/r/2700/diff/1/?file=55937#file55937line96>
> >
> >     ip vs i ?

Whoops.


> On 2011-11-03 05:32:49, Jake Mannix wrote:
> > /trunk/src/main/java/org/apache/giraph/GiraphRunner.java, lines 50-51
> > <https://reviews.apache.org/r/2700/diff/1/?file=55937#file55937line50>
> >
> >     both are required?  below you only use them if they are supplied.

No, only the ones in the required array are required.  The true here is for if 
they have arguments.  Neither are required.  There are only three that are 
required, workers, inputformat and uhh... uhh... I forget the third one.


> On 2011-11-03 05:32:49, Jake Mannix wrote:
> > /trunk/src/main/java/org/apache/giraph/GiraphRunner.java, line 110
> > <https://reviews.apache.org/r/2700/diff/1/?file=55937#file55937line110>
> >
> >     !isQuiet vs verbose... we're defaulting to "verbose" in this case?

yeah. Verbose shows the MR progress, which is the default for Pig and Hive.  
I'm not sure about Mahout.  


- Jakob


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


On 2011-11-03 03:25:11, Jakob Homan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2700/
> -----------------------------------------------------------
> 
> (Updated 2011-11-03 03:25:11)
> 
> 
> Review request for giraph.
> 
> 
> Summary
> -------
> 
> create giraphrunner
> 
> 
> Diffs
> -----
> 
>   /trunk/bin/giraph PRE-CREATION 
>   /trunk/pom.xml 1196926 
>   /trunk/src/main/assembly/assembly.xml PRE-CREATION 
>   /trunk/src/main/java/org/apache/giraph/GiraphRunner.java PRE-CREATION 
>   /trunk/src/main/java/org/apache/giraph/graph/GraphMapper.java 1196926 
> 
> Diff: https://reviews.apache.org/r/2700/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jakob
> 
>

Reply via email to