Sorry!
My fault!
在 2015年05月04日 13:21, hongbin ma 写道:
hi, xiaoyu
i guess it's not hive-0.9,
[0-9] is a regular expression standing for any digit from 0 to 9.
On Mon, May 4, 2015 at 1:04 PM, Xiaoyu Wang <[email protected]> wrote:
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'`