Skip to content

Commit 70dda40

Browse files
committed
minor, add missing dependency for tool-assembly module
1 parent 181890e commit 70dda40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/bin/diag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ then
4747
fi
4848

4949
mkdir -p ${KYLIN_HOME}/ext
50-
export HBASE_CLASSPATH_PREFIX=${KYLIN_HOME}/conf:${KYLIN_HOME}/lib/*:${KYLIN_HOME}/tool/*:${KYLIN_HOME}/ext/*:${HBASE_CLASSPATH_PREFIX}
50+
export HBASE_CLASSPATH_PREFIX=${KYLIN_HOME}/conf:${KYLIN_HOME}/tool/*:${KYLIN_HOME}/ext/*:${HBASE_CLASSPATH_PREFIX}
5151
export HBASE_CLASSPATH=${HBASE_CLASSPATH}:${hive_dependency}
5252

5353
if [ ${#patient} -eq 36 ]; then

tool-assembly/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<artifactSet>
9292
<includes>
9393
<!-- shade the httpcore to avoid the lower version conflict with HBase one -->
94+
<include>org.apache.httpcomponents:httpclient</include>
9495
<include>org.apache.httpcomponents:httpcore</include>
9596
<include>org.slf4j:slf4j-api</include>
9697
<include>org.slf4j:slf4j-log4j12</include>

0 commit comments

Comments
 (0)