mapr@qtausc-vpcsdev04:~/kylin/apache-kylin-1.5.3-HBase1.x-bin/bin$ ./kylin.sh
start
*KYLIN_HOME is set to /home/mapr/kylin/apache-kylin-1.5.3-HBase1.x-bin*
cat: invalid option -- '1'
Try 'cat --help' for more information.
-mkdir: Not enough arguments: expected 1 but got 0
Usage: hadoop fs [generic options] -mkdir [-p] <path> ...
failed to create , Please make sure the user has right to access 


That is what is happening when I try to start kylin.
I traced the error and the first one come from get-properties.sh at these
line 
for i in `cat ${KYLIN_HOME}/conf/kylin.properties | grep -w "^$1" | grep -v
'^#' | awk -F= '{ n = index($0,"="); print substr($0,n+1)}' | cut -c 1-`

and as you can see kylin home is set. 


--
View this message in context: 
http://apache-kylin.74782.x6.nabble.com/version-compability-tp5636p5640.html
Sent from the Apache Kylin mailing list archive at Nabble.com.

Reply via email to