Skip to content

Instantly share code, notes, and snippets.

@matthewtckr
Last active August 12, 2018 13:47
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtckr/5e9167f283f2267a4890 to your computer and use it in GitHub Desktop.
Save matthewtckr/5e9167f283f2267a4890 to your computer and use it in GitHub Desktop.
Remove OSGI from PDI 6.0 Client

Note:

Unsupported configuration, some functionality (Hadoop, MongoDB, etc) may be lost by removing OSGI. That said, this makes PDI start up much, much quicker

Steps:

Required:

  • Remove plugins/pentaho-big-data-plugin
  • Modify classes/kettle-lifecycle-listeners
    • Remove listener entry for PdiOsgiBridge
  • Modify classes/kettle-registry-extensions
    • Remove registry-extension entry for PdiOsgiBridge

Optional (for disk usage savings):

  • Remove system/
  • Remove from lib/ -
    • blueprints*.jar
    • org.apache.aries.*.jar
    • org.apache.felix.*.jar
    • org.apache.karaf.*.jar
    • pdi-osgi-bridge-*.jar
    • pentaho-osgi-*.jar

Log4J Error Message Fix:

  • Remove plugins/kettle5-log4j-plugin
@relloyd
Copy link

relloyd commented Nov 30, 2017

This works like a treat for Kitchen in PDI CE v8 too - many thanks! However, Spoon won't launch due to dependencies on OSGI still. Any ideas if that could be fixed through config changes or is a rebuild from source required?

@yurifarod
Copy link

Hello friend,
I'm using the Kitchen in PDI CE 8.1
and have a delay problem when i start my ETL from .bat (using the Kitchen.bat). In evert call the system tryin do:
org.apache.karaf.main.Main launch
Installing and starting initial bundles
org.apache.karaf.main.Main$KarafLockCallback lockAquired
and many other process, making mt ETL most slowest.
You know a possible solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment