Member since
10-02-2015
51
Posts
34
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2364 | 08-23-2016 10:31 PM | |
1993 | 08-23-2016 08:59 PM | |
10138 | 08-22-2016 08:49 PM | |
3800 | 06-30-2016 10:59 PM | |
11859 | 06-27-2016 06:15 PM |
06-10-2016
10:22 PM
1 Kudo
Interesting. So it seems I actually got it to add another directory. These were the steps I followed: I ran your commands above mkdir /data/hdfs/data
chmod -R 755 /data/hdfs/data
sudo chown -R hdfs /data/hdfs/data
After running those commands I moved to Ambari. Moved to the HDFS service. From there instead of using a comma to separate the two, I just put the new directory on a separate line underneath so it looked like: /hadoop/hdfs/data
/data/hdfs/data
After this I Ambari asked me to restart a few of the components. (It was taking a while so I ended up rebooting the Sandbox) After rebooting the Sandbox I went back to the Ambari config and the new directory I added earlier was still present. EDIT: Try removing the space after the comma. Ambari gave me an error when there was a space after the comma.
... View more
06-10-2016
09:48 PM
2 Kudos
Have you tried changing the setting through the HDFS service in Ambari?
... View more
03-27-2016
04:55 PM
@priyanka - You should double check that ambari server is running by running the following ambari-server status If ambari server is not running then you can start it with the command: ambari-server start
... View more
02-06-2016
11:12 PM
@Ali Bajwa I will see that I get this incorporated into the tutorial.
... View more
02-06-2016
09:36 PM
1 Kudo
I also want to note that we will soon have a guide for common sandbox issues like this. Keep an eye out for it.
... View more
02-06-2016
09:30 PM
4 Kudos
This may not have been specified but you should add "sandbox.hortonworks.com" to your HOST machine. This is not the sandbox. It is the machine which you have installed virtualbox/vmware on On a windows machine you'll find your hosts file at %systemroot%\system32\drivers\etc\hosts If you are using *nix system or Mac OS X it is simply /etc/hosts After editing the correct file on the host machine it should work
... View more
02-03-2016
02:37 PM
1 Kudo
I ended up restarting the Sandbox and my problem was eventually fixed.
... View more
01-13-2016
03:22 PM
2 Kudos
Hi there! Tutorial updates and improvements are in the works. You can try the tutorial here: https://github.com/ZacBlanco/hwx-tutorials/blob/securing-hadoop-with-knox-import/2-3/tutorials/securing-hadoop-infrastructure-with-apache-knox/securing-hadoop-infrastructure-with-apache-knox.md If you want to interact directly with WebHDFS you can circumvent Knox by using the WebHDFS URL instead (I believe it should be something like http://localhost:50070/webhdfs/v1/ This tutorial uses Apache Knox and WebHDFS to write some files to a directory. It utilizes `curl` on the command line to do most of the work. Please let me know if you have any feedback or questions on this one. If you're looking for more tutorial related to specific topics please let me know and I can do my best to point you in the right direction
... View more
01-08-2016
03:17 PM
Hi there! There is currently an updated version of this tutorial which does not use the HUE web UI, but rather the Ambari UI instead. You can find the tutorial here: https://github.com/ZacBlanco/hwx-tutorials/blob/master/2-3/tutorials/hcatalog-basic-pig-and-hive-commands/hcatalog-basic-pig-and-hive-commands.md I would love to hear any feedback. The new version should be posted soon!
... View more