Latest branch does not work - kylin does not start. I just tried it. Build/packaging is successful. But checks on hive dependency do not go thru. The package I built last week works fine. Note differences in scripts below.
git clone -b 1.x-HBase1.x https://github.com/apache/incubator-kylin.git /home/worker1/kylin/1.1-HBase-1.1-bin/apache-kylin-1.1-incubating-SNAPSHOT-bin/bin [root@worker1 bin]# ./find-hive-dependency.sh SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/spark/lib/spark-assembly-1.4.1.2.3.2.0-2950-hadoop2.7.1.2.3.2.0-2950.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] WARNING: Use "yarn jar" to launch YARN applications. ^C [root@worker1 bin]# ^C [root@worker1 bin]# export KYLIN_HOME=/home/worker1/kylin/1.1-HBase-1.1-bin/apache-kylin-1.1-incubating-SNAPSHOT-bin [root@worker1 bin]# ./find-hive-dependency.sh SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/spark/lib/spark-assembly-1.4.1.2.3.2.0-2950-hadoop2.7.1.2.3.2.0-2950.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] WARNING: Use "yarn jar" to launch YARN applications. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.3.2.0-2950/spark/lib/spark-assembly-1.4.1.2.3.2.0-2950-hadoop2.7.1.2.3.2.0-2950.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] Logging initialized using configuration in file:/etc/hive/2.3.2.0-2950/0/hive-log4j.properties hcatalog lib not found [root@worker1 bin]# diff find-hive-dependency.sh ../../../1.x-HBase1.x-bin/kylin-1.1-incubating-SNAPSHOT/bin/find-hive-dependency.sh 39c39 < hive_home=`echo $hive_exec_path | awk -F '/lib/' '{print $1}'`/ --- > hdp_home=`echo $hive_exec_path | awk -F '/hive.*/lib/' '{print $1}'` 41c41 < hcatalog=`find $hive_home -name "hive-hcatalog-core[0-9\.-]*jar" 2>&1 | grep -m 1 -v 'Permission denied'` --- > hcatalog=`find $hdp_home -name "hive-hcatalog-core[0-9\.-]*jar" 2>&1 | > grep -m 1 -v 'Permission denied'` [root@worker1 bin]# -- View this message in context: http://apache-kylin-incubating.74782.x6.nabble.com/Cannot-find-rowkey-column-XXX-in-cube-CubeDesc-name-TEST-tp2123p2146.html Sent from the Apache Kylin (Incubating) mailing list archive at Nabble.com.
