You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jagat Singh (JIRA)" <ji...@apache.org> on 2013/09/08 10:22:54 UTC

[jira] [Commented] (HADOOP-9383) mvn clean compile fails without install goal

    [ https://issues.apache.org/jira/browse/HADOOP-9383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761226#comment-13761226 ] 

Jagat Singh commented on HADOOP-9383:
-------------------------------------

I also got this error but after debug i found i was not having correct version of profbuf 2.5 installed

I did that and it works

For record

Here are steps

Download from

http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2
Extract it

Install it

./configure
make
make check
sudo make install

sudo ldconfig

Now try to build again

It should work happily
                
> mvn clean compile fails without install goal
> --------------------------------------------
>
>                 Key: HADOOP-9383
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9383
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Arpit Agarwal
>             Fix For: 3.0.0
>
>
> 'mvn -Pnative-win clean compile' fails with the following error:
> [ERROR] Could not find goal 'protoc' in plugin org.apache.hadoop:hadoop-maven-plugins:3.0.0-SNAPSHOT among available goals -> [Help 1]
> The build succeeds if the install goal is specified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira