Created 05-13-2017 04:19 PM
Hello guys, Every time i boot my sandbox (HDP 2.5) the ambari shows me that Nfsgateways has not started.
How can i start automatically this service?
Thanks
Created 05-14-2017 01:07 AM
Following document, re-configure the nfs gateway start in-order.
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.8/bk_hdfs_nfs_gateway/content/ch01s02.html
https://hortonworks.com/blog/how-to-enable-nfs-access-to-hdfs-in-hortonworks-sandbox/
Created 05-14-2017 01:07 AM
Following document, re-configure the nfs gateway start in-order.
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.8/bk_hdfs_nfs_gateway/content/ch01s02.html
https://hortonworks.com/blog/how-to-enable-nfs-access-to-hdfs-in-hortonworks-sandbox/
Created 05-14-2017 03:05 AM
To get this started each time you restart your sandbox you can add a few lines to your rc.local startup script: - /etc/rc.local
hadoop-daemon.sh start portmap
hadoop-daemon.sh start nfs3
This will place logs for each service in /var/log/hadoop
.