Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Vivek Sembium
No. I added my files(it was just a copy of one of the example program to a different package) to the jar files of giraph. But it was still giving me classNotFoundException. Can you give me some simple example program with instructions on how to deploy it. So I can start playing with giraph and

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
OK, then I'm going to open an issue for that. On Mon, Aug 26, 2013 at 11:23 AM, Vivek Sembium vivek.semb...@gmail.comwrote: Yes for the zookeeper problem I passed a seperate jar through -libjars command. If I use additional jars zookeeper fails. On Aug 26, 2013 2:51 PM, Claudio Martella

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Kyle Orlando
We were also experiencing similar problems when specifying -libjars as opposed to just using a fat jar. I believe we fixed it by setting the giraph.zkList property, but this only appears to work when we list one node as a zookeeper. On Mon, Aug 26, 2013 at 8:55 AM, Claudio Martella

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
you mean by running zookeeper independently? On Mon, Aug 26, 2013 at 3:16 PM, Kyle Orlando kyle.r.orla...@gmail.comwrote: We were also experiencing similar problems when specifying -libjars as opposed to just using a fat jar. I believe we fixed it by setting the giraph.zkList property, but

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Kyle Orlando
Yeah, exactly. We couldn't get it to work otherwise. On Mon, Aug 26, 2013 at 11:00 AM, Claudio Martella claudio.marte...@gmail.com wrote: you mean by running zookeeper independently? On Mon, Aug 26, 2013 at 3:16 PM, Kyle Orlando kyle.r.orla...@gmail.comwrote: We were also experiencing

Re: Help needed for Running my own java programs in Giraph

2013-08-26 Thread Claudio Martella
yeah. i tracked the problem to what i mentioned earlier. ZK is run with the wrong jar when using -libjars. I have to figure out what's the expected behavior though, because the logic is kind obscure in the code. On Mon, Aug 26, 2013 at 11:24 PM, Kyle Orlando kyle.r.orla...@gmail.comwrote: