I have custom stage library which I want to use in Streamsets Data collector pipeline, I have followed all the steps given in below link to install custom stage lib, but still I am not able search stage library data collector.
Could you please help ?
SS document link :
docs.streamsets.com/datacollector/latest/help/datacollector/UserGuide/Configuration/CustomStageLibraries.html#concept_pmc_jk1_1x
There are only a few things to check:
First, ensure you've exported the USER_LIBRARIES_DIR environment variable so SDC can find the custom stage libraries:
Then give the custom stage library the appropriate permissions in the JVM's security manager. (Verify that you've added a section like this example to the $SDC_CONF/sdc-security.policy file):
Verify that you've restarted SDC to pick up the previously-mentioned changes.
After restarting SDC, ensure the custom stage's jar files have been opened by the JVM:
The documentation can be found here