Last login: Wed Sep 9 21:44:34 on ttys002 Matts-MBP:hbase mwarhaftig$ cd ~/Desktop/ Matts-MBP:Desktop mwarhaftig$ mkdir temp Matts-MBP:Desktop mwarhaftig$ cd temp/ Matts-MBP:temp mwarhaftig$ git clone https://github.com/apache/hbase.git Cloning into 'hbase'... remote: Counting objects: 381380, done. remote: Compressing objects: 100% (444/444), done. remote: Total 381380 (delta 158), reused 0 (delta 0), pack-reused 380700 Receiving objects: 100% (381380/381380), 206.25 MiB | 2.48 MiB/s, done. Resolving deltas: 100% (189735/189735), done. Checking connectivity... done. Checking out files: 100% (3335/3335), done. Matts-MBP:temp mwarhaftig$ cd hbase/ Matts-MBP:hbase mwarhaftig$ git help apply Matts-MBP:hbase mwarhaftig$ git apply --whitespace=nowarn ~/Downloads/hbase-14147-v1.patch Matts-MBP:hbase mwarhaftig$ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: hbase-rest/pom.xml modified: hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/RootResource.java modified: hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/provider/JAXBContextResolver.java modified: hbase-rest/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd Untracked files: (use "git add ..." to include in what will be committed) hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/NamespacesInstanceResource.java hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/NamespacesResource.java hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/NamespacesInstanceModel.java hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/NamespacesModel.java hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/NamespacePropertiesMessage.java hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/NamespacesMessage.java hbase-rest/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/NamespacePropertiesMessage.proto hbase-rest/src/main/resources/org/apache/hadoop/hbase/rest/protobuf/NamespacesMessage.proto hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesResource.java hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestNamespacesInstanceModel.java hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestNamespacesModel.java no changes added to commit (use "git add" and/or "git commit -a") Matts-MBP:hbase mwarhaftig$ mvn clean -DskipTests package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Apache HBase [INFO] Apache HBase - Checkstyle [INFO] Apache HBase - Resource Bundle [INFO] Apache HBase - Annotations [INFO] Apache HBase - Protocol [INFO] Apache HBase - Common [INFO] Apache HBase - Procedure [INFO] Apache HBase - Client [INFO] Apache HBase - Hadoop Compatibility [INFO] Apache HBase - Hadoop Two Compatibility [INFO] Apache HBase - Prefix Tree [INFO] Apache HBase - Server [INFO] Apache HBase - Testing Util [INFO] Apache HBase - Thrift [INFO] Apache HBase - Shell [INFO] Apache HBase - Integration Tests [INFO] Apache HBase - Examples [INFO] Apache HBase - Rest [INFO] Apache HBase - Assembly [INFO] Apache HBase - Shaded [INFO] Apache HBase - Shaded - Client [INFO] Apache HBase - Shaded - Server [INFO] Apache HBase - Spark [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase --- [INFO] [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ hbase --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Checkstyle 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-checkstyle --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-checkstyle --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-checkstyle --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-checkstyle --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-checkstyle --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-checkstyle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-checkstyle --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-checkstyle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-checkstyle/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-checkstyle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-checkstyle --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-checkstyle --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-checkstyle --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-checkstyle --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-checkstyle/target/hbase-checkstyle-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-checkstyle --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-checkstyle/target/hbase-checkstyle-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Resource Bundle 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-resource-bundle --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-resource-bundle --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-resource-bundle --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-resource-bundle --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-resource-bundle --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:bundle (build-hbase-resource-bundle) @ hbase-resource-bundle --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-resource-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-resource-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-resource-bundle --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-resource-bundle --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-resource-bundle --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-resource-bundle --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-resource-bundle --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-resource-bundle --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-resource-bundle --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-resource-bundle/target/hbase-resource-bundle-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Annotations 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-annotations --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-annotations --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-annotations --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-annotations --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-annotations --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-annotations --- [INFO] Compiling 6 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-annotations --- [INFO] Compiling 19 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-annotations --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-annotations --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-annotations --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/hbase-annotations-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-annotations --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/hbase-annotations-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Protocol 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-protocol --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-protocol --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-protocol --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-protocol --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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 /Users/mattwarhaftig/Desktop/temp/hbase/hbase-protocol/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-protocol --- [INFO] Compiling 34 source files to /Users/mattwarhaftig/Desktop/temp/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 /Users/mattwarhaftig/Desktop/temp/hbase/hbase-protocol/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-protocol --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-protocol --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-protocol --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-protocol/target/hbase-protocol-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Common 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-common --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-common --- [INFO] Executing tasks main: [exec] ~/Desktop/temp/hbase/hbase-common ~/Desktop/temp/hbase/hbase-common [exec] ~/Desktop/temp/hbase/hbase-common [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (versionInfo-source) @ hbase-common --- [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/generated-sources/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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-antrun-plugin:1.8:run (default) @ hbase-common --- [INFO] Executing tasks main: [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/nativelib [exec] tar: Error opening archive: Failed to open 'hadoop-snappy-nativelibs.tar' [exec] Result: 1 [INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-common --- [INFO] Compiling 201 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/classes [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java:[35,18] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[31,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[32,18] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValueTestUtil.java:[64,30] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java:[1478,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java:[550,29] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java:[556,29] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java:[580,29] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[40,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[49,18] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[53,21] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[192,35] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[220,33] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[248,34] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[265,26] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[285,37] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[309,35] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[333,34] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[339,36] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[359,28] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[378,27] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[393,27] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [WARNING] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/util/UnsafeAccess.java:[409,34] sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a future release [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/TableName.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/TableName.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java uses unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-common --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource to META-INF/ [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-common --- [INFO] Compiling 61 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestKeyLocker.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestKeyLocker.java uses unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestKeyLocker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-common --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-common --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/hbase-common-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Procedure 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-procedure --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-procedure --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-procedure --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-procedure --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-procedure --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-procedure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-procedure --- [INFO] Compiling 27 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/Procedure.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/Procedure.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-procedure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-procedure --- [INFO] Compiling 10 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureReplayOrder.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/TestProcedureReplayOrder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-procedure --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-procedure --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-procedure --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-procedure --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/hbase-procedure-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-procedure --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/hbase-procedure-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-procedure --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/hbase-procedure-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Client 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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:3.2:compile (default-compile) @ hbase-client --- [INFO] Compiling 336 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RegionCoprocessorRpcChannel.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RegionCoprocessorRpcChannel.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java: Recompile with -Xlint:unchecked for details. [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:3.2:testCompile (default-testCompile) @ hbase-client --- [INFO] Compiling 31 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestOperation.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestOperation.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestOperation.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestOperation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-client --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/target/hbase-client-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Hadoop Compatibility 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-hadoop-compat --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-hadoop-compat --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-hadoop-compat --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-hadoop-compat --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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 /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop-compat/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-hadoop-compat --- [INFO] Compiling 32 source files to /Users/mattwarhaftig/Desktop/temp/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:3.2:testCompile (default-testCompile) @ hbase-hadoop-compat --- [INFO] Compiling 11 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop-compat/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-hadoop-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-hadoop-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-hadoop-compat --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-hadoop-compat --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Hadoop Two Compatibility 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-hadoop2-compat --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-hadoop2-compat --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-hadoop2-compat --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-hadoop2-compat --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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 16 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-hadoop2-compat --- [INFO] Compiling 34 source files to /Users/mattwarhaftig/Desktop/temp/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 '/Users/mattwarhaftig/Desktop/temp/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:3.2:testCompile (default-testCompile) @ hbase-hadoop2-compat --- [INFO] Compiling 11 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop2-compat/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-hadoop2-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-hadoop2-compat --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-hadoop2-compat --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-hadoop2-compat --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Prefix Tree 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-prefix-tree --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-prefix-tree --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-prefix-tree --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-prefix-tree --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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 /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-prefix-tree --- [INFO] Compiling 39 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeCodec.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeCodec.java uses or overrides a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/PrefixTreeCodec.java: Recompile with -Xlint:deprecation for details. [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 /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-prefix-tree --- [INFO] Compiling 47 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-prefix-tree --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-prefix-tree --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-prefix-tree --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-prefix-tree --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/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: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Server 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-server --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-server --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-server --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-server --- [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/generated-jamon added. [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/generated-sources/java added. [INFO] [INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase-server --- [INFO] Translating 10 templates from /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/main/jamon to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/generated-jamon [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server --- [INFO] Executing tasks main: [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-webapps [copy] Copying 20 files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-webapps [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-webapps/master/WEB-INF [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-webapps/regionserver/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.5: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 22 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server --- [INFO] Compiling 806 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/HBaseInterClusterReplicationEndpoint.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-server --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource to META-INF/ [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-server --- [INFO] Compiling 755 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/SnapshotTestingUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-server --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-server-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-server --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-server-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-server --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-server --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-server-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Testing Util 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-testing-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-testing-util --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-testing-util --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-testing-util --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-testing-util --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-testing-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-testing-util/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-testing-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-testing-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-testing-util/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-testing-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-testing-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-testing-util --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-testing-util --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-testing-util --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-testing-util/target/hbase-testing-util-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-testing-util --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-testing-util/target/hbase-testing-util-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Thrift 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-thrift --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-thrift --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-thrift --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-thrift --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-thrift --- [INFO] Executing tasks main: [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-webapps [copy] Copying 17 files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-webapps [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-webapps/thrift/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-thrift --- [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/generated-sources/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-thrift --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-thrift --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-thrift --- [INFO] Compiling 53 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TServerName.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/generated/TServerName.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-thrift --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-thrift --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-thrift --- [INFO] Compiling 6 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-thrift --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-thrift --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-thrift --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-thrift --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-thrift --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-thrift --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Shell 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shell --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shell --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shell --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-shell --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-shell --- [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/generated-jamon added. [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/generated-sources/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shell --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shell --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-shell --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shell --- [INFO] Compiling 3 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java uses or overrides a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java uses unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/src/test/java/org/apache/hadoop/hbase/client/AbstractTestShell.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shell --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/hbase-shell-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-shell --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/hbase-shell-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-shell --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shell --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/hbase-shell-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Integration Tests 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-it --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-it --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-it --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-it --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-it --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-it --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-it --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-it --- [INFO] Compiling 91 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java: Some input files use unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedListWithVisibility.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-it --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-it --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-it --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-it --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/target/hbase-it-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-it --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/target/hbase-it-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Examples 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-examples --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-examples --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-examples --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-examples --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-examples --- [INFO] Compiling 12 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/main/java/org/apache/hadoop/hbase/mapreduce/IndexBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-examples --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/test-classes/mrapp-generated-classpath'. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-examples --- [INFO] Compiling 5 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestRowCountEndpoint.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestRowCountEndpoint.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-examples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-examples --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-examples --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-examples --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/hbase-examples-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-examples --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/hbase-examples-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-examples --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-examples/target/hbase-examples-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-rest --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest --- [INFO] Executing tasks main: [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-webapps [copy] Copying 1 file to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-webapps [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog [mkdir] Created dir: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-webapps/rest/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-rest --- [INFO] Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/generated-sources/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-rest --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-rest --- [INFO] Compiling 71 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-rest --- [INFO] Compiling 38 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/test-classes [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java: Some input files use or override a deprecated API. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java: Recompile with -Xlint:deprecation for details. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java uses unchecked or unsafe operations. [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-rest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-rest --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-rest --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-rest --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-assembly --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-assembly --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-assembly --- [INFO] [INFO] --- maven-dependency-plugin:2.8:build-classpath (create-hbase-generated-classpath) @ hbase-assembly --- [INFO] Wrote classpath file '/Users/mattwarhaftig/Desktop/temp/hbase/target/cached_classpath.txt'. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-assembly --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-dependency-notices) @ hbase-assembly --- [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-logging-1.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-procedure/target/hbase-procedure-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-procedure-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/protobuf-java-2.5.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jersey-json-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-common/2.7.1/hadoop-yarn-server-common-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-common-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.7.1/hadoop-yarn-api-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-api-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-annotations/2.7.1/hadoop-annotations-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-annotations-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jmock/jmock-junit4/2.6.0/jmock-junit4-2.6.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jmock-junit4-2.6.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jmock/jmock/2.6.0/jmock-2.6.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jmock-2.6.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-app/2.7.1/hadoop-mapreduce-client-app-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-app-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-applicationhistoryservice/2.7.1/hadoop-yarn-server-applicationhistoryservice-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-applicationhistoryservice-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/xml-apis-1.3.04-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-beanutils-1.7.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/lmax/disruptor/3.3.0/disruptor-3.3.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/disruptor-3.3.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-daemon/commons-daemon/1.0.13/commons-daemon-1.0.13.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-daemon-1.0.13-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-httpclient-3.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-client/2.7.1/hadoop-client-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-client-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jsch-0.1.42-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/paranamer-2.3-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/hbase-common-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-common-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/guice-servlet-3.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.7.1/hadoop-mapreduce-client-core-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-core-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-cli-1.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-hadoop-compat-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-testing-util/target/hbase-testing-util-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-testing-util-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/jetty-sslengine/6.1.26/jetty-sslengine-6.1.26.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jetty-sslengine-6.1.26-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hamcrest-library-1.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/../lib/tools.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jdk.tools-1.7-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/zookeeper-3.4.6-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jasper-compiler-5.5.23-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jamon-runtime-2.3.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-common/2.7.1/hadoop-common-2.7.1-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-common-2.7.1-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.7.1/hadoop-hdfs-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-hdfs-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-compress-1.4.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/servlet-api-2.5-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-nodemanager/2.7.1/hadoop-yarn-server-nodemanager-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-nodemanager-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.13/jackson-xc-1.9.13.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jackson-xc-1.9.13-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-common/2.7.1/hadoop-mapreduce-client-common-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-common-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/thrift/libthrift/0.9.2/libthrift-0.9.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/libthrift-0.9.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/commons/commons-math/2.2/commons-math-2.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-math-2.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/curator/curator-framework/2.7.1/curator-framework-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/curator-framework-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-math3-3.1.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-resourcemanager/2.7.1/hadoop-yarn-server-resourcemanager-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-resourcemanager-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-server-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-server-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-protocol/target/hbase-protocol-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-protocol-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/codehaus/jettison/jettison/1.3.3/jettison-1.3.3.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jettison-1.3.3-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-prefix-tree-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/curator/curator-client/2.7.1/curator-client-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/curator-client-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-codec-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jackson-core-asl-1.9.13-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-io-2.4-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jaxb-impl-2.2.3-1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/net/java/dev/jets3t/jets3t/0.9.0/jets3t-0.9.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jets3t-0.9.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-el-1.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-net-3.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/snappy-java-1.0.4.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/asm/asm/3.1/asm-3.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/asm-3.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/junit/junit/4.12/junit-4.12.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/junit-4.12-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/htrace/htrace-core/3.1.0-incubating/htrace-core-3.1.0-incubating.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/htrace-core-3.1.0-incubating-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-it/target/hbase-it-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-it-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/hbase-annotations-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-annotations-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-client/target/hbase-client-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-client-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-jobclient/2.7.1/hadoop-mapreduce-client-jobclient-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/guice-3.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/directory/api/api-asn1-api/1.0.0-M20/api-asn1-api-1.0.0-M20.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/api-asn1-api-1.0.0-M20-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.7.1/hadoop-mapreduce-client-shuffle-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-shuffle-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.13/jackson-jaxrs-1.9.13.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jackson-jaxrs-1.9.13-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.7.1/hadoop-hdfs-2.7.1-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-hdfs-2.7.1-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jruby/joni/joni/2.1.2/joni-2.1.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/joni-2.1.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/directory/api/api-util/1.0.0-M20/api-util-1.0.0-M20.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/api-util-1.0.0-M20-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/xz-1.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-lang-2.6-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-jobclient/2.7.1/hadoop-mapreduce-client-jobclient-2.7.1-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-jobclient-2.7.1-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jcodings-1.0.8-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/httpcore-4.2.4-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-minicluster/2.7.1/hadoop-minicluster-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-minicluster-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jersey-core-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jsp-2.1-6.1.14-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jackson-mapper-asl-1.9.13-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/slf4j-api-1.7.7-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/leveldbjni-all-1.8-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-web-proxy/2.7.1/hadoop-yarn-server-web-proxy-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-web-proxy-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shell/target/hbase-shell-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-shell-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jetty-util-6.1.26-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/log4j-1.2.17-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-common/2.7.1/hadoop-common-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-common-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-digester-1.8-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/activation-1.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/httpclient-4.2.5-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/xmlenc-0.52-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-server/target/hbase-server-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-server-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-hadoop2-compat-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-beanutils-core-1.8.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-thrift/target/hbase-thrift-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-thrift-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/aopalliance-1.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/curator/curator-recipes/2.7.1/curator-recipes-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/curator-recipes-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/yammer/metrics/metrics-core/2.2.0/metrics-core-2.2.0.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/metrics-core-2.2.0-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/guava-12.0.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/directory/server/apacheds-kerberos-codec/2.0.0-M15/apacheds-kerberos-codec-2.0.0-M15.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/apacheds-kerberos-codec-2.0.0-M15-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jsr305-1.3.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/avro-1.7.4-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/slf4j-log4j12-1.7.7-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mockito/mockito-all/1.10.8/mockito-all-1.10.8.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/mockito-all-1.10.8-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/servlet-api-2.5-6.1.14-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jaxb-api-2.2.2-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/directory/server/apacheds-i18n/2.0.0-M15/apacheds-i18n-2.0.0-M15.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/apacheds-i18n-2.0.0-M15-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-resource-bundle/target/hbase-resource-bundle-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-resource-bundle-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-hadoop2-compat-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-common/target/hbase-common-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-common-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hamcrest-core-1.3-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-hs/2.7.1/hadoop-mapreduce-client-hs-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-mapreduce-client-hs-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jsp-api-2.1-6.1.14-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-collections-3.2.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/xercesImpl-2.9.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jersey-client-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-annotations/target/hbase-annotations-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-annotations-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-auth/2.7.1/hadoop-auth-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-auth-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-server-tests/2.7.1/hadoop-yarn-server-tests-2.7.1-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-server-tests-2.7.1-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-client/2.7.1/hadoop-yarn-client-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-client-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.7.1/hadoop-yarn-common-2.7.1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hadoop-yarn-common-2.7.1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/zookeeper-3.4.6-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/commons-configuration-1.6-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/javax.inject-1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jruby-complete-1.6.8-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/io/netty/netty-all/4.0.30.Final/netty-all-4.0.30.Final.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/netty-all-4.0.30.Final-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-rest-2.0.0-SNAPSHOT-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/jersey/contribs/jersey-guice/1.9/jersey-guice-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jersey-guice-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/tomcat/jasper-runtime/5.5.23/jasper-runtime-5.5.23.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jasper-runtime-5.5.23-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/gson-2.2.4-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/findbugs-annotations-1.3.9-1-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/Desktop/temp/hbase/hbase-hadoop-compat/target/hbase-hadoop-compat-2.0.0-SNAPSHOT-tests.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/hbase-hadoop-compat-2.0.0-SNAPSHOT-tests-test-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/java-xmlbuilder-0.4-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jetty-6.1.26-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] Unpacking /Users/mattwarhaftig/.m2/repository/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.jar to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-assembly/target/dependency/jersey-server-1.9-jar with includes "**\/NOTICE,**\/NOTICE.txt" and excludes "" [INFO] [INFO] --- exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) @ hbase-assembly --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-shaded --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-shaded --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-shaded-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shaded/hbase-shaded-client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-shaded-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-shaded-client --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-shaded-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Shaded - Server 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-server --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-server --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-shaded-server --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-server --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shaded/hbase-shaded-server/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-server --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-server --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-shaded-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-shaded-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-shaded-server --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-server --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-server --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-shaded/hbase-shaded-server/target/hbase-shaded-server-2.0.0-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache HBase - Spark 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-spark --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-spark --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-spark --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-spark --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-spark --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- scala-maven-plugin:3.2.0:add-source (scala-compile-first) @ hbase-spark --- [INFO] Add Source directory: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/main/scala [INFO] [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ hbase-spark --- [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/main/java:-1: info: compiling [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/main/scala:-1: info: compiling [INFO] Compiling 28 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/target/classes at 1441850196469 [INFO] prepare-compile in 0 s [INFO] compile in 26 s [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-spark --- [INFO] Compiling 7 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile) @ hbase-spark --- [INFO] /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/src/test/scala:-1: info: compiling [INFO] Compiling 5 source files to /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/target/test-classes at 1441850223900 [WARNING] warning: Class org.apache.hadoop.mapred.MiniMRCluster not found - continuing with a stub. [WARNING] one warning found [INFO] prepare-compile in 0 s [INFO] compile in 21 s [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-spark --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-spark --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:1.0:test (test) @ hbase-spark --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-spark --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-spark --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-spark --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/target/hbase-spark-2.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-spark --- [INFO] Building jar: /Users/mattwarhaftig/Desktop/temp/hbase/hbase-spark/target/hbase-spark-2.0.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache HBase ....................................... SUCCESS [ 7.781 s] [INFO] Apache HBase - Checkstyle .......................... SUCCESS [ 1.726 s] [INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 0.503 s] [INFO] Apache HBase - Annotations ......................... SUCCESS [ 2.305 s] [INFO] Apache HBase - Protocol ............................ SUCCESS [ 39.403 s] [INFO] Apache HBase - Common .............................. SUCCESS [ 20.932 s] [INFO] Apache HBase - Procedure ........................... SUCCESS [ 4.437 s] [INFO] Apache HBase - Client .............................. SUCCESS [ 13.911 s] [INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ 0.560 s] [INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 4.868 s] [INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 2.356 s] [INFO] Apache HBase - Server .............................. SUCCESS [ 36.420 s] [INFO] Apache HBase - Testing Util ........................ SUCCESS [ 4.219 s] [INFO] Apache HBase - Thrift .............................. SUCCESS [ 6.817 s] [INFO] Apache HBase - Shell ............................... SUCCESS [ 1.208 s] [INFO] Apache HBase - Integration Tests ................... SUCCESS [ 2.737 s] [INFO] Apache HBase - Examples ............................ SUCCESS [ 2.094 s] [INFO] Apache HBase - Rest ................................ SUCCESS [ 4.814 s] [INFO] Apache HBase - Assembly ............................ SUCCESS [ 14.227 s] [INFO] Apache HBase - Shaded .............................. SUCCESS [ 0.078 s] [INFO] Apache HBase - Shaded - Client ..................... SUCCESS [ 0.614 s] [INFO] Apache HBase - Shaded - Server ..................... SUCCESS [ 1.070 s] [INFO] Apache HBase - Spark ............................... SUCCESS [ 54.437 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:51 min [INFO] Finished at: 2015-09-09T21:57:26-04:00 [INFO] Final Memory: 152M/710M [INFO] ------------------------------------------------------------------------ Matts-MBP:hbase mwarhaftig$