Giraph will probably want to have the entire class package name (at least that is what works for me) in the argument. Hence, if you re sure that is the class you want, use
"-ca org.apache.giraph.examples.RandomWalkWithRestartComputation.MAX_SUPERSTEPS=10" For me, I found that I wanted to change the value in the RandomWalkVertex class (with "-ca org.apache.giraph.examples.RandomWalkVertex.MAX_SUPERSTEPS=2"), but this was for a different example, so your mileage may vary. (I sent message again to correct for a typo in my previous message.) Best Wishes, Peter Fontana From: <Fontana>, Peter Fontana <[email protected]<mailto:[email protected]>> Reply-To: user Giraph Mailing List <[email protected]<mailto:[email protected]>> Date: Tuesday, October 14, 2014 at 10:10 AM To: user Giraph Mailing List <[email protected]<mailto:[email protected]>> Subject: Re: RandomWalkWithRestartComputation.MAX_SUPERSTEPS Giraph will probably want to have the entire class package name (at least that is what works for me) in the argument. Hence, if you re sure that is the class you want, use "-ca org.apache.giraph.examples.RandomWalkWithRestartComputation.MAX_SUPERSTEPS=10" For me, I found that I wanted to change the value in the RandomWalkVertex class (with "-ca org.apache.giraph.examples.RandomWalkVertex.maxSupersteps=2"), but this was for a different example, so your mileage may vary. Best Wishes, Peter Fontana From: xuhong zhang <[email protected]<mailto:[email protected]>> Reply-To: user Giraph Mailing List <[email protected]<mailto:[email protected]>> Date: Monday, October 13, 2014 at 6:05 PM To: user Giraph Mailing List <[email protected]<mailto:[email protected]>> Subject: RandomWalkWithRestartComputation.MAX_SUPERSTEPS Dear everyone: I want to parse RandomWalkWithRestartComputation.MAX_SUPERSTEPS=10 configuration to org.apache.giraph.examples.PageRankComputation what's the correct way? is it "-ca RandomWalkWithRestartComputation.MAX_SUPERSTEPS=10" ? Thanks, Xuhong Zhang
