Skip to content

v0.6.1

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 09 Mar 10:20
· 194 commits to main since this release

Features and enhancements:

  • Allow all host specifications provided to a Duct instance to include the port. This port will take precedence over any value supplied via port.
  • Supplying a list of hostnames to a Duct instance as the host 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 missing self reference in function definition.