Created 11-12-2015 03:17 AM
The following error is generated when adding a new data node to the cluster:
WARN datanode.DataNode (DataNode.java:checkStorageLocations(2407)) - Invalid dfs.datanode.data.dir
Created 11-12-2015 03:17 AM
Even if the path is right, check the permissions. Typically the hdfs user should be the owner the group should be hadoop for the data directory:
chown -R hdfs /path-to-your-datanode-data-dir
chgrp -R hadoop /path-to-your-datanode-data-dir
chmod 750 /path-to-your-datanode-data-dir
Created 11-12-2015 03:17 AM
Even if the path is right, check the permissions. Typically the hdfs user should be the owner the group should be hadoop for the data directory:
chown -R hdfs /path-to-your-datanode-data-dir
chgrp -R hadoop /path-to-your-datanode-data-dir
chmod 750 /path-to-your-datanode-data-dir
Created 05-19-2016 04:37 PM
What if all the permission are correct but the data node does not start
Created 05-19-2016 04:37 PM
In my case , I see this problem right now
Created 05-23-2016 05:31 AM
Is there getting same warning or anything else?