pdi-sdk-plugins | project contains a series of examples
kandi X-RAY | pdi-sdk-plugins Summary
kandi X-RAY | pdi-sdk-plugins Summary
This project contains a series of examples demonstrating various use-cases for extended and embedding PDI functionality.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Main method to start a Carte application
- Initialize the sample
- Allocate a server socket
- Open the dialog
- Prompt the user to confirm the job entry
- Runs the KettleApplication
- Runs a transformation from a file system
- Main entry point
- Example of loading a job
- Indicate that the transformation needs to be executed
- This method is called when the row - stream changes
- Main method to start a transfer request
- Sets the server request
- Sets the stop request
- Sets the server response
- Sets the stop job request
- Main function to register a slave agent
- Main method to start the Gateway
- Open the step
- Opens the shell
- Run a job
- Main method to get the target URL
- Executes a transformation in a repository
- Main method to start ListServerSocket
- Main method
- Main method to get the HTTP response
pdi-sdk-plugins Key Features
pdi-sdk-plugins Examples and Code Snippets
Community Discussions
Trending Discussions on pdi-sdk-plugins
QUESTION
I'm trying to run a transformation using PDI embedded in Java code but I get an error about missing plugin (looks like it is the Abort step).
I know I can use KETTLE_PLUGIN_BASE_FOLDERS
so that PDI loads it automatically (that works), but in order to make my app simpler I would like to manually register this plugin using Java, how can I do that?
I'm following examples provided here https://github.com/pentaho/pdi-sdk-plugins/tree/master/kettle-sdk-embedding-samples
...ANSWER
Answered 2019-Nov-12 at 16:26To register a plugin you must set a system property, KETTLE_PLUGIN_CLASSES
, with the fully qualified class name of the plugins meta-class before you initialize your KettleEnvironment. The property can be a comma-separated string of all plugins you wish to register.
This is an example of how to register a plugin:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pdi-sdk-plugins
You can use pdi-sdk-plugins like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the pdi-sdk-plugins component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page