Member since
10-22-2015
54
Posts
43
Kudos Received
7
Solutions
06-28-2016
11:02 PM
On My Mac, this works for me. cat /etc/hosts 127.0.0.1localhost sandbox.hortonworks.com sandbox
... View more
04-16-2016
02:17 PM
what about 2.4, the azure/azure is not working either
... View more
12-10-2015
06:39 AM
4 Kudos
When submitting issues in the Sandbox forums, make sure to provide the following information: Describe the problem: Provide stack traces, screen shots and error messages. For instance, "Receiving error 'permission denied' when trying to access file in the File Browser View" Steps to reproduce the issue: Here just provide steps of how you reproduce the behavior you are seeing. What have you done to analyze the issue: For instance, reinstalled Sandbox, cleared cache on my browser etc.. Version: Get the Sandbox Version sandbox-version
... View more
03-18-2016
03:27 PM
1 Kudo
Without exact science, you can get the version of HDP running on the sandbox, checking the repo enabled on the sandbox: ```yum repolist | grep HDP```
... View more
12-18-2015
06:26 PM
1 Kudo
Just to add to this article, sandbox.hortonworks.com needs to be mapped to the ip address of the sandbox virtual machine. Typically out of the box, the VirtualBox version uses the loop back ip 127.0.0.1 vs. the Vmware image provides an IP generated dependent on the network vm settings configured. Thus, if you don't have sandbox.hortonworks.com in your hosts file on your machine, use the ip address instead such as http://127.0.0.1:4200
... View more