Created on 01-15-2015 12:52 PM - edited 09-16-2022 02:19 AM
I'm using the patch from FLUME-2578 but when I pass the patched jar via --classpath option of flume-ng, I see the old jar being used instead of the patched jar since it is being appended.
Is there a way to override or append the patched jar to java classpath and run flume agent?
Thanks!
Created 01-15-2015 01:57 PM
Thanks Joey, looks like "/usr/bin/flume-ng agent ... -Duser.home=/user/xyz -c /path/to/jar1:/path/to/jar2" seem to have done the trick by prepending to the java.class.path.
Created 01-15-2015 01:24 PM
Created 01-15-2015 01:57 PM
Thanks Joey, looks like "/usr/bin/flume-ng agent ... -Duser.home=/user/xyz -c /path/to/jar1:/path/to/jar2" seem to have done the trick by prepending to the java.class.path.