You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2015/12/17 00:45:19 UTC

[08/12] hbase git commit: HBASE-14952 ensure correct components in source assembly.

HBASE-14952 ensure correct components in source assembly.

* hbase-external-blockcache
* hbase-spark
* remove duplicate inclusion of hbase-shaded-{client,server}

Signed-off-by: stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d238c17f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d238c17f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d238c17f

Branch: refs/heads/hbase-12439
Commit: d238c17f3177e8d49ab9dfc0a92cc33b8e9c312e
Parents: ca7a82f
Author: Sean Busbey <bu...@cloudera.com>
Authored: Tue Dec 8 13:43:48 2015 -0800
Committer: Sean Busbey <bu...@cloudera.com>
Committed: Wed Dec 16 12:00:17 2015 -0600

----------------------------------------------------------------------
 hbase-assembly/src/main/assembly/src.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d238c17f/hbase-assembly/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/src/main/assembly/src.xml b/hbase-assembly/src/main/assembly/src.xml
index 8858308..cf73493 100644
--- a/hbase-assembly/src/main/assembly/src.xml
+++ b/hbase-assembly/src/main/assembly/src.xml
@@ -37,6 +37,7 @@
         <include>org.apache.hbase:hbase-client</include>
         <include>org.apache.hbase:hbase-common</include>
         <include>org.apache.hbase:hbase-examples</include>
+        <include>org.apache.hbase:hbase-external-blockcache</include>
         <include>org.apache.hbase:hbase-hadoop2-compat</include>
         <include>org.apache.hbase:hbase-hadoop-compat</include>
         <include>org.apache.hbase:hbase-it</include>
@@ -47,9 +48,8 @@
         <include>org.apache.hbase:hbase-resource-bundle</include>
         <include>org.apache.hbase:hbase-server</include>
         <include>org.apache.hbase:hbase-shaded</include>
-        <include>org.apache.hbase:hbase-shaded-client</include>
-        <include>org.apache.hbase:hbase-shaded-server</include>
         <include>org.apache.hbase:hbase-shell</include>
+        <include>org.apache.hbase:hbase-spark</include>
         <include>org.apache.hbase:hbase-testing-util</include>
         <include>org.apache.hbase:hbase-thrift</include>
       </includes>