see the error message: Unknown host repo.maven.apache.org -> [Help 2]
Does your machine has internet access? On Wed, Mar 5, 2014 at 6:42 PM, Avinash Kujur <[email protected]> wrote: > home/cloudera/ contains hadoop files. > > > On Wed, Mar 5, 2014 at 2:40 AM, Avinash Kujur <[email protected]> wrote: > >> [cloudera@localhost hadoop-common-trunk]$ mvn clean install -DskipTests >> -Pdist >> [INFO] Scanning for projects... >> Downloading: >> http://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom >> [ERROR] The build could not read 1 project -> [Help 1] >> [ERROR] >> [ERROR] The project org.apache.hadoop:hadoop-main:3.0.0-SNAPSHOT >> (/home/cloudera/hadoop-common-trunk/pom.xml) has 1 error >> [ERROR] Unresolveable build extension: Plugin >> org.apache.felix:maven-bundle-plugin:2.4.0 or one of its dependencies could >> not be resolved: Failed to read artifact descriptor for >> org.apache.felix:maven-bundle-plugin:jar:2.4.0: Could not transfer artifact >> org.apache.felix:maven-bundle-plugin:pom:2.4.0 from/to central ( >> http://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown >> host repo.maven.apache.org -> [Help 2] >> >> [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/ProjectBuildingException >> [ERROR] [Help 2] >> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException >> >> >> when i execute this command from hadoop directory this is the error i am >> getting. >> >> >> On Wed, Mar 5, 2014 at 2:33 AM, Mingjiang Shi <[email protected]> wrote: >> >>> Did you execute the command from /home/cloudera? Does it contains the >>> hadoop source code? You need to execute the command from the source code >>> directory. >>> >>> >>> On Wed, Mar 5, 2014 at 6:28 PM, Avinash Kujur <[email protected]> wrote: >>> >>>> when i am using this command >>>> mvn clean install -DskipTests -Pdist >>>> >>>> its giving this error: >>>> >>>> [cloudera@localhost ~]$ mvn clean install -DskipTests -Pdist >>>> [INFO] Scanning for projects... >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] BUILD FAILURE >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Total time: 0.170 s >>>> [INFO] Finished at: 2014-03-05T02:25:52-08:00 >>>> [INFO] Final Memory: 2M/43M >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [WARNING] The requested profile "dist" could not be activated because >>>> it does not exist. >>>> [ERROR] The goal you specified requires a project to execute but there >>>> is no POM in this directory (/home/cloudera). Please verify you invoked >>>> Maven from the correct directory. -> [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/MissingProjectException >>>> >>>> >>>> >>>> help me out. >>>> Thanks in advance. :) >>>> >>> >>> >>> >>> -- >>> Cheers >>> -MJ >>> >> >> > -- Cheers -MJ
