giraph

Apache Giraph - Cannot run in split master / worker mode since there is only 1 task at a time

天大地大妈咪最大 提交于 2019-12-05 09:02:57
I ran Giraph 1.0.0 with hadoop 2.2.0 using the PageRank Benchmark example here . Suddenly I got this error result: Exception in thread "main" java.lang.IllegalArgumentException: checkLocalJobRunnerConfiguration: When using LocalJobRunner, must have only one worker since only 1 task at a time! at org.apache.giraph.job.GiraphJob.checkLocalJobRunnerConfiguration(GiraphJob.java:151) at org.apache.giraph.job.GiraphJob.run(GiraphJob.java:225) at org.apache.giraph.benchmark.GiraphBenchmark.run(GiraphBenchmark.java:90) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at org.apache.hadoop

Gremlin - Giraph - GraphX ? On TitanDb

让人想犯罪 __ 提交于 2019-12-03 14:40:43
I need some help to be confirm my choice... and to learn if you can give me some information. My storage database is TitanDb with Cassandra. I have a very large graph. My goal is to use Mllib on the graph latter. My first idea : use Titan with GraphX but I did not found anything or in development in progress... TinkerPop is not ready yet. So I have a look to Giraph. TinkerPop, Titan can communique with Rexster from TinkerPop. My question is : What are the benefit to use Giraph ? Gremlin seems to do the same think and is distributed. Thank you very much to explain me. I think I don't really

Building Giraph with Hadoop

大兔子大兔子 提交于 2019-12-01 05:46:19
问题 I am trying to set up Giraph with Hadoop 2.7.1 Try as I might, it doesn't seem to work. I have tried following the below links, http://giraph.apache.org/build.html https://blog.cloudera.com/blog/2014/02/how-to-write-and-run-giraph-jobs-on-hadoop/ http://lab.hypotheses.org/1207 What happens when I try to build using mvn -Phadoop_yarn -Dhadoop.version=2.7.1 -DskipTests package hadoopuser:/usr/local/giraph$ mvn -Phadoop_yarn -Dhadoop.version=2.7.1 -DskipTests package [INFO] Scanning for projects