Hi All!
Kylin 0.7.1 depended hive-0.14 in the pom.xml by default.
In the kylin version 0.7.1 source code:incubator-kylin/bin/find-hive-dependency.sh
Why find the version hive-0.9* jar to depended?

the code:
result=`echo $data | grep -e 'hive-exec[0-9\.-]*jar'`
hcatalog=`find $hdp_home -name "hive-hcatalog-core[0-9\.-]*jar" 2>&1 | grep -m 1 -v 'Permission denied'`


Reply via email to