Member since
01-26-2017
21
Posts
3
Kudos Received
0
Solutions
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
03-08-2017
02:34 AM
@Michael Young , I am using imported VMWare Sandbox (not native Docker Sandbox). It was working fine couple of days ago, but failed since I did a restart of my host machine (windows 10).
... View more
03-07-2017
10:50 PM
1 Kudo
Hello all, I am unable to start the sandbox docker container on my VMWare (HDP Sandbox 2.5). The sandbox image and docker service are fine, but iimage is not starting. This is the error message i get: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"process_linux.go:359: container init caused \\rootfs_linux.go:89:
... View more
Labels:
03-02-2017
07:51 AM
Yes this did it 🙂 I tried the sudo su earlier too, but i dint work. I restarted the docker service and did a sudo su , it all worked fine. guess there was some issue with docker service. For anyone who wants to try, i did this After u logged on to the VM via Putty (if ur host OS is Windows) , dont ssh into root@sandbox yet. Stay on the linux VM and do these services docker restart sudo su docker ps
... View more
03-02-2017
07:48 AM
Hello @pdarvasi , the docker is installed as part of the Azure Sandbox. I can see the docker service running. And i was also able to run the docker cp command once i did "sudo su"
... View more
03-01-2017
07:43 AM
Thanks for the response. This dint work in Azure. I get this error: I was able to ssh into port 2222 though, in Azure. Am i missing something? However, this worked in my VMWare workstation.
... View more
02-28-2017
08:01 AM
I was successfuly able to copy a file to Azure from Windows using Putty Copy (pscp). I used the following command pscp - P 22 <file from local folder> tmp\ I could see that file in the sandbox host. Now when i tried to "put" the file from sandbox host to the sandbox itself (docker container), i am not able to do so (throws network not accessible error). The command below hadoop fs -ls -put \tmp\onecsvfile.csv \tmp\ hadoop fs -ls -put \tmp\onecsvfile.csv root@localhost:2222\\tmp\ Nothing works 😞 Can you tell me how can i move the file from sandbox host to the sandbox (Sandbox 2.5 hosted in Azure)?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Docker
01-31-2017
02:45 AM
In essence, how do i query/distinguish local Sandbox file system and hdfs file system? I put the following queries in PuTTy, but it doesnt return anything hadoop fs -ls /tmp <--doenst show the file hdfs dfs -ls /tmp <-- shows the file Am i missing something?
... View more
01-31-2017
02:42 AM
Thank you qureshi. This solved my issue. Is there any documentation on the HortonWorks Sandbox File Sytem? I understand hadoop/hdfs file system are differenct from your response, but is there a clearer documentation on how to navigate around the file system within the Sandbox?
... View more
01-30-2017
11:57 PM
Hello.. I used PuTTy's pscp command to copy a file (Windows 10) to my Sandbox (HDP 2.5, hosted on VMWare Workstation 12). The copy looked sucessfull But i cannot find the file anywhere in the system - i used the command line (PuTTy) as well as Ambari Web interfac; couldnt find it at all. Praskutti is a folder i created in /user/ and in the /root , but cant find the file in neither. Can you guys help me where//how to find the files?
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)