v0.6.1
Features and enhancements:
- Allow all
host
specifications provided to aDuct
instance to include the port. This port will take precedence over any value supplied viaport
. - Supplying a list of hostnames to a
Duct
instance as thehost
value will result in naive load-balancing (i.e. the hostnames will be randomly sorted and the first accessible hostname/port will be chosen). - Added support for automatically configuring
WebHdfsClient
instances via a cloudera XML configuration file.
Bugfixes:
- Fix typo/bug in
LocalFsClient.open()
due to missingself
reference in function definition.