Versions Compared

Key

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

...

This package is then what's used during the Pentaho Big Data Plugin project's assembly phase and extracted into pentaho-big-data-plugin/hadoop-configurations/.

To use your new shim plugin extract the packaged tar.gz or zip archive from the dist directory of your shim project into the hadoop-configurations folder within the Big Data Plugin and update the plugin.properties's active.hadoop.configuration property to match the folder name (the identifier) of your new shim.

Example:

Code Block

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

plugin.properties:
active.hadoop.configuration=my-custom-shim