Created on 03-13-2017 05:46 AM - edited 09-16-2022 04:14 AM
Hi,
A jar with custom flume components under default plugin folders /usr/lib/flume-ng/plugins.d or /var/lib/flume-ng/plugins.d is not picked up by Flume.
I don't event see these folders included in the classpath.
All works just fine if I add my jar to one of the default CP folders, e.g.
/opt/cloudera/parcels/CDH-5.9.0-1.cdh5.9.0.p0.23/lib/flume-ng/lib.
Did anyone have a similar issue?
Cheers,
Gin
Created 03-13-2017 09:10 AM
Created 03-13-2017 09:10 AM
Created 03-14-2017 04:49 AM
Spot on, I missed the directory structure and just dumped my jars under plugins.d.
The cmd line did not give me clues since it did not have anything related to plugin directories, e.g. "--plugins-path /usr/lib/flume-ng/plugins.d:/var/lib/flume-ng/plugins.d".
Thanks!