[
https://issues.apache.org/jira/browse/BEAM-4814?focusedWorklogId=125002&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-125002
]
ASF GitHub Bot logged work on BEAM-4814:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/18 14:14
Start Date: 19/Jul/18 14:14
Worklog Time Spent: 10m
Work Description: JohnRudolfLewis commented on a change in pull request
#5983: [BEAM-4814] Add client configuration to aws options
URL: https://github.com/apache/beam/pull/5983#discussion_r203742710
##########
File path:
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/options/AwsOptions.java
##########
@@ -75,4 +76,40 @@ public AWSCredentialsProvider create(PipelineOptions
options) {
return DefaultAWSCredentialsProviderChain.getInstance();
}
}
+
+ /**
+ * The client configuration instance that should be used to configure AWS
service clients. Please
+ * note that the configuration deserialization only allows one to specify
proxy settings.
+ *
+ * <p>For example, to specify the proxy host, port, username and password,
specify the following:
+ * <code>
+ * {
Review comment:
Done as requested
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 125002)
Time Spent: 1h 10m (was: 1h)
> Support for S3FileSystem to work behind a proxy server
> ------------------------------------------------------
>
> Key: BEAM-4814
> URL: https://issues.apache.org/jira/browse/BEAM-4814
> Project: Beam
> Issue Type: Improvement
> Components: io-java-aws
> Reporter: John Rudolf Lewis
> Assignee: John Rudolf Lewis
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> I want to run a Beam job in my Spark cluster that uses the S3FileSystem. My
> Spark cluster is configured to require a proxy server with authentication in
> order to make outbound connections. A small change is required to enable
> ClientConfiguration to be added to the configuration to enable this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)