[
https://issues.apache.org/jira/browse/AMBARI-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817634#comment-13817634
]
subin commented on AMBARI-3723:
-------------------------------
I believe that the install steps are incorrect .Untarring wont install the
client. Can you Try the below commands .But before that do a cleanup
cleanup commands : >rm -fr /usr/lib/python2.6/site-packages/ambari_client/
check if cleanup worked:>python -c "help('modules')" |grep ambari_client
//this command should not show the ambari_client
install commands :>
git clone https://github.com/apache/incubator-ambari.git
cd incubator-ambari/ambari-client/
mvn clean install rpm:rpm
rpm -ivh ambari-client-1.3.0-SNAPSHOT.rpm
check if install worked:>python -c "help('modules')" |grep ambari_client
//this command should show the ambari_client
Now open a python console and start using the client
python>from ambari_client.ambari_api import AmbariClient
> 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
> Assignee: subin
> Fix For: 1.4.3
>
>
> 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)