Re: Migrate S3FileSystem

2021-01-28 Thread Raphael Sanamyan
Hello Ismaël, Thank you for such a quick response. If the main task is to adapt the beam classes to the new AWS API, then I have no questions and I will start the task and send out a PR for the review soon. Thank you, Raphael. От: Ismaël Mejía Отправлено:

Re: Migrating Gradle scripts to Kotlin

2021-01-28 Thread Brian Hulette
I think generally smaller PRs are preferable if the work is easily separable, which it sounds like this is. I'd recommend you go ahead and put up a PR, you might even split it into one PR per file if that makes sense to you. Side note - do you have a Jira ID? We should get BEAM-11589 assigned to

UX Research Findings Readout for Apache Beam Community

2021-01-28 Thread Carlos Camacho Frausto
Hello, Some weeks ago, our firm conducted a User Experience Research Study for Google Apache Beam to identify users’ needs and pain points when learning and using Apache Beam. *Today, we are glad to invite you to a Readout session where we will present the key findings and a list of

Re: Migrate S3FileSystem

2021-01-28 Thread Ismaël Mejía
Hello Raphael, You don't need to change the version of the SDK because at the moment we do support AWS SDK for Java 2, you just have to put the classes in the correct module. https://github.com/apache/beam/tree/master/sdks/java/io/amazon-web-services2 The expected outcome is just to reproduce

Migrating Gradle scripts to Kotlin

2021-01-28 Thread Ramazan Yapparov
Hi Beam Dev! I started to work on this issue https://issues.apache.org/jira/browse/BEAM-11589 - migrating Gradle scripts from Groovy to Kotlin. Currently, I've migrated settings.gradle, buildSrc/build.gradle and release/build.gradle files to Kotlin. I believe that this work should be done

Migrate S3FileSystem

2021-01-28 Thread Raphael Sanamyan
Hi, community, I'm going to implement a task "Migrate S3FileSystem to AWS SDK for Java 2". I'm planning to change the version of SDK to the new one and to fix troubles in case they appear. If anyone has any details of this task, it would be nice