[
https://issues.apache.org/jira/browse/AMBARI-15124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158225#comment-15158225
]
Hudson commented on AMBARI-15124:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #4370 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4370/])
AMBARI-15124: Can't install ambari-server in Docker environment (jaoki:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0682fb603f96bf9ded5333b19751011399c33099])
* dev-support/docker/docker/bin/ambaribuild.py
> Can't install ambari-server in Docker environment
> -------------------------------------------------
>
> Key: AMBARI-15124
> URL: https://issues.apache.org/jira/browse/AMBARI-15124
> Project: Ambari
> Issue Type: Bug
> Affects Versions: trunk
> Environment: Docker
> Reporter: Masahiro TANAKA
> Priority: Minor
> Labels: easyfix, patch
> Attachments: AMBARI-15124.patch
>
>
> I tried to install and run ambari-server with Docker referring to
> [this|https://cwiki.apache.org/confluence/display/AMBARI/Development+in+Docker#DevelopmentinDocker-CreateDockerImage]
> then I got an error.
> {code:none}
> $ sudo docker rm ambari1
> $ sudo docker run --privileged -t -p 80:80 -p 5005:5005 -p 8080:8080 -h
> node1.mydomain.com --name ambari1 -v $(pwd):/tmp/ambari ambari/build
> /tmp/ambari-build-docker/bin/ambaribuild.py server -b
> ...(snip)...
> Traceback (most recent call last):
> File "/tmp/ambari-build-docker/bin/ambaribuild.py", line 239, in <module>
> retcode = install_ambari_server()
> File "/tmp/ambari-build-docker/bin/ambaribuild.py", line 52, in
> install_ambari_server
> cwd="/tmp/ambari/ambari-server/target/rpm/ambari-server/RPMS/noarch")
> File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
> errread, errwrite)
> File "/usr/lib64/python2.6/subprocess.py", line 1238, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory:
> '/tmp/ambari/ambari-server/target/rpm/ambari-server/RPMS/noarch'
> {code}
> I think ambari-server-*.rpm is x86_64, and is in
> ambari-server/target/rpm/ambari-server/RPMS/x86_64
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)