Windows- Open My Network Places from your start menu.
- Click on Add Network Place, then click Next.
- Enter the URL of the server you want to connect to: in our case it's http://webdav.hadoop.iponweb.net/
- Click Next, then enter a name for the share (example - IPonWeb Hadoop Demo)
- Click Finish, and you're done!
| Mac
- Click on the Finder icon in the dock.
- In the menu bar, click Go, then Connect to Server...
- Enter the URL of the server you want to connect to: in this case it's http://webdav.hadoop.iponweb.net/
- Click Connect, and you're done!
Linux If you're runing linux, you may want to try the davfs2 package. After you install it and dependencies, just enter the command
mount -t davfs http://webdav.hadoop.iponweb.net /mnt/dav
To mount the filesystem to /mnt/dav on your compute.
|
|