I am unable to mount HDFS on ubuntu 22.04 what are the ways to do that? I have tried these commands
sudo apt-get install sshfssudo mkdir -p /mnt/hdfssudo sshfs user@localhost:/ /mnt/hdfs
the above is configuration, that's it.
Now,
sudo ls `/mnt/hdfs`
then here I am able to see my local system mounted rather than HDFS.
Can anyone correct the way I did? Or will you suggest any other way to do this?