hadoop - Apache Kylin installation without Sandbox -
i wondering if there resources regarding apache kylin installation without sandbox (like cloudera, hortonworks) support. have managed following:
- install hadoop 2.6
- install hive
- install hbase
then used binary kylin site , far been able run it. problem start when try build cube, map reduce job gets stuck in step 2. thinking if still assuming in sandbox mode , not submitting job hadoop @ (there no entry in hadoop jobtracker).
so need solution regarding two: 1. possible configuration of kylin in pure hadoop setup (no sandbox) 2. somehow enable kylin setup submit job hadoop.
there no such sandbox or non-sandbox configuration in kylin. make sure machine kylin runs has hadoop setup correctly , should fine.
under scene, kylin.sh
uses hbase classpath
, hive -e set | grep 'env:classpath'
detect hadoop settings. double check these commands work expect if not sure cluster kylin connects to.
if kylin has problem submitting mr jobs, check 2 places. first hadoop resource manager, see if job has been submitted or not. it's running slow. second check kylin.log
, see if exception there. post log kylin dev mailing list , able help.
Comments
Post a Comment