Versions Compared

Key

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

...

Code Block
pentaho-mapreduce-libraries.zip/
  `- lib/
      +- kettle-core-{version}.jar
      +- kettle-engine-{version}.jar
      .. (all other required Kettle dependencies)

Appendix B: Example Kettle environment installation directory structure within DFS

Code Block
/opt/pentaho/mapreduce/
  +- 4.3.0/
  |   +- lib/
  |       +- kettle-core-{version}.jar
  |       +- kettle-engine-{version}.jar
  |       .. (all other required Kettle dependencies)
  |   +- plugins/
  |       pentaho-big-data-plugin/
  |        .. (additional optional plugins)
  +- custom/
  |   +- lib/
  |       +- kettle-core-{version}.jar
  |       +- kettle-engine-{version}.jar
  |       ..
  |   +- plugins/
  |       +- pentaho-big-data-plugin/
  |           ..
  |       +- my-custom-plugin/
  |           ..