cloudera hadoop maven编译安装步骤详细教程
OS: ubuntu 12.04
###################################################################################################http://www.cloudera.com
/etc/maven2/settings.xml
apt-get install maven2
groupIP artifact version
需要指定groupID、artifactID、version
5.修改cloudera/maven-packaging/pom.xml
为解决package过程中的如下ERROR
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal ‘org.apache.maven.plugins:maven-surefire-plugin:2.5:test‘: Unable to load the mojo ‘org.apache.maven.plugins:maven-surefire-plugin:2.5:test‘ in the plugin ‘org.apache.maven.plugins:maven-surefire-plugin‘.
A required class is missing: org/apache/maven/surefire/util/NestedCheckedException
org.apache.maven.surefire.util.NestedCheckedException
mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.16 -Dpackaging=jar -Dfile=/path/to/file
A required class is missing: org/apache/maven/surefire/util/NestedCheckedException
</plugin>
Linux下mysql 中文 乱码 问题,布布扣,bubuko.com
原文:http://blog.csdn.net/chenyiming_1990/article/details/21100633