Masahiro TANAKA created AMBARI-15124:
----------------------------------------
Summary: 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
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
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)