Skip to content

Release #2, 2018-02-13

Pre-release
Pre-release

Choose a tag to compare

@steveloughran steveloughran released this 13 Feb 13:22
· 136 commits to master since this release

Updated diagnostics

  • handles hdfs by looking for http/s endpoints; printing out core hdfs binding props
  • for any unknown fs schema, will look for fs.SCHEMA.impl in the config as the classname to look for
  • won't try and connect to endpoints with address "0.0.0.0"

This is built against HDP-2.6; there's a profile for 2.7 & 2.8 but you'd need to exclude hadoop-adl from the build. It's only there so the IDE can help with stepping through things