You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Olivier Renault (JIRA)" <ji...@apache.org> on 2013/11/08 16:29:17 UTC

[jira] [Created] (AMBARI-3723) ambari-client does not install correctly

Olivier Renault created AMBARI-3723:
---------------------------------------

             Summary: ambari-client does not install correctly 
                 Key: AMBARI-3723
                 URL: https://issues.apache.org/jira/browse/AMBARI-3723
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.4.1
         Environment: CentOS6 x86_64 / HDP 1.4.1
            Reporter: Olivier Renault


After having installed ambari-client manually, if i register the client i get : 

>>> from ambari_client.ambari_api import AmbariClient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/ambari_client/ambari_api.py", line 19, in <module>
    from ambari_client.core.http_client import HttpClient
ImportError: No module named core.http_client

I've installed it on centos 6 using 
git clone https://github.com/apache/incubator-ambari.git
cd incubator-ambari/ambari-client/
mvn install
tar zxvf \
target/ambari-client-1.3.0-SNAPSHOT/dist/ambari_client-1.0.3-SNAPSHOT.linux-x86_64.tar.g\
-C /

The installation is not copying the folder : core, model, resources so I’ve copied it manually afterward and it now works: 
cp -ax target/ambari-client-1.3.0-SNAPSHOT/ambari_client/{resources,core,model} \
/usr/lib/python2.6/site-packages/ambari_client/



--
This message was sent by Atlassian JIRA
(v6.1#6144)