Is there ln -s in hadoop HDFS?
ln -s
For instance:
I have 10 files in HDFS
/user/hadoop/input, which is 1.txt, 2.txt ... 10
/user/hadoop/input
1.txt, 2.txt ... 10
HDFS supports Symbolic links. Check 1, 2, 3, 4 for more details. So, it can be done using Java API, but never came across a CLI for the same.