Re: Beginner's question

2013-03-25 Thread André Kelpe
2013/3/25 Eli Reisman > I have had trouble with the job-local ZK instances myself, > including using the 1.0.x Hadoop clusters. For running it locally it seems to be more stable to run a separate zookeeper. I always went for doing so, but that is quite simple. If you use a distribution like CDH,

Re: Beginner's question

2013-03-25 Thread Eli Reisman
Compile with mvn -Phadoop_1.0 clean install For the most part, you want to set (if you run with GiraphRunner or bin/giraph) the -ca giraph.zkList=host:port,host:port (etc) of your cluster ZK install. I have had trouble with the job-local ZK instances myself, including using the 1.0.x Hadoop cluste

Beginner's question

2013-03-25 Thread Han JU
Hi, I'm just starting to try Giraph to do some experiment on graphs. Here's some questions: - I currently have a small cluster on Hadoop 1.0.2 but I don't use any security things, so I compile with -Phadoop_non_secure? - After compilation by "mvn -Phadoop_non_secure clean install" with