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