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 
Отправлено: 28 января 2021 г. 15:37:04
Кому: dev
Тема: Re: Migrate S3FileSystem

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
[https://avatars.githubusercontent.com/u/47359?s=400=4]

beam/sdks/java/io/amazon-web-services2 at master · apache/beam · 
GitHub
github.com
Apache Beam is a unified programming model for Batch and Streaming - apache/beam



The expected outcome is just to reproduce what S3FileSystem.java does
for the amazon-web-services module, Main task is to adapt the Beam
classes to the new AWS API

If more doubts don't hesitate to ask.

Best,
Ismaël

On Thu, Jan 28, 2021 at 11:38 AM Raphael Sanamyan
 wrote:
>
> 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 
> if you share them, since there are no definite requirements and comments at 
> the task's description.
>
>
> Thank you,
>
> Raphael.


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 you
if you are working on it :)

Brian

On Thu, Jan 28, 2021 at 2:52 AM Ramazan Yapparov <
ramazan.yappa...@akvelon.com> wrote:

> 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 incrementally, so I wanted to ask
> if this amount of changes is enough for a PR or should I migrate more
> modules?
>
>


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 recommendations in order to improve
the learning experience for Apache Beam users. This session will consider a
Q where you’ll be able to interact with the community. *

We are considering a session of 60 minutes on any of these possible dates:

   - Thursday, February 11th at 11:00 AM CST / 6:00 PM CEST
   - Thursday, February 11th at 2:00 PM CST / 9:00 PM CEST
   - Friday, February 12th at 11:00 AM CST / 6:00 PM CEST
   - Friday, February 12th at 2:00 PM CST / 9:00 PM CEST


If you would like to attend the session, *please help us know which of the
dates/times options work best for you by filling up this form
*. 

-- 

Carlos Camacho | WIZELINE

UX Designer

carlos.cama...@wizeline.com

Amado Nervo 2200, Esfera P6, Col. Jardines del Sol, 45050 Zapopan, Jal.

Follow us @WizelineGlobal  | Facebook
 | LinkedIn


-- 
*This email and its contents (including any attachments) are being sent to
you on the condition of confidentiality and may be protected by legal
privilege. Access to this email by anyone other than the intended recipient
is unauthorized. If you are not the intended recipient, please immediately
notify the sender by replying to this message and delete the material
immediately from your system. Any further use, dissemination, distribution
or reproduction of this email is strictly prohibited. Further, no
representation is made with respect to any content contained in this email.*


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 what S3FileSystem.java does
for the amazon-web-services module, Main task is to adapt the Beam
classes to the new AWS API

If more doubts don't hesitate to ask.

Best,
Ismaël

On Thu, Jan 28, 2021 at 11:38 AM Raphael Sanamyan
 wrote:
>
> 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 
> if you share them, since there are no definite requirements and comments at 
> the task's description.
>
>
> Thank you,
>
> Raphael.


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 incrementally, so I wanted to ask if 
this amount of changes is enough for a PR or should I migrate more modules?



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 if you share them, since 
there are no definite requirements and comments at the task's description.


Thank you,

Raphael.