Member since
06-08-2016
13
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2497 | 06-23-2016 12:26 AM | |
5805 | 06-20-2016 01:10 AM |
06-05-2019
03:01 AM
curl -X PUT -L --anyauth -u : -b cookie.jar "http://httpfs_ip:14000/webhdfs/v1/user/file.csv?op=CREATE&data=true&user.name=hdfs" --header "Content-Type:application/octet-stream" --header "Transfer-Encoding:chunked" -T "file.csv" Just replace httpfs_ip and file.csv
... View more
11-12-2017
04:34 PM
All I had to do was wait about 15 minutes for the start-up process to complete.
... View more
12-24-2016
12:06 PM
Hi I used this helpful page to do it. Sorry I didn't repond earlier. Do you want the exact commands? https://cloud.google.com/compute/docs/networking
... View more
06-29-2016
02:10 AM
httpsfs log directory was /var/log/cloudera_logs/hadoop httpfs earlier and changed to /var/log/hadoop-httpfs later , this fixed the issue.
... View more
06-23-2016
12:26 AM
The problem was with the FSImage file (the last one), which was corrupted and didn't allow the hdfs namenode service to start. To understand if you have my same issue: List the services and examin which one are failing. HDFS namenode probably will be there with a FAILED status Look for the open ports: 50070 (or the one you put in the conf file inside /etc/hdfs/conf... ) won't be open, hence all the services that connect to namenode receive a "Connection Refused" error. Hbase will give a "znode == null" error look for the namenode logs under /var/logs/hdfs/ *namenode*.out and look where the FSImage files are Go there: if you have one FIImage file only, as far as I know, you're screwed. If you have more than one: deleted the last one, restart the service and let the hdfs rebuild the correct FSImage from the Edit file either restart the machine or restart all of the services as specified on the Cloudera docs. Hope this will save you time.
... View more
06-20-2016
03:38 AM
As another user said: Port 50070 has stopped working. What can people who have this problem do? I see a scaring lack of support in the questions I have browsed regarding this issue.
... View more