Thanks for quick response.. Please find attached "compile.log" for logs of command "mvn clean package -DskipTests".
Which clearly say "Building HBase 2.0.0-SNAPSHOT". Let me know if I am wrong. Regards Sanjiv Singh Mob : +091 9990-447-339 On Fri, Aug 22, 2014 at 2:20 PM, tobe <tobeg3oo...@gmail.com> wrote: > 2.0.0-SNAPSHOT should be the version of Hadoop, not HBase. > > Refer to the official guide http://hbase.apache.org/book/build.html, you > should run `mvn clean package -DskipTests` to compile. > > > On Fri, Aug 22, 2014 at 4:41 PM, @Sanjiv Singh <sanjiv.is...@gmail.com> > wrote: > >> HI, >> Here are details : >> HBase - 2.0.0-SNAPSHOT (current hbase-master) >> java version "1.7.0" >> >> Regards >> Sanjiv Singh >> Mob : +091 9990-447-339 >> >> >> On Fri, Aug 22, 2014 at 12:54 PM, tobe <tobeg3oo...@gmail.com> wrote: >> >>> What're the versions of java and hbase? >>> >>> >>> On Fri, Aug 22, 2014 at 2:41 PM, @Sanjiv Singh <sanjiv.is...@gmail.com> >>> wrote: >>> >>>> Hi All, >>>> I just started Exploring HBase. I have downloaded Hbase master source >>>> code. >>>> While i am trying to compile and build it locally, it is giving me >>>> error >>>> missing some class and packages. >>>> >>>> From the source it looks like missing classes are actually not written >>>> in >>>> java. but generated from other way around "RSStatusTmpl.jamon". Please >>>> help me on this to resolve the issue. >>>> >>>> >>>> >> mvn clean install -DskipTests >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] BUILD FAILURE >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] Total time: 31.110 s >>>> [INFO] Finished at: 2014-08-22T12:00:25+05:30 >>>> [INFO] Final Memory: 63M/408M >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] Failed to execute goal >>>> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile >>>> (default-compile) on project hbase-server: Compilation failure: >>>> Compilation >>>> failure: >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[36,42] >>>> error: package org.apache.hadoop.hbase.tmpl.master does not exist >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[29,48] >>>> error: package org.apache.hadoop.hbase.tmpl.regionserver does not exist >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,4] >>>> error: cannot find symbol >>>> [ERROR] symbol: class MasterStatusTmpl >>>> [ERROR] location: class MasterStatusServlet >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,32] >>>> error: cannot find symbol >>>> [ERROR] symbol: class MasterStatusTmpl >>>> [ERROR] location: class MasterStatusServlet >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,4] >>>> error: cannot find symbol >>>> [ERROR] symbol: class RSStatusTmpl >>>> [ERROR] location: class RSStatusServlet >>>> [ERROR] >>>> >>>> /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,28] >>>> error: cannot find symbol >>>> [ERROR] -> [Help 1] >>>> >>>> >>>> Regards >>>> Sanjiv Singh >>>> Mob : +091 9990-447-339 >>>> >>> >>> >> >
[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-server:jar:2.0.0-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 275, column 13 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-shell:jar:2.0.0-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 135, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] HBase [INFO] HBase - Common [INFO] HBase - Protocol [INFO] HBase - Client [INFO] HBase - Hadoop Compatibility [INFO] HBase - Hadoop Two Compatibility [INFO] HBase - Prefix Tree [INFO] HBase - Server [INFO] HBase - Testing Util [INFO] HBase - Thrift [INFO] HBase - Shell [INFO] HBase - Integration Tests [INFO] HBase - Examples [INFO] HBase - Assembly [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase --- [INFO] Deleting /home/impadmin/source-code/hbase/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase --- [INFO] [INFO] --- findbugs-maven-plugin:2.5.2:findbugs (default) @ hbase --- [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ hbase --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Common 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-common --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-common/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-common --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-common --- [INFO] Compiling 168 source files to /home/impadmin/source-code/hbase/hbase-common/target/classes [WARNING] /home/impadmin/source-code/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:[53,15] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/impadmin/source-code/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:[1157,19] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/impadmin/source-code/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:[1163,21] Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/impadmin/source-code/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:[1168,28] Unsafe is internal proprietary API and may be removed in a future release [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-common/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-common --- [INFO] Compiling 56 source files to /home/impadmin/source-code/hbase/hbase-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-common --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-common/target/hbase-common-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-common --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-common/target/hbase-common-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Protocol 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-protocol --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-protocol/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-protocol --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-protocol/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-protocol --- [INFO] Compiling 30 source files to /home/impadmin/source-code/hbase/hbase-protocol/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-protocol/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-protocol --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-protocol --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-protocol/target/hbase-protocol-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-protocol --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-protocol/target/hbase-protocol-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-protocol --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-protocol/target/hbase-protocol-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Client 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-client --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-client/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-client --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-client --- [INFO] Compiling 279 source files to /home/impadmin/source-code/hbase/hbase-client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-client --- [INFO] Compiling 15 source files to /home/impadmin/source-code/hbase/hbase-client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-client --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-client/target/hbase-client-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-client --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-client/target/hbase-client-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-client --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-client/target/hbase-client-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Hadoop Compatibility 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-hadoop-compat --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-hadoop-compat/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-hadoop-compat --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-hadoop-compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-hadoop-compat/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-hadoop-compat --- [INFO] Compiling 28 source files to /home/impadmin/source-code/hbase/hbase-hadoop-compat/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-hadoop-compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-hadoop-compat --- [INFO] Compiling 11 source files to /home/impadmin/source-code/hbase/hbase-hadoop-compat/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-hadoop-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-hadoop-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-hadoop-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-hadoop-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-hadoop-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Hadoop Two Compatibility 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-hadoop2-compat --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-hadoop2-compat --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-hadoop2-compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-hadoop2-compat --- [INFO] Compiling 28 source files to /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.4:build-classpath (create-mrapp-generated-classpath) @ hbase-hadoop2-compat --- [INFO] Wrote classpath file '/home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-hadoop2-compat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-hadoop2-compat --- [INFO] Compiling 10 source files to /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-hadoop2-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-hadoop2-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-hadoop2-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-hadoop2-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-hadoop2-compat --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Prefix Tree 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-prefix-tree --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-prefix-tree/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-prefix-tree --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-prefix-tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-prefix-tree/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-prefix-tree --- [INFO] Compiling 40 source files to /home/impadmin/source-code/hbase/hbase-prefix-tree/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-prefix-tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/impadmin/source-code/hbase/hbase-prefix-tree/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-prefix-tree --- [INFO] Compiling 46 source files to /home/impadmin/source-code/hbase/hbase-prefix-tree/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hbase-prefix-tree --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (secondPartTestsExecution) @ hbase-prefix-tree --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-prefix-tree --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-prefix-tree --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-prefix-tree --- [INFO] Building jar: /home/impadmin/source-code/hbase/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building HBase - Server 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-server --- [INFO] Deleting /home/impadmin/source-code/hbase/hbase-server/target [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-server --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-server --- [INFO] Compiling 718 source files to /home/impadmin/source-code/hbase/hbase-server/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[36,42] error: package org.apache.hadoop.hbase.tmpl.master does not exist [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[29,48] error: package org.apache.hadoop.hbase.tmpl.regionserver does not exist [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,4] error: cannot find symbol [ERROR] symbol: class MasterStatusTmpl location: class MasterStatusServlet /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,32] error: cannot find symbol [ERROR] symbol: class MasterStatusTmpl location: class MasterStatusServlet /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,4] error: cannot find symbol [ERROR] symbol: class RSStatusTmpl location: class RSStatusServlet /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,28] error: cannot find symbol [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HBase ............................................. SUCCESS [ 2.565 s] [INFO] HBase - Common .................................... SUCCESS [ 7.908 s] [INFO] HBase - Protocol .................................. SUCCESS [ 11.581 s] [INFO] HBase - Client .................................... SUCCESS [ 4.519 s] [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 0.258 s] [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 1.613 s] [INFO] HBase - Prefix Tree ............................... SUCCESS [ 0.636 s] [INFO] HBase - Server .................................... FAILURE [ 5.394 s] [INFO] HBase - Testing Util .............................. SKIPPED [INFO] HBase - Thrift .................................... SKIPPED [INFO] HBase - Shell ..................................... SKIPPED [INFO] HBase - Integration Tests ......................... SKIPPED [INFO] HBase - Examples .................................. SKIPPED [INFO] HBase - Assembly .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.078 s [INFO] Finished at: 2014-08-22T14:23:39+05:30 [INFO] Final Memory: 68M/481M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure: [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[36,42] error: package org.apache.hadoop.hbase.tmpl.master does not exist [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[29,48] error: package org.apache.hadoop.hbase.tmpl.regionserver does not exist [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,4] error: cannot find symbol [ERROR] symbol: class MasterStatusTmpl [ERROR] location: class MasterStatusServlet [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterStatusServlet.java:[75,32] error: cannot find symbol [ERROR] symbol: class MasterStatusTmpl [ERROR] location: class MasterStatusServlet [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,4] error: cannot find symbol [ERROR] symbol: class RSStatusTmpl [ERROR] location: class RSStatusServlet [ERROR] /home/impadmin/source-code/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSStatusServlet.java:[51,28] error: cannot find symbol [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hbase-server