Can you try: SET LS_JAVA_OPTS=-Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port> -Dhttp.proxyUser=<username> -Dhttp.proxyPassword=<pass>
For HTTPS proxy should be
-Dhttps.proxyHost=< host >...
Also you should be able to use this settings in jvm.options
The LS_JAVA_OPTS environment variable can also be used to override JVM settings in the jvm.options file settings file. The content of this variable is additive to options configured in the jvm.options file, and will override any settings that exist in both places.
Disclaimer: I don't have where to try to make sure this is correct.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.