----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43805/ -----------------------------------------------------------
Review request for Ambari and jun aoki. Repository: ambari Description ------- I tried to install and run ambari-server with Docker referring to https://cwiki.apache.org/confluence/display/AMBARI/Development+in+Docker#DevelopmentinDocker-CreateDockerImage then I got an error. ``` $ 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' ``` I think ambari-server-*.rpm is x86_64, and is in ambari-server/target/rpm/ambari-server/RPMS/x86_64 Diffs ----- dev-support/docker/docker/bin/ambaribuild.py 50db0e2 Diff: https://reviews.apache.org/r/43805/diff/ Testing ------- Manually testing done Thanks, Masahiro Tanaka
