Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-02 Thread pradeep kumar
erver.sh statusJMX > enabled by defaultUsing config: /usr/lib/zookeeper/bin/../conf/zoo.cfgMode: > standalone[root@localhost giraph]# > Any help would be greatly appreciated. > Thank you, > Ken > > -- Pradeep Kumar

Re: Problem with building giraph 1.0.0

2013-07-08 Thread pradeep kumar
yTestSuite.java:103) > at org.apache.maven.surefire.Surefire.run(Surefire.java:169) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) > > > > How can I solve this problem? > -- Pradeep Kumar

Re: Trying to implement program to find betweenness centrality in giraph

2013-02-07 Thread pradeep kumar
On Fri, Feb 8, 2013 at 2:51 AM, Claudio Martella wrote: > Sorry pradeep, I'm not sure I understand your problem. What about the 361 > supersteps and the counters limit change? > Did you solve it? > > > On Thu, Feb 7, 2013 at 5:43 PM, pradeep kumar wrote: > >>

Re: Trying to implement program to find betweenness centrality in giraph

2013-02-07 Thread pradeep kumar
2013 at 3:47 PM, Claudio Martella < > claudio.marte...@gmail.com> wrote: > >> Hi, >> >> you have to increase the counters limit in your cluster. You can increase >> the limit by setting the property mapreduce.job.counters.limit in your >> mapred-site.xml accordingly.

Re: Trying to implement program to find betweenness centrality in giraph

2013-02-07 Thread pradeep kumar
nodes sample i/p i was trying my real data will be close to million nodes, so how can i manage for such large input.. On Thu, Feb 7, 2013 at 4:02 PM, pradeep kumar wrote: > Hi lugt, > > Thanks for all your help.. program compiled successfully into jar.. > but actually i am not

Re: Trying to implement program to find betweenness centrality in giraph

2013-02-07 Thread pradeep kumar
t wrote: > >> It should work with version 0.2, but let me check. Since the API is >> changing all the time at the moment, it's very different to track all those >> changes. Probably they are numerous instances of the same error. >> >> >> On Wed, Feb 6, 2

Re: Trying to implement program to find betweenness centrality in giraph

2013-02-06 Thread pradeep kumar
Hi Lugt, Thanks for suggestion, i just tried with Green-Marl's bc_random, But because of so many changes in Giraph codebase, imports and many other functions in bc_random generate lots of errors almost 100+ errors.. I tried with Giraph 1.0 and current version of 2.0, most of errors i have resolved

Re: Using HiveGiraphRunner with dependencies

2013-01-17 Thread pradeep kumar
t 11:23 AM, pradeep kumar wrote: > Hi avery, > > thanks for reply and suggestion, > > while running commands we were getting some exceptions, we are not sure of > reasons, may be path or config.. did you guys faced such an issue while > developing, if then, what can be wron

Re: Using HiveGiraphRunner with dependencies

2013-01-17 Thread pradeep kumar
ive to launch the job with the > jar.sh script. This gets the environment straight from the Hive side. > > jar_help () { > echo "Used for applications that require Hadoop and Hive classpath and > environment." > echo "./hive --service jar HIVE_OPTS "