[
https://issues.apache.org/jira/browse/BEAM-4814?focusedWorklogId=124575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-124575
]
ASF GitHub Bot logged work on BEAM-4814:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/18 19:55
Start Date: 18/Jul/18 19:55
Worklog Time Spent: 10m
Work Description: JohnRudolfLewis commented on issue #5983: [BEAM-4814]
Add client configuration to aws options
URL: https://github.com/apache/beam/pull/5983#issuecomment-406054261
One of the challenges I faced in writing this code was that
ClientConfiguration is not serializable via Jackson. The level of effort in
creating a mixin that would fully serialize the object was not, in my opinion,
worth the reward. So I created a mixin that only serializes the properties I
was interested in. The alternatives were a ton of mixin work, a new pojo object
with only the properties I was interested in, or discrete string properties on
the AwsOptions class. I did not like any of my options, but choose the one I
felt was least bad. I welcome further discussion of this point.
----------------------------------------------------------------
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: 124575)
Time Spent: 20m (was: 10m)
> 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: Ismaël Mejía
> Priority: Major
> Time Spent: 20m
> 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)