pdi-sdk-plugins icon indicating copy to clipboard operation
pdi-sdk-plugins copied to clipboard

PDI SDK plugins

Results 10 pdi-sdk-plugins issues
Sort by recently updated
recently updated
newest added

I tried to build this project but build fails with this error: ``` [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for pentaho-kettle:kettle-sdk-plugin-parent:10.1.0.0-SNAPSHOT: The...

just a example for generating FTP job(.kjb)

Hi, in **kettle-sdk-partitioner-plugin/**, there is a dependency **org.apache.httpcomponents:httpclient:4.5.9 ** that calls the risk method. [CVE-2020-13956](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13956) The scope of this CVE affected version is **[,4.5.13)** After further analysis, in this project,...

I developed a simple plugin, created a jar in a folder and copied the folder to the `$PENTAHO_PATH/plugins` folder. When I restart PDI it gives the following error: ``` 2020/04/06...

https://github.com/pentaho/pdi-sdk-plugins/blob/240014f4fd76a6bdee6579dd9aec1b339e9feaed/kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/GeneratingJobs.java#L32 there is no org.pentaho.di.job.entries.abort package after kettle-800. Is JobEntryAbort deprecated?

when i invoke the method (runTransformationFromRepository) in the class org.pentaho.di.sdk.samples.embedding.RunningTransformations with the code below ``` instance.runTransformationFromRepository("MyRepoCE", "/home/admin", "parametrized_transformation", "admin", "password"); ``` i got a exception like this: ``` org.pentaho.di.core.exception.KettleException: Cannot...

I tried to download the pdi-sdk-plugins-7.1.0.0 and ran mvn clean package site but I end up getting the error stated in the heading. I already had an existing settings.xml but...

I modified the funciton **runJobFromFileSystem()** in the class RunningJobs, and execute my examples, but get some exceptions, why? (These examples are called OK by spoon.bat and spoon.sh) **1. FTP job:**...

When I run mvn clean package site I get this error: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.360 s [INFO] Finished at: 2016-12-28T17:55:15+01:00 [INFO] Final Memory: 9M/121M [INFO]...

Eclipse has a good WYSIWYG SWT Designer. However, it can't be used to parse Pentaho PDI Dialog class. Suggest to separate SWT and Pentaho PDI related classes/interfaces to allow to...