I believe I was. I was building directly from a new clone of the github
repository. It turns out I should be installing YARN instead of the
Hadoop_2 profile. When I run ' mvn -DskipTests
-Dhadoop.version=2.3.0-cdh5.1.2 -Phadoop_yarn clean install' I get the
error:

*Failed to execute goal on project giraph-dist: Could not resolve
dependencies for project org.apache.giraph:giraph-dist:pom:1.2.0-SNAPSHOT:
Failure to find org.apache.giraph:giraph-rexster-io:jar:1.2.0-SNAPSHOT in
http://repo1.maven.org/maven2 <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]*

Would a fix have to do with the giraph-rexster-io:jar:*1.2.0-SNAPSHOT*?

On Sun, Nov 9, 2014 at 7:32 PM, Claudio Martella <claudio.marte...@gmail.com
> wrote:

> I just built trunk with that command. Are you sure you're building latest
> trunk?
>
> On Fri, Nov 7, 2014 at 3:21 PM, Ryan <freelanceflashga...@gmail.com>
> wrote:
>
>> Any updated thoughts on this?
>>
>> On Tue, Nov 4, 2014 at 5:59 PM, Ryan <freelanceflashga...@gmail.com>
>> wrote:
>>
>>> It's 'mvn -Phadoop_2 -fae -DskipTests clean install'
>>>
>>> Thanks,
>>> Ryan
>>>
>>> On Tue, Nov 4, 2014 at 2:02 PM, Roman Shaposhnik <ro...@shaposhnik.org>
>>> wrote:
>>>
>>>> What's the exact compilation incantation you use?
>>>>
>>>> Thanks,
>>>> Roman.
>>>>
>>>> On Tue, Nov 4, 2014 at 9:56 AM, Ryan <freelanceflashga...@gmail.com>
>>>> wrote:
>>>> > I'm attempting to build, compile and install Giraph 1.1 on a server
>>>> running
>>>> > CDH5.1.2. A few weeks ago I successfully compiled it by changing the
>>>> > hadoop_2 profile version to be 2.3.0-cdh5.1.2. I recently did a fresh
>>>> > install and was unable to build, compile and install (perhaps due to
>>>> the
>>>> > latest code updates).
>>>> >
>>>> > The error seems to be related to the SaslNettyClient and
>>>> SaslNettyServer.
>>>> > Any idea on fixes?
>>>> >
>>>> > Here's part of the error log:
>>>> >
>>>> > [ERROR] Failed to execute goal
>>>> > org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
>>>> (default-compile)
>>>> > on project giraph-core: Compilation failure: Compilation failure:
>>>> > [ERROR]
>>>> >
>>>> /[myPath]/giraph/giraph-core/src/main/java/org/apache/giraph/comm/netty/SaslNettyClient.java:[28,34]
>>>> > cannot find symbol
>>>> > [ERROR] symbol:   class SaslPropertiesResolver
>>>> > [ERROR] location: package org.apache.hadoop.security
>>>> > ...
>>>> > [ERROR]
>>>> >
>>>> /[myPath]/giraph/giraph-core/src/main/java/org/apache/giraph/comm/netty/SaslNettyServer.java:[108,11]
>>>> > cannot find symbol
>>>> > [ERROR] symbol:   variable SaslPropertiesResolver
>>>> > [ERROR] location: class org.apache.giraph.comm.netty.SaslNettyServer
>>>> >
>>>>
>>>
>>>
>>
>
>
> --
>    Claudio Martella
>
>

Reply via email to