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