- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is hdfs symbolic link available?
- Labels:
-
Apache Hadoop
-
HDFS
Created on ‎05-08-2014 09:51 AM - edited ‎09-16-2022 01:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-08-2014 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created on ‎06-13-2016 11:32 AM - edited ‎06-13-2016 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any update on this? It SURE would be nice to have symlinks in HDFS!!!!
Created ‎08-10-2016 07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@michaelthoward - I am not aware of any major pick up of redoing symlink but if you're interested in history reading and contributing changes please start at https://issues.apache.org/jira/browse/HADOOP-10019 which is the parent JIRA listing all the problems faced with its design and current implementation.
