Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# The Hadoop Configuration to use when communicating with a Hadoop cluster. This is used for all Hadoop client tools
# including HDFS, Hive, HBase, and Sqoop.
active.hadoop.configuration=pentaho-hadoop-shims-hadoop-20

Structure

Hadoop configurations reside in pentaho-big-data-plugin/hadoop-configurations. They all share a basic structure:

...

Code Block
.
|-- hadoop-configurations/
|   |-- my-custom-shim/
|   `-- pentaho-hadoop-shims-hadoop-20/
`-- plugin.properties

...