Re: OutOfMemoryError: Java heap space during Large graph running

2016-11-04 Thread Agrta Rawat
Hi, Didi you tried running your code on a low size data set? Did it work? And you have to increase xms and Xmx options in hasoop configuration file. I exactly do mot remember the file name but probably in mapred-site.xml you will be able to find such entry. :) Thanks, Agrta Rawat On Sun, Oct 23

Re: OutOfMemoryError: Java heap space during Large graph running

2016-10-23 Thread Agrta Rawat
Hi Hai, Please check your giraph configurations. Try increasing min and max RAM size in your configurations. This should help. Regards, Agrta Rawat On Sat, Oct 22, 2016 at 7:46 PM, Hai Lan <lanhai1...@gmail.com> wrote: > Can anyone help with this? > > Thanks a lot! > > &

Giraph Task Not Running Parallely

2014-08-18 Thread Agrta Rawat
Hi All, I am trying to run a giraph job on multiple number of workers. But it fails with IllegalStateException. While the same job runs fine when no. of worker is 1. I am running giraph job using- hadoop jar TryGiraph.jar org.apache.giraph.GiraphRunner vertexClass -mc MyMasterCompute -wc

Re: Building Giraph Jar for CDH 4.5

2014-04-20 Thread Agrta Rawat
Thanks Eli. I have done it. Regards, Agrta Rawat On Sat, Apr 19, 2014 at 11:51 PM, Eli Reisman apache.mail...@gmail.comwrote: You'll have to use the right maven profile when compiling Giraph, see the POM file for profile options you can choose. On Mon, Mar 31, 2014 at 5:34 AM, Agrta Rawat

Re: Giraph Buffer Size

2014-04-16 Thread Agrta Rawat
, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp Please suggest what should be done? Am I missing anything? Regards, Agrta Rawat On Wed, Apr 16, 2014 at 12:44 PM, Pavan Kumar A pava...@outlook.com wrote: What do u mean by buffer size? Just as a note, please ensure that Xmx

Re: giraph memory usage info

2014-04-15 Thread Agrta Rawat
heap space This means there is something in your code that is being modified and accessed simultaneously at runtime. e.g. if you are iterating a hashset and removing or adding contents to it, it will give such kind of exceptions. Regards, Agrta Rawat On Mon, Apr 14, 2014 at 7:02 PM, Arun

Re: Edge value types don't match

2014-04-06 Thread Agrta Rawat
Hi All, I changed parameter type of my eif edge value and eof edge value to Writable. But I am getting the same error. Please suggest what should be done? Regards, Agrta Rawat On Fri, Apr 4, 2014 at 4:58 PM, Agrta Rawat agrta.ra...@gmail.com wrote: Hi All, I am running my giraph code

Edge value types don't match

2014-04-04 Thread Agrta Rawat
-1.0.0 with giraph-1.0.0-for-hadoop-1.0.0-with-dependencies.jar. Kindly suggest what can be done? Regards, Agrta Rawat

Building Giraph Jar Without Installing Hadoop

2014-04-03 Thread Agrta Rawat
not found it. Are these jar files downloaded in the system? If yes, where? Can anybody please help me? Regards, Agrta Rawat

Re: Building Giraph Jar for Hadoop 2.0.0 Version

2014-04-01 Thread Agrta Rawat
\nactiveByDefault... @826:26) @ /home/agrta/giraph-1.0nw/pom.xml, line 826, column 26 - [Help 2] Please Help. Regards, Agrta Rawat On Mon, Mar 31, 2014 at 6:02 PM, Lukas Nalezenec lukas.naleze...@firma.seznam.cz wrote: Open pom.xml file from giraph-parent project, choose

Re: Building Giraph Jar for Hadoop 2.0.0 Version

2014-04-01 Thread Agrta Rawat
Hi Lukas, Thank you so much. It worked. Regards, Agrta Rawat On Tue, Apr 1, 2014 at 1:24 PM, Lukas Nalezenec lukas.naleze...@firma.seznam.cz wrote: Hi Agrta, You made some typo in pom file. But anyway, you dont need to edit pom file to activate profile. Revert the changes in pom file

Running Giraph 1.0.0 for Hadoop 2.0.0

2014-04-01 Thread Agrta Rawat
) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:208) Am I missing something or doing something wrong? How can I resolve this issue? Please help. Regards, Agrta Rawat

Building Giraph Jar for Hadoop 2.0.0 Version

2014-03-31 Thread Agrta Rawat
Hi All, I need to build Giraph 1.0.0 for Hadoop version2.0.0. how can I build Giraph jar for a specific version of Hadoop? Do i need to make some changes in any configuration file? Please suggest. Appreciate your help. Thanks. Regards, Agrta Rawat

Re: Building Giraph Jar for CDH 4.5

2014-03-31 Thread Agrta Rawat
suggest what can be done. Regards, Agrta Rawat On Fri, Mar 28, 2014 at 10:21 AM, Agrta Rawat agrta.ra...@gmail.com wrote: Hi Pascal, Thank you so much. Regards, Agrta Rawat On Thu, Mar 27, 2014 at 7:08 PM, Pascal Jäger pas...@pascaljaeger.dewrote: Hi, there's a maven build profile

Building Giraph Jar for CDH 4.5

2014-03-27 Thread Agrta Rawat
Hi Folks, I need to know solutions of following points. 1. is it possible to build Griaph jar file for CDH 4.5 that has hadoop 2.0.0? 2. If yes, How can I install hadoop from CDH 4.5 tar ball for hadoop? can anyone help me... Thanks, Agrta Rawat

Re: Building Giraph Jar for CDH 4.5

2014-03-27 Thread Agrta Rawat
Hi Pascal, Thank you so much. Regards, Agrta Rawat On Thu, Mar 27, 2014 at 7:08 PM, Pascal Jäger pas...@pascaljaeger.dewrote: Hi, there's a maven build profile for cdh. It works with csh 4.5 and hadoop 2.0.0 I'm not sure if I get the second question right. You can use cloudera express

Re: Using Giraph

2014-03-04 Thread Agrta Rawat
and must be compiled in the local system before use? Warm regards Arko On Sun, Mar 2, 2014 at 11:08 PM, Agrta Rawat agrta.ra...@gmail.comwrote: Hi Arko, You first need to have java, hadoop and maven 3 or higher installed. Then, compile or install mvn. After you will get a giraph-version

Re: Running Giraph-854 SimpleShortestPathsComputation

2014-02-28 Thread Agrta Rawat
/quick_start.html On 27 February 2014 15:30, Agrta Rawat agrta.ra...@gmail.com wrote: Hi Sebastian, I am using following command to run my Giraph Application- $HADOOP_HOME/bin/hadoop jar ex-jar/myexample.jar org.apache.giraph.GiraphRunner myVertexClassPackage.MyVertexClass -vif

Running Giraph-854 SimpleShortestPathsComputation

2014-02-27 Thread Agrta Rawat
Hi All, I have build Giraph for patch-854 on hadoop1.0.0. I have run the example of SimpleShortestPathsComputation successfully but when I try to run the some other code by following the same architecture as used in SimpleShortestPathsComputation Example, it gives me following error- Exception

Re: Running Giraph-854 SimpleShortestPathsComputation

2014-02-27 Thread Agrta Rawat
-of myVertexClassPackage.MyVertexOutputFormat -op /output/testOutput -w 1 Thanks. On Thu, Feb 27, 2014 at 3:22 PM, Sebastian Schelter s...@apache.org wrote: Can you provide the exact arguments you use to start the job? On 02/27/2014 10:50 AM, Agrta Rawat wrote: Hi All, I have build Giraph for patch-854 on hadoop1.0.0. I

Fault Tolerance In Giraph

2014-02-05 Thread Agrta Rawat
Hi All, I need to set checkpoints in my giraph application. I have set getConf().setCheckPointFrequency(superStep_number) in MasterCompute class but application is not working after doing so. Can anyone please suggest me how to apply checkpointing in giraph application and where. Agrta Rawat

A Vertex Holds Other Than Text

2014-01-01 Thread Agrta Rawat
. regards, Agrta Rawat