Re: [Openstack] [Sahara]Cloudera-Manager generate empty Hadoop/HDFS configration

2016-08-09 Thread fuguangping
This way solves my problem, thanks Vitaly. -- Original -- From: "Vitaly Gridnev"; Date: Mon, Aug 8, 2016 06:44 PM To: "fuguangping"; Cc: "openstack"; Subject: Re: [Openstack] [Sahara]Cloudera-Manager generate empty Hadoop/HDFS

[Openstack] [Sahara]Cloudera-Manager generate empty Hadoop/HDFS configration

2016-08-08 Thread fuguangping
Hi all, I installed sahara on Openstack liberty version, and I succeed to deploy CDH-5.4 without any error. But When I login to the Cloudera-manager VM, I found some wrong Hadoop/HDFS configurations: [root@int32bit-hadoop-1-cdh-master-001 hdfs]# hdfs dfs -df Filesystem SizeUse

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can'treadSSH protocol banner

2016-07-21 Thread fuguangping
Using rootwrap solve my problem, can you show some more detail information like sahara config & error logs ? -- Original -- From: "Jeremy Freudberg"; Date: Thu, Jul 21, 2016 11:26 PM To: "fuguangping"; Cc: "openstack";

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can'tread SSH protocol banner

2016-07-20 Thread fuguangping
Hi Jeremy, Did you use rootwrap? If not, you can try this:https://ask.openstack.org/en/question/87430/sahara-cant-login-to-nodes/ . Remember to reboot sahara-engine after update your configuration. -- Original -- From: "Jeremy Freudberg"; Date: Thu, Jul 21,

[Openstack] [Sahara]Cloudera-manager fail to start when deploy cdh cluster

2016-07-11 Thread fuguangping
Hi All, I am a new sahara user, and I download cdh plugin image from http://sahara-files.mirantis.com/images/upstream/liberty/. Unfortunately, When I try to create a cdh-5.4 cluster, the cloudera-manager always fail to start. I ssh to the manager server, and try to start by hand, the "cloud

[Openstack] [Sahara]cdh plugin uses manager ip to check cloudra-manger service

2016-07-10 Thread fuguangping
Hi all, In cdh plugin, I find that we use telnet to check the status of cloudera-manager service using manager ip, see https://github.com/openstack/sahara/blob/master/sahara/plugins/cdh/plugin_utils.py. We use neutron and set namespace=True, and we don't assign floating ip of course. However,