I installed the following stack on my lab setup:
- Hadoop 2.7.1
- Hive 1.2.2
- HBase 1.7.1
- Kylin 3.1.2
I now try to build a cube from the sample dataset provided by Kylin itself, and the process gets stuck at 78.26% "Convert Cuboid Data to HFile". The logs do not show any error and it fails after a few hours, probably because of a timeout.
Did anyone of you encounter that problem and managed to solve it?
Looking at the documentation, this behaviour is described:
The prescribed solution is to add
hbase-hadoop2-compat-*.jarandhbase-hadoop-compat-*.jarinto $KYLIN_HOME/spark/jars (the two jar files can be found in HBase’s lib folder); If you already make the Spark assembly jar and uploaded to HDFS, you may need to re-package that and re-upload to HDFS.