An open API service indexing awesome lists of open source software.

https://github.com/stevenmmortimer/pdi-solrinput-plugin

A Kettle Plugin for Apache Solr Input
https://github.com/stevenmmortimer/pdi-solrinput-plugin

Last synced: about 2 months ago
JSON representation

A Kettle Plugin for Apache Solr Input

Awesome Lists containing this project

README

        

# pdi-solrinput-plugin
A Kettle Plugin for Apache Solr Input

## Installation Instructions

1. Locate the Kettle Plugins Folder associated with your Spoon or DI Server installation. The "plugins" folder is typically located at a path similar to: pdi/data-integration/plugins
2. Create a folder inside your plugins folder called "pdi-solrinput-plugin".
3. Copy and paste into the new folder the pdi-solrinput-plugin.jar file, which is located inside this repository's /dist/steps/pdi-solrinput-plugin folder
4. Create another folder inside of it called "lib" where you will put any supporting jars
5. Copy and paste all of the .jar files inside this repository's /lib folder
6. You may need to restart Spoon or DI Server before it is visible under the available design nodes

The final folder structure should be:

```
+-- pdi/data-integrations/plugins/pdi-solrinput-plugin
| +-- pdi-solrinput-plugin.jar
| +-- lib
| +-- ...All .jar files in /lib folder
```