Member since
08-12-2016
1
Post
0
Kudos Received
0
Solutions
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.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, boolean)
... View more