Created 05-12-2017 01:49 PM
Hello guys,
It is possible with NFS having a folder in my local filse system (Windows) and being able to mount to HDFS in order view a folder in files view in Ambari?
I'm looking to this documentation (https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_hdfs-nfs-gateway-user-guide/content/hdfs...) for HDP 2.5 but i can't understand how can i link my folder in windows with the HDFS.
Thanks
Created 05-12-2017 10:39 PM
@Francisco Pires, As per document,
"The NFS Gateway can be installed on any DataNode, NameNode, or HDP client machine. Start the NFS server on that machine."
NFS daemon can be installed on a hadoop cluster host. If you want to mount local FS ( Windows) , you need to make sure that this host is part of your hadoop cluster. This machine should atleast have hadoop-client installed.
Created 05-13-2017 09:31 AM
Thank you @yvora. There is any tutorial to install hadoop-client in windows?
Created 05-15-2017 06:23 PM
@Francisco Pires, Please refer to below docs to install hadoop on Windows.
https://hortonworks.com/blog/install-hadoop-windows-hortonworks-data-platform-2-0/
Created 08-08-2019 09:10 PM
@yvora Does this mean that we need to remove firewall processes on the Windows machine in order to have it be a client node on the cluster (similar to when adding linux nodes)?
** Also the link provided is broken