Any advise on how to get things working?I'm working on a 12 core 55GB memory 
machine FYI. Do you need more information from me to close this thread?

Rui
From: nitay.jo...@gmail.com
Subject: Re: Problem Building Apache Giraph Formats
Date: Tue, 27 Nov 2012 15:53:42 -0800
To: user@giraph.apache.org

>From cursory look it seems to me like all the failures are due to memory 
>issues (OOME)
On Nov 27, 2012, at 1:54 PM, Rui Sarmento <rui_sarme...@hotmail.com> 
wrote:Sorry not 800, its more than 80 :-) .  I'm on the right dir.

> Date: Tue, 27 Nov 2012 22:16:08 +0100
> Subject: Re: Problem Building Apache Giraph Formats
> From: efeshundert...@googlemail.com
> To: user@giraph.apache.org
> 
> Hi Rui!
> 
> from where are you running this? The test-results are on
> target/munged/surefire-reports. Please go into that directory and grep
> for ERROR.
> 
> --André
> 
> 2012/11/27 Rui Sarmento <rui_sarme...@hotmail.com>:
> > I'm using "grep -R -l" command but is taking to long, any advise for another
> > command? Is there a faster one available, its more than 800 documents.
> >
> > Thanks,
> >
> > Rui
> >
> > ________________________________
> > From: alessan...@fb.com
> > To: user@giraph.apache.org
> > Subject: Re: Problem Building Apache Giraph Formats
> > Date: Tue, 27 Nov 2012 02:05:18 +0000
> >
> >
> > You could take a look at surefire-reports and post the failing test(s).
> > Search for the string "error" in that folder.
> >
> > From: Rui Sarmento <rui_sarme...@hotmail.com>
> > Reply-To: "user@giraph.apache.org" <user@giraph.apache.org>
> > Date: Monday, November 26, 2012 5:58 PM
> > To: Giraph Support <user@giraph.apache.org>
> > Subject: RE: Problem Building Apache Giraph Formats
> >
> > running "mvn install" on trunk dir gives this result:
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Giraph Parent .............................. SUCCESS [0.563s]
> > [INFO] Apache Giraph ..................................... FAILURE
> > [2:23.047s]
> > [INFO] Apache Giraph Formats ............................. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 2:23.882s
> > [INFO] Finished at: Tue Nov 27 01:54:17 WET 2012
> > [INFO] Final Memory: 27M/811M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on
> > project giraph: There are test failures.
> > [ERROR]
> > [ERROR] Please refer to
> > /home/110414015/trunk/giraph/target/munged/surefire-reports for the
> > individual test results.
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions, please
> > read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR] mvn <goals> -rf :giraph
> >
> > Do you need any test result in particular?
> >
> > Regards
> >
> > ________________________________
> > From: alessan...@fb.com
> > To: user@giraph.apache.org
> > Subject: Re: Problem Building Apache Giraph Formats
> > Date: Tue, 27 Nov 2012 01:37:39 +0000
> >
> > The actual error seems to be:
> >
> > [ERROR] Failed to execute goal on project giraph-formats-contrib: Could not
> > resolve dependencies for project
> > org.apache.giraph:giraph-formats-contrib:jar:0.2-SNAPSHOT: Failure to find
> > org.apache.giraph:giraph:jar:tests:0.2-SNAPSHOT
> > inhttp://repo1.maven.org/maven2 was cached in the local repository,
> > resolution will not be reattempted until the update interval of central has
> > elapsed or updates are forced -> [Help 1]
> >
> > Try running "mvn install" at the top level first. That should put the test
> > jar in your local repository.
> >
> > From: Rui Sarmento <rui_sarme...@hotmail.com>
> > Reply-To: "user@giraph.apache.org" <user@giraph.apache.org>
> > Date: Monday, November 26, 2012 5:15 PM
> > To: Giraph Support <user@giraph.apache.org>
> > Subject: RE: Problem Building Apache Giraph Formats
> >
> > Hi Alessandro,
> >
> > The command is "mvn compile", Everything compiles with success except Apache
> > Giraph Formats
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache Giraph Formats 0.2-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [WARNING] The POM for org.apache.hadoop:hadoop-core:jar:0.20.1 is missing,
> > no dependency information available
> > [WARNING] Could not transfer metadata asm:asm/maven-metadata.xml from/to
> > local.repository (file:../../local.repository/trunk): No connector available
> > to access repository local.repository (file:../../local.repository/trunk) of
> > type legacy using the available factories WagonRepositoryConnectorFactory
> > [WARNING] Failure to transfer asm:asm/maven-metadata.xml from
> > file:../../local.repository/trunk was cached in the local repository,
> > resolution will not be reattempted until the update interval of
> > local.repository has elapsed or updates are forced. Original error: Could
> > not transfer metadata asm:asm/maven-metadata.xml from/to local.repository
> > (file:../../local.repository/trunk): No connector available to access
> > repository local.repository (file:../../local.repository/trunk) of type
> > legacy using the available factories WagonRepositoryConnectorFactory
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Giraph Parent .............................. SUCCESS [0.002s]
> > [INFO] Apache Giraph ..................................... SUCCESS [10.759s]
> > [INFO] Apache Giraph Formats ............................. FAILURE [0.362s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 11.381s
> > [INFO] Finished at: Wed Nov 21 15:34:39 WET 2012
> > [INFO] Final Memory: 22M/824M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project giraph-formats-contrib: Could not
> > resolve dependencies for project
> > org.apache.giraph:giraph-formats-contrib:jar:0.2-SNAPSHOT: Failure to find
> > org.apache.giraph:giraph:jar:tests:0.2-SNAPSHOT
> > inhttp://repo1.maven.org/maven2 was cached in the local repository,
> > resolution will not be reattempted until the update interval of central has
> > elapsed or updates are forced -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions, please
> > read the following articles:
> > [ERROR] [Help
> > 1]http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR] mvn <goals> -rf :giraph-formats-contrib
> >
> >
> > Thanks,
> >
> > Rui
> >
> >
> > ________________________________
> > From: alessan...@fb.com
> > To: user@giraph.apache.org
> > Subject: Re: Problem Building Apache Giraph Formats
> > Date: Tue, 27 Nov 2012 00:57:48 +0000
> >
> > Hi Rui,
> >
> > The default profile shouldn't be 0.20.1. Are you running plain "mvn verify"
> > or something else?
> > Also, can you post the other error you're getting?
> >
> > Alessandro
> >
> > From: Rui Sarmento <rui_sarme...@hotmail.com>
> > Reply-To: "user@giraph.apache.org" <user@giraph.apache.org>
> > Date: Monday, November 26, 2012 2:46 PM
> > To: "user@giraph.apache.org" <user@giraph.apache.org>
> > Subject: FW: Problem Building Apache Giraph Formats
> >
> >
> > Hi,
> >
> > I'm trying to build giraph and I'm getting this error I don't know how to
> > correct it, maybe you can help, what are your thoughts about this:
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache Giraph Formats 0.2-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [WARNING] The POM for org.apache.hadoop:hadoop-core:jar:0.20.1 is missing,
> > no dependency information available
> >
> > It also complains about maven repositories FYI.
> >
> > Thanks in Advance for your help. If more information is needed I'll be glad
> > to help.
> >
> > Regards,
> >
> > Rui
                                          

Reply via email to