Member since
11-12-2015
80
Posts
15
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1536 | 03-03-2016 10:42 AM | |
1588 | 03-03-2016 08:56 AM |
06-21-2018
03:46 AM
I am also facing the same issue with my HDP VM Sandbox. It says "Started cleanup of temporary directories" for more than 2 hours and then the Login details appear. Testing patience. I have allocated 12 GBs of RAM and host OS is Windows 10. The HDP VM Sandbox is 2.6.4. Can Hortonworks please help with Root Cause and Solution for it. Any clues from Log Files ?? BJ
... View more
06-22-2018
03:28 AM
Can you share the screenshot of turning it off. What is your host OS?
... View more
02-20-2018
05:28 PM
@Wayne Deleersnyder @Georgi Kovachev , We tried deploying HDP Sandbox 2.6.4 on VMWare Fusion and it succeeded without any issues. Are you using VMware workstation or VMWare Fusion ? Also if you could give more details on the RAM settings as @glupu has mentioned , it would be really helpful.
... View more
01-15-2018
09:36 AM
@Moussa djamilou @Edmond AGBASSAGAN 1) The reason you're unable to connect via ssh is that the IP address is different. You can check that by running _> ip a sh The IP will be displayed, use that for the SSH command instead. 2) It seems that the docker daemon is not running. Do you have the minimum specs on your machine for it? You can try manually starting it up by running systemctl start docker and then running the start_sandbox.sh script again.
... View more
12-20-2017
10:48 PM
@Antonio Akiyama Have you gone through the official resource documentation it covers all the challenges so far met by members iând it's well documented. It has specific steps for Docker Virtualbox VMWare Please go through them first
... View more
12-13-2017
09:44 AM
That message seems to indicate that hive server is down ( if you can verify ). If that's the case, we would need the logs for hive server to further debug. Also note, the docker version is for advanced users, we recommend virtualbox/vmware versions for people that are just beginning.
... View more
02-15-2018
10:44 PM
@Eric Marquez @Kaliyug Antagonist Did you try out the solution I provided above"Enabling virtualization in the BIOS" if it did could you Accept the answer by Clicking on Accept button below, That would be a great help to Community users to find the solution quickly for these kinds of errors.
... View more
12-13-2017
09:36 AM
Hello, There is no need to select anything on that screen as the bootloader will automatically select the first kernel which is the correct choice. Thanks for pointing this out, we will adapt future boxes so that that screen is not visible to create any further confusion.
... View more
03-29-2017
08:03 AM
@pankaj kushwaha Making sure all the services are stopped and then doing a shutdown command from inside the host VM is your best bet at making sure nothing gets broken.
... View more
11-14-2018
11:31 AM
Hi, I'm facing the same problem, since I was working on a test environment I had the possibility to uninstall and reinstall the zookeeper server on the node (hoping to overtake the permission problem), but the problem remains. I've already checked the availability of enough space on the devices, any other suggestion? Env: RHEL 7.4 (Maipo), HDP 2.6.3.0-235 (Zookeeper 3.4.6).
... View more
03-08-2017
06:26 PM
1 Kudo
@glupu this is exactly what i did, re-imported a new sandbox (and deleted the previous one). The one thing i lost due to that is missed all my Zeppelin notebooks (should have take a bakcup of them).
... View more
04-26-2017
08:06 AM
Hi, just bought, core i7, 8GB RAM(Windows10)-HP and install virtual box and HDP 2.6. Completed the BIOS configuration for virtualization. Now when I start the Horton Sandbox VM, the status shows "Running", but the sandbox VM screen goes black/empty . Please HELP
... View more
11-10-2016
01:53 PM
@Marcia Hon I wrote an HCC article that walks you through the process of increasing the base size of the CentOS 7 docker vm image. This is the preferred method for making these changes. https://community.hortonworks.com/content/kbentry/65714/how-to-modify-the-default-docker-configuration-on.html
... View more
04-10-2017
12:07 PM
@glupu : I tried all the network settings, I changed to NAT, I changed to Host Only, I changed to Bridged. None works 😞
... View more
01-15-2019
10:10 PM
thank you Mohammad
... View more
06-12-2016
07:35 PM
The easiest way to do it: Just log in to the Ambari using these credentials: User: admin Pass: 4o12t0n cheers
... View more
02-21-2018
01:24 PM
Can someone please help me with the below error while moving a file from local drive to hdp? [root@sandbox-hdp ~]# ssh root@127.0.0.1 -p 22 The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. RSA key fingerprint is 9c:3a:83:80:2c:d5:1f:a9:41:48:68:96:4d:0f:bb:ed. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '127.0.0.1' (RSA) to the list of known hosts. root@127.0.0.1's password: Last login: Fri Dec 15 17:45:44 2017 from 127.0.0.1 [root@sandbox-hdp ~]# scp -P 22 /Users/me/test/Input/movies_initial.csv.gz root@sandbox-hdp.hortonworks.com:root/Input root@sandbox-hdp.hortonworks.com's password: /Users/me/test/Input/movies_initial.csv.gz: No such file or directory , I am facing the below error while moving a file from local directory(Mac) to Hortonworks. Can someone please help? [root@sandbox-hdp ~]# ssh root@127.0.0.1 -p 22 The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. RSA key fingerprint is 9c:3a:83:80:2c:d5:1f:a9:41:48:68:96:4d:0f:bb:ed. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '127.0.0.1' (RSA) to the list of known hosts. root@127.0.0.1's password: Last login: Fri Dec 15 17:45:44 2017 from 127.0.0.1 [root@sandbox-hdp ~]# scp -P 22 /Users/me/Hadoop/Input/movies_initial.csv.gz root@sandbox-hdp.hortonworks.com:root/Input root@sandbox-hdp.hortonworks.com's password: /Users/me/Hadoop/Input/movies_initial.csv.gz: No such file or directory
... View more