Member since
03-07-2017
7
Posts
0
Kudos Received
0
Solutions
03-24-2017
11:25 AM
@Jay SenSharma I was editing it manually. Changed as you have proposed: cat /etc/hosts
127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts 172.17.0.2 sandbox.hortonworks.com But still got the same error
... View more
03-24-2017
10:44 AM
vagrant@sandbox:~$ cat /etc/hosts | grep sandbox
127.0.0.1 sandbox.hortonworks.com sandbox.hortonworks.com vagrant-ubuntu-trusty-64 vagrant-hadooop.vagrantup.com localhost
vagrant@sandbox:~$ hostname -f
sandbox.hortonworks.com
... View more
03-24-2017
10:34 AM
Hi, I am trying to run Docker Sandbox HDP 2.5 image in Virtual Box (4.3.12). When starting the Docker script (start_sandbox.sh) I get such errors in output: Starting mysql [ OK ]
Starting Ambari server [ OK ]
Starting Flume [ OK ]
Starting Ambari agent [ OK ]
Starting Postgre SQL [ OK ]
Starting name node [ OK ]
Starting Oozie [ OK ]
Starting Zookeeper nodes [ OK ]
Starting data node [ OK ]
Starting Ranger-admin [ OK ]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
make: [datanode] Error 255 (ignored)
Starting NFS portmap [ OK ]
Starting Hdfs nfs [ OK ]
Starting Hive server [ OK ]
Starting Hiveserver2 [ OK ]
Starting Ranger-usersync [ OK ]
Starting Yarn history server [ OK ]
Starting Node manager [ OK ]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
Starting Webhcat server [ OK ]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
Starting Spark [ OK ]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
Starting Zeppelin [ OK ]
Starting Resource manager [ OK ]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
safemode: java.net.UnknownHostException: sandbox.hortonworks.com
Usage: hdfs dfsadmin [-safemode enter | leave | get | wait | forceExit]
Please help me to start sandbox docker image correctly!
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Docker
03-13-2017
12:00 PM
The url is from Ambari quick links - 127.0.0.1:9995 . I suppose my VBox may influence on this - I have 4.3.12 version.
... View more
03-09-2017
09:53 AM
Hello, I am running VirtualBox Sandbox (2.5). Ambari is running fine, but when I try to reach Zeppelin (port 9995) - I get: "GET http://127.0.0.1:9995/scripts/vendor.js net::ERR_CONTENT_LENGTH_MISMATCH" in Chrome browser. Please, help!
... View more
Labels:
- Labels:
-
Apache Zeppelin
03-07-2017
11:51 AM
Thank you Sandeep! I have reinstalled it under sudo and then run "sudo ambari-server setup" - it is working!
... View more
03-07-2017
10:26 AM
Hello, I am trying to install latest Ambari to Ubuntu Trusty virtual machine (VirtualBox). The default Python version is 2.7. When I run command "sudo amberi-server setup" - I get this error: ImportError: No module named ambari_server.BackupRestore Can you please help?
... View more
Labels:
- Labels:
-
Apache Ambari