You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by MohammadReza Mofateh <mo...@gmail.com> on 2014/11/08 11:05:49 UTC

Build Hbase 0.94 for Hadoop 2.x

I download source from Github and mvn clean install assembly:assembly
-DskipTests -Dhadoop.profile=2.0

`[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
F:\hbase-0.94\hbase-0.94\target\generated-sources\java\org\apache\hadoop\hbase\package-info.java:[5,44]
error: i
llegal escape character
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Skipping HBase
[INFO] This project has been banned from the build due to previous failures.
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Skipping HBase
[INFO] This project has been banned from the build due to previous failures.
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 27.803s
[INFO] Finished at: Sat Nov 08 13:34:12 IRST 2014
[INFO] Final Memory: 20M/249M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
(default-compile) on project
 hbase: Compilation failure
[ERROR]
F:\hbase-0.94\hbase-0.94\target\generated-sources\java\org\apache\hadoop\hbase\package-info.java:[5,44]
error: i
llegal escape character
[ERROR] -> [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/MojoFailureException`

Is my script is true for making a tar.gz file?
Please help me to do this.
Best