sequenceiq / docker-kylin

Kylin running in a Docker cluster
http://www.kylin.io/
46 stars 35 forks source link

Problem running ambari services #10

Open imanis opened 9 years ago

imanis commented 9 years ago

Hello,

After executing kylin-deploy-single commande from ambari-functions file, i can access the ambari interface via http://:8080, but when running the services i have this error on the data node start level:

Fail: Execution of 'ulimit -c unlimited; su -s /bin/bash - hdfs -c 'export HADOOP_LIBEXEC_DIR=/usr/lib/hadoop/libexec && /usr/lib/hadoop/sbin/hadoop-daemon.sh --config /etc/hadoop/conf stop datanode'' returned 127. -bash: /usr/lib/hadoop/sbin/hadoop-daemon.sh: No such file or directory

Actually, the file hadoop-daemon.sh does not exist in that path. It is rather in /user/hdp//hadoop/. and it is the same problem for all other service YARN, Hive, Hbase ...

How can i fix that to point ambari to the right HDP location.

Thanks.

shaofengshi commented 9 years ago

Hi imanis, are you using the docker image of kylin 0.6? That image is out of date, now we're building the new image with kylin 0.7.2 release, but I encountered an ambari problem (couldn't startup hive server due to mysql security issue); Once the new image is ready, we will announce to the users; In the meawhile if you want to trial Kylin, a HDP Sandbox VM is much easier to adopt than the docker, please refer to https://kylin.incubator.apache.org/docs/install/index.html ; Thanks!

shaofengshi commented 9 years ago

The kylin docker image has been updated, please try again by following the steps on https://github.com/sequenceiq/docker-kylin