Skip to content

Releases: mehakmeet/hadoop

S3A HTTPS proxy on 3.4.0 release

21 Oct 13:24
Compare
Choose a tag to compare

Test patch for proxy protocol setting.

How to set proxy protocol to "HTTPS":

  • core-site.xml
<property>
    <name>fs.s3a.proxy.secured</name>
    <value>true</value>
</property>
  • command line
-Dfs.s3a.proxy.secured=true