Member since
09-07-2019
4
Posts
1
Kudos Received
0
Solutions
09-09-2019
02:46 PM
# start the docker container and proxy
if [ "$flavor" = "hdf" ]; then
hostname="sandbox-hdf.hortonworks.com"
elif [ "$flavor" = "hdp" ]; then
hostname="sandbox-hdp.hortonworks.com"
fi The operator "==" is a standard number operator in bash, but it is not a string operator. Please fix the official installation script and change it to "=" because we are comparing string. Everything works after this. I have yet to try to ssh password. Ubuntu 18.04 LTS
... View more
09-08-2019
10:06 PM
1 Kudo
I installed the Docker version of Sandbox HDP 3.0.1. Then I go to port 1080, 8080 and 4200 but none of them shows.
I did add to /etc/hosts.
Also, Ambari doesn't run in the Sandbox. I tried to exec but it failed.
Password for ssh root port 2222 (hadoop) is not the right password.
This thread: https://community.cloudera.com/t5/Support-Questions/Installed-sandbox-but-can-t-get-the-welcome-HDP-page-working/td-p/102921/page/2
doesn't answer the question because it ends up suggesting using VM instead of Docker.
I think the official guide is very old and needs update. Please help.
... View more
Labels:
09-08-2019
09:49 PM
Can you update the guide? The new sandbox 3.0.1 comes with a script but after installing it, I can't access the ports at all. Ambari also cannot start. Something must have gone wrong and it seems no one cares to update the guides. I'm trying to learn hadoop and it's becoming too difficult just get it running.
... View more