Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
Description
Create an 'ext' dir where all Flume NG custom components can live (eg, custom channels, sources, sinks, interceptors, serializers). Modify the flume-ng script to include this 'ext' dir in the classpath (probably include it right after the lib dir). Doing this will standardize the location of custom components.
An manual alternative is for a user to create the 'ext' dir and include that dir in the flume-env.sh file's FLUME_CLASSPATH value.