Created on 05-08-2014 09:51 AM - edited 09-16-2022 01:58 AM
Per https://issues.apache.org/jira/browse/HDFS-245, symbolic link is implemented in hdfs for several years, but cdh5 still not able to recognize "hadoop fs -nl" command.
So is symbolic link feature available in hdfs? If so, how to create one?
Created 05-08-2014 03:17 PM
Created 05-08-2014 03:17 PM
Created on 06-13-2016 11:32 AM - edited 06-13-2016 11:34 AM
Any update on this? It SURE would be nice to have symlinks in HDFS!!!!
Created 08-10-2016 07:37 AM
We have been hoping for the reintroduction of HDFS symlinks for several years.
Q: Is there any development at all going on related to HDFS symlinks?
From a distance, it seems like this should relatively easy ... all pathname resolution takes place on the namenode.
Q: Does anyone have any simple/brief insight as to why HDFS symlinks might be technically challenging?
Created 08-12-2016 03:15 PM
I might be missing something here but if symbolic links are not supported in HDFS, what is the significance of the method createSymlink in FileContext class?
https://hadoop.apache.org/docs/r2.6.3/api/org/apache/hadoop/fs/FileContext.html#createSymlink(org.ap..., org.apache.hadoop.fs.Path, boolean)
Created 08-12-2016 03:22 PM