You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2019/11/19 00:50:16 UTC

[hbase] branch branch-2.2 updated: HBASE-23318 LoadTestTool doesn't start (#848)

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new cc2f14f  HBASE-23318 LoadTestTool doesn't start (#848)
cc2f14f is described below

commit cc2f14ff2a391b401bddfd84004254c74f86fecd
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Mon Nov 18 16:49:11 2019 -0800

    HBASE-23318 LoadTestTool doesn't start (#848)
    
    * Package the test jar from hbase-zookeeper into lib/
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 hbase-assembly/src/main/assembly/components.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hbase-assembly/src/main/assembly/components.xml b/hbase-assembly/src/main/assembly/components.xml
index 2eb16e7..346cc8c 100644
--- a/hbase-assembly/src/main/assembly/components.xml
+++ b/hbase-assembly/src/main/assembly/components.xml
@@ -160,5 +160,13 @@
       </includes>
       <fileMode>0644</fileMode>
     </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/../hbase-zookeeper/target/</directory>
+      <outputDirectory>lib</outputDirectory>
+      <includes>
+        <include>${zookeeper.test.jar}</include>
+      </includes>
+      <fileMode>0644</fileMode>
+    </fileSet>
   </fileSets>
 </component>