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
- Host: GitHub
- URL: https://github.com/stevenmmortimer/pdi-solrinput-plugin
- Owner: StevenMMortimer
- Created: 2016-02-18T00:36:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T06:49:29.000Z (about 9 years ago)
- Last Synced: 2025-01-29T18:28:32.516Z (4 months ago)
- Language: Java
- Size: 19.9 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 nodesThe final folder structure should be:
```
+-- pdi/data-integrations/plugins/pdi-solrinput-plugin
| +-- pdi-solrinput-plugin.jar
| +-- lib
| +-- ...All .jar files in /lib folder
```