Re: PageRankBenchmrk fails due to IllegalStateException

2011-12-02 Thread Avery Ching
You can actually set the starting RPC port to change it from 3 by adding the appropriate configuration (i.e. hadoop jar giraph-0.70-jar-with-dependencies.jar org.apache.giraph.benchmark.PageRankBenchmark -Dgiraph.rpcInitialPort= -e 1 -s 3 -v -V 500 -w 5). I think I would ensure that tho

Re: PageRankBenchmrk fails due to IllegalStateException

2011-12-02 Thread Inci Cetindil
Hi Avery, I finally succeeded running the benchmark. The problem was not the port; but the IP resolving. After removing the mapping from 127.0.0.1 to the node names on /etc/hosts files, it worked like a charm! I guess Hadoop has different code path to get what IP it should listen on; so norm