0

can I mount Hadoop Linux server local path (NON HDFS) to another non hadoop linux server path

Thanks

vanekjar
  • 2,386
  • 14
  • 23

1 Answers1

1

You question has nothing to do with Hadoop. It's about mounting remote directory on local Linux machine.

There are different options, you can try SSHFS. You can read more about it in this tutorial

vanekjar
  • 2,386
  • 14
  • 23