juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
591 stars 56 forks source link

Support Kerberized HDFS #82

Closed davies closed 3 years ago

davies commented 3 years ago

This PR introduce support for kerberized HDFS by loading Hadoop Configuration from environment, the address of namenode is optional.

For example:

./juicesync  /tmp/  hdfs:///tmp/

Closes #81