Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-09-2020 10:27 PM
My datanode is currently giving me this warning below:
/dfs/dn is in a filesystem that reaches the threshold for free space.
I have a 2nd disk mounted on /data and I'm thinking of moving the datanode filesystem under /data to have free space, is it possible to do that with no significant effect in the cluster?
because i have this same issue also with Namenode and I think if I changed the path there also, fsimage is still retail on the original path..
Created 06-10-2020 03:54 AM
@Mondi Yes you can move the paths. Just be sure to shut down hdfs, move the data, then update the paths in hdfs config. Additionally you can also symlink the old path to the new path. Be sure to complete this on all nodes reporting the limited disk size.
If this answer resolves your issue or allows you to move forward, please choose to ACCEPT this solution and close this topic. If you have further dialogue on this topic please comment here or feel free to private message me. If you have new questions related to your Use Case please create separate topic and feel free to tag me in your post.
Thanks,
Steven @ DFHZ
Created 06-10-2020 03:54 AM
@Mondi Yes you can move the paths. Just be sure to shut down hdfs, move the data, then update the paths in hdfs config. Additionally you can also symlink the old path to the new path. Be sure to complete this on all nodes reporting the limited disk size.
If this answer resolves your issue or allows you to move forward, please choose to ACCEPT this solution and close this topic. If you have further dialogue on this topic please comment here or feel free to private message me. If you have new questions related to your Use Case please create separate topic and feel free to tag me in your post.
Thanks,
Steven @ DFHZ
Created 06-10-2020 05:55 AM
Hi Steven, I've send you a private message. thank you!