Re: java.lang.ClassNotFoundException for VertexOutputFormat

2012-11-09 Thread Marcin Biczak
e the giraph revision etc). HADOOP_CLASSPATH contains girpah.jar and myJobs.jar regards marcin 2012/11/8 Marcin Biczak > Hi > > I have very strange problem regarding ClassNotFoundException for vertex > output format (my own implementation). When I run my program I get an > exception

java.lang.ClassNotFoundException for VertexOutputFormat

2012-11-08 Thread Marcin Biczak
Hi I have very strange problem regarding ClassNotFoundException for vertex output format (my own implementation). When I run my program I get an exception: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.test.giraph.utils.writers.generic.SamplingOutpu

Re: Number max of superstep

2012-07-27 Thread Marcin Biczak
It's hadoop based "problem". You have to increase the counter limit in hadoop config file, mapreduce.job.counters.limit. You can only do that in the config file for hadoop which requires restart of the cluster. 2012/7/27 Etienne Dumoulin > Hi, > > I just have a problem with several giraph jobs.

Re: SimpleShortestPathsVertex does not work when compiled separately

2012-07-24 Thread Marcin Biczak
Hi I had similar problem, here is "my solution", http://stackoverflow.com/questions/10700853/giraph-shortest-paths-example-classnotfoundexception. But I still don't know why I have do it like this, maybe someone here can explain this? regards marcin biczak 2012/7/24 KAUSHIK SARKA