File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 47
47
fi
48
48
49
49
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}
51
51
export HBASE_CLASSPATH=${HBASE_CLASSPATH} :${hive_dependency}
52
52
53
53
if [ ${# patient} -eq 36 ]; then
Original file line number Diff line number Diff line change 91
91
<artifactSet >
92
92
<includes >
93
93
<!-- shade the httpcore to avoid the lower version conflict with HBase one -->
94
+ <include >org.apache.httpcomponents:httpclient</include >
94
95
<include >org.apache.httpcomponents:httpcore</include >
95
96
<include >org.slf4j:slf4j-api</include >
96
97
<include >org.slf4j:slf4j-log4j12</include >
You can’t perform that action at this time.
0 commit comments