I tried to do hdfs dfs -pwd
, but that command does not exist.
So currently I am resorting to doing hdfs dfs -ls ..
followed by hdfs dfs -ls ../..
.
I also looked at the command listing for hdfs dfs
but did not see anything that looked promising.
Is there a more direct way to find the absolute path?