You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by br...@apache.org on 2018/09/14 13:20:34 UTC

hbase git commit: HBASE-21182 Failed to execute start-hbase.sh

Repository: hbase
Updated Branches:
  refs/heads/master 5d14c1af6 -> 38a697ad1


HBASE-21182 Failed to execute start-hbase.sh


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

Branch: refs/heads/master
Commit: 38a697ad1e4a5142f30ccc599af113cc9b032a59
Parents: 5d14c1a
Author: Toshihiro Suzuki <br...@gmail.com>
Authored: Thu Sep 13 18:32:10 2018 +0900
Committer: Toshihiro Suzuki <br...@gmail.com>
Committed: Fri Sep 14 22:19:29 2018 +0900

----------------------------------------------------------------------
 hbase-assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/38a697ad/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index eeeff4a..9ee4858 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -111,7 +111,7 @@
             </goals>
             <configuration>
               <outputFile>${project.parent.basedir}/target/cached_classpath.txt</outputFile>
-              <excludeArtifactIds>jline,jruby-complete</excludeArtifactIds>
+              <excludeArtifactIds>jline,jruby-complete,hbase-shaded-client,hbase-shaded-client-byo-hadoop,hbase-shaded-mapreduce</excludeArtifactIds>
             </configuration>
           </execution>