I was wondering if there are any resources regarding Apache Kylin installation without any sandbox (like cloudera, hortonworks) support. I have managed to do the following:
- Install Hadoop 2.6
- Install Hive
- Install HBase
Then I used the binary from kylin site and so far been able to run it. The problem start when I try to build a cube, the map reduce job gets stuck in step 2. I am thinking if it is still assuming to be in sandbox mode and not submitting job to hadoop at all (there is no entry in hadoop jobtracker).
So I need solution regarding the two: 1. Possible configuration of kylin in pure hadoop setup (no sandbox) 2. somehow enable the kylin setup to submit job to hadoop.