Reputation: 21
Can I mount HDFS directory (configured in Ubuntu) to a drive in Windows server ?
After mapping e.g H:\ ---> \home\user1\HDFSCreatedDir , would like to read, write and move/copy files using normal Java IO package API's.
Upvotes: 1
Views: 3187
Reputation: 1797
Yes, HDFS directory can be mounted in Windows and Linux. You can use one of the tools below:
Upvotes: 2