You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Suraj Nayak <sn...@gmail.com> on 2016/08/02 03:23:03 UTC

Flume Proxy settings

Hi All,

I have custom sink, which needs to run inside corp network. Only way to
connect to internet is via proxy.

Am trying to set JVM flags to route https traffic via proxy. But flume is
not recognizing it.

I have tried setting JAVA_OPTS with below string
export JAVA_OPTS="-Dhttp.proxyHost=proxy.abc.com -Dhttp.proxyPort=3321
-Dhttps.proxyHost=proxy.abc.com -Dhttps.proxyPort=3321"

Tried both in Java 8 and Java 7.
Flume version : 1.5.2 (HDP 2.3.4.7)

Note : Flume is accepting -Djavax.net.debug=all settings, but not
-Dhttps.proxyHost.

Any help appreciated.


-- 
Thanks
Suraj Nayak M