You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Renato Marroquín Mogrovejo <re...@gmail.com> on 2013/06/06 05:56:41 UTC

Compiling Giraph after modifications

Hi all,

I have done some modifications for Giraph specifically for [1] but every
time I do a mvn compile it shows this error and when I do mvn clean verify
it gracefully passes.

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Giraph Parent .............................. SUCCESS [2.608s]
[INFO] Apache Giraph Core ................................ SUCCESS [24.304s]
[INFO] Apache Giraph Examples ............................ FAILURE [0.209s]
[INFO] Apache Giraph Accumulo I/O ........................ SKIPPED
[INFO] Apache Giraph HBase I/O ........................... SKIPPED
[INFO] Apache Giraph HCatalog I/O ........................ SKIPPED
[INFO] Apache Giraph Hive I/O ............................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 27.670s
[INFO] Finished at: Wed Jun 05 22:44:54 PET 2013
[INFO] Final Memory: 24M/93M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project giraph-examples: Could not
resolve dependencies for project
org.apache.giraph:giraph-examples:jar:1.1.0-SNAPSHOT: Failure to find
org.apache.giraph:giraph-core:jar:tests:1.1.0-SNAPSHOT in
http://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]


Any idea how I can solve this? Many thanks in advance.


Renato M.

[1] https://issues.apache.org/jira/browse/GIRAPH-557

Re: Compiling Giraph after modifications

Posted by Renato Marroquín Mogrovejo <re...@gmail.com>.
Problem fixed!
Thank you Gustavo!  I thought I had tried this, but apparently I hadn't.


Renato M.




2013/6/6 Gustavo Enrique Salazar Torres <gs...@ime.usp.br>

> Hi Renato:
>
> You have to run "mvn clean install" since Examples depends on core-tests
> package which have to be installed first in your local mvn repository.
>
> Cheers
> Gustavo
>
>
> On Thu, Jun 6, 2013 at 12:56 AM, Renato Marroquín Mogrovejo <
> renatoj.marroquin@gmail.com> wrote:
>
> > Hi all,
> >
> > I have done some modifications for Giraph specifically for [1] but every
> > time I do a mvn compile it shows this error and when I do mvn clean
> verify
> > it gracefully passes.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Giraph Parent .............................. SUCCESS
> [2.608s]
> > [INFO] Apache Giraph Core ................................ SUCCESS
> > [24.304s]
> > [INFO] Apache Giraph Examples ............................ FAILURE
> [0.209s]
> > [INFO] Apache Giraph Accumulo I/O ........................ SKIPPED
> > [INFO] Apache Giraph HBase I/O ........................... SKIPPED
> > [INFO] Apache Giraph HCatalog I/O ........................ SKIPPED
> > [INFO] Apache Giraph Hive I/O ............................ SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 27.670s
> > [INFO] Finished at: Wed Jun 05 22:44:54 PET 2013
> > [INFO] Final Memory: 24M/93M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project giraph-examples: Could not
> > resolve dependencies for project
> > org.apache.giraph:giraph-examples:jar:1.1.0-SNAPSHOT: Failure to find
> > org.apache.giraph:giraph-core:jar:tests:1.1.0-SNAPSHOT in
> > http://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]
> >
> >
> > Any idea how I can solve this? Many thanks in advance.
> >
> >
> > Renato M.
> >
> > [1] https://issues.apache.org/jira/browse/GIRAPH-557
> >
>

Re: Compiling Giraph after modifications

Posted by Gustavo Enrique Salazar Torres <gs...@ime.usp.br>.
Hi Renato:

You have to run "mvn clean install" since Examples depends on core-tests
package which have to be installed first in your local mvn repository.

Cheers
Gustavo


On Thu, Jun 6, 2013 at 12:56 AM, Renato Marroquín Mogrovejo <
renatoj.marroquin@gmail.com> wrote:

> Hi all,
>
> I have done some modifications for Giraph specifically for [1] but every
> time I do a mvn compile it shows this error and when I do mvn clean verify
> it gracefully passes.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Giraph Parent .............................. SUCCESS [2.608s]
> [INFO] Apache Giraph Core ................................ SUCCESS
> [24.304s]
> [INFO] Apache Giraph Examples ............................ FAILURE [0.209s]
> [INFO] Apache Giraph Accumulo I/O ........................ SKIPPED
> [INFO] Apache Giraph HBase I/O ........................... SKIPPED
> [INFO] Apache Giraph HCatalog I/O ........................ SKIPPED
> [INFO] Apache Giraph Hive I/O ............................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 27.670s
> [INFO] Finished at: Wed Jun 05 22:44:54 PET 2013
> [INFO] Final Memory: 24M/93M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project giraph-examples: Could not
> resolve dependencies for project
> org.apache.giraph:giraph-examples:jar:1.1.0-SNAPSHOT: Failure to find
> org.apache.giraph:giraph-core:jar:tests:1.1.0-SNAPSHOT in
> http://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]
>
>
> Any idea how I can solve this? Many thanks in advance.
>
>
> Renato M.
>
> [1] https://issues.apache.org/jira/browse/GIRAPH-557
>