RE: [EXTERNAL] Re: Java Build broken

2020-02-25 Thread Stefan Djelekar
Hi all,

No this is not yet fixed.

@Pulasthi do you still get the same error?

@Maximilian I don’t have any overrides.
It looks like on localhost build references 
https://oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_check_api/2.3.4/
istead of
https://mvnrepository.com/artifact/com.google.errorprone/error_prone_check_api/2.3.4

and the first link returns 404

[cid:image002.jpg@01D5EBD0.001D1AD0]

Can you please advise?

All the best,
Stefan

From: Pulasthi Supun Wickramasinghe 
Sent: Tuesday, February 18, 2020 5:11 PM
To: dev 
Cc: Stefan Djelekar 
Subject: [EXTERNAL] Re: Java Build broken

Hi All,

Was this issue resolved? I started to get the same error on my local build 
suddenly.

Best Regards,
Pulasthi

On Thu, Jan 23, 2020 at 10:17 AM Maximilian Michels 
mailto:m...@apache.org>> wrote:
Do you have any overrides in your ~/.m2/settings.xml? The artifacts
should be found as part of Maven central, e.g.
https://mvnrepository.com/artifact/com.google.errorprone/error_prone_check_api<https://mvnrepository.com/artifact/com.google.errorprone/error_prone_check_api>

Cheers,
Max

On 23.01.20 11:11, Stefan Djelekar wrote:
> Hi guys,
>
> It’s been days now since the build for Java SDK is broken.
>
> Namely, pipeline is successful on Jenkins, but it fails in my localhost
> with error in task model:pipeline:compileJava. As I've seen, last couple
> of builds were served from cache, so maybe that is the reason why it's
> green. I confirmed same thing happened to other devs as well.
>
> 22:49:34 > Task :model:pipeline:compileJava FROM-CACHE
>
> It looks like it’s related to mismatch of com.google.errorprone library
> version. Can someone please take a look as this is a blocker to
> localhost development?
>
> Cheers,
>
> *Stefan Đelekar*
>
> Sofware Engineer
>
> Mobile +381 65 22 33 293
>
> stefan.djele...@redbox.com<mailto:stefan.djele...@redbox.com> 
> <mailto:stefan.djele...@redbox.com<mailto:stefan.djele...@redbox.com>>
>
> Redbox Automated Retail LLC / Interventure d.o.o
>
> 16. Oktobra 21/67, 11050 Zvezdara, Serbia
>
> djelekar.com<http://djelekar.com>
>
> --
>
> This email is confidential and intended for the recipient specified in
> the message only.
> If you have received this message in error, please notify the sender by
> e-mail, discard any
> paper copies and delete the mail and all electronic files of the message
> from your system.
>


--
Pulasthi S. Wickramasinghe
PhD Candidate  | Research Assistant
School of Informatics and Computing | Digital Science Center
Indiana University, Bloomington
cell: 224-386-9035


RE: [EXTERNAL] Re: FirestoreIO connector [JavaSDK]

2019-12-02 Thread Stefan Djelekar
Hi dev team,

I’ve submitted the pull request<https://github.com/apache/beam/pull/10187> for 
BEAM-8376<https://issues.apache.org/jira/browse/BEAM-8376>.

Getting a review would be nice.

All the best,
Stefan

From: Chamikara Jayalath 
Sent: Wednesday, November 6, 2019 8:05 PM
To: dev 
Subject: Re: [EXTERNAL] Re: FirestoreIO connector [JavaSDK]

BTW, FYI, I'm also talking with folks from Google Firestore team regarding 
this. I think they had shown some interest in taking this up but I'm not sure.
If they are able to contribute here, and if we can coordinate with some of 
those folks on this effort, it will be great for the long term health and 
maintenance of the connector.

Thanks,
Cham

On Wed, Nov 6, 2019 at 1:56 AM Stefan Djelekar 
mailto:stefan.djele...@redbox.com>> wrote:
Thanks for the valuable information.

We’ve been exactly looking up to that Datastore connector, but there are some 
differences of course.

I’ll make the PR in the next few days and let’s pick it up from there.

King regards,
Stefan


From: Chamikara Jayalath mailto:chamik...@google.com>>
Sent: Tuesday, November 5, 2019 2:24 AM
To: dev mailto:dev@beam.apache.org>>
Subject: [EXTERNAL] Re: FirestoreIO connector [JavaSDK]

Thanks for the contribution. Happy to help with the review.
Also, probably it'll be good to follow patterns employed by the existing 
Datastore connector when applicable: 
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java<https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java>

Thanks,
Cham

On Mon, Nov 4, 2019 at 2:37 AM Ismaël Mejía 
mailto:ieme...@gmail.com>> wrote:
Hello,

Please open a PR with the code of the new connector rebased against
the latest master.

It is worth to take a look at Beam's contribution guide [1] and
PTransform style guide [2] in advance.
In any case we can guide you on any issue during the PR review so
please go ahead.

Regards,
Ismaël

[1] https://beam.apache.org/contribute/<https://beam.apache.org/contribute/>
[2] 
https://beam.apache.org/contribute/ptransform-style-guide/<https://beam.apache.org/contribute/ptransform-style-guide/>


On Mon, Nov 4, 2019 at 10:48 AM Stefan Djelekar
mailto:stefan.djele...@redbox.com>> wrote:
>
> Hi beam devs,
>
>
>
> I'm Stefan from Redbox. We are a customer of GCP and we are in need of beam 
> Java connector for Firestore.
>
>
>
> There is a pending JIRA item for this. 
> https://issues.apache.org/jira/browse/BEAM-8376<https://issues.apache.org/jira/browse/BEAM-8376>
>
>
>
> The team inside of the company has been working on this for a while and we 
> would like to contribute!
>
> What is the best way to do this? Can we perhaps get a review from an 
> experienced beam member?
>
> Let me know what do you think.
>
>
>
> All the best,
>
>
>
> Stefan Đelekar
>
> Sofware Engineer
>
> stefan.djele...@redbox.com<mailto:stefan.djele...@redbox.com>
>
> djelekar.com<http://djelekar.com>
>
>


RE: [EXTERNAL] Re: FirestoreIO connector [JavaSDK]

2019-11-06 Thread Stefan Djelekar
Thanks for the valuable information.

We’ve been exactly looking up to that Datastore connector, but there are some 
differences of course.

I’ll make the PR in the next few days and let’s pick it up from there.

King regards,
Stefan


From: Chamikara Jayalath 
Sent: Tuesday, November 5, 2019 2:24 AM
To: dev 
Subject: [EXTERNAL] Re: FirestoreIO connector [JavaSDK]

Thanks for the contribution. Happy to help with the review.
Also, probably it'll be good to follow patterns employed by the existing 
Datastore connector when applicable: 
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java<https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java>

Thanks,
Cham

On Mon, Nov 4, 2019 at 2:37 AM Ismaël Mejía 
mailto:ieme...@gmail.com>> wrote:
Hello,

Please open a PR with the code of the new connector rebased against
the latest master.

It is worth to take a look at Beam's contribution guide [1] and
PTransform style guide [2] in advance.
In any case we can guide you on any issue during the PR review so
please go ahead.

Regards,
Ismaël

[1] https://beam.apache.org/contribute/<https://beam.apache.org/contribute/>
[2] 
https://beam.apache.org/contribute/ptransform-style-guide/<https://beam.apache.org/contribute/ptransform-style-guide/>


On Mon, Nov 4, 2019 at 10:48 AM Stefan Djelekar
mailto:stefan.djele...@redbox.com>> wrote:
>
> Hi beam devs,
>
>
>
> I'm Stefan from Redbox. We are a customer of GCP and we are in need of beam 
> Java connector for Firestore.
>
>
>
> There is a pending JIRA item for this. 
> https://issues.apache.org/jira/browse/BEAM-8376<https://issues.apache.org/jira/browse/BEAM-8376>
>
>
>
> The team inside of the company has been working on this for a while and we 
> would like to contribute!
>
> What is the best way to do this? Can we perhaps get a review from an 
> experienced beam member?
>
> Let me know what do you think.
>
>
>
> All the best,
>
>
>
> Stefan Đelekar
>
> Sofware Engineer
>
> stefan.djele...@redbox.com<mailto:stefan.djele...@redbox.com>
>
> djelekar.com<http://djelekar.com>
>
>


FirestoreIO connector [JavaSDK]

2019-11-04 Thread Stefan Djelekar
Hi beam devs,

I'm Stefan from Redbox. We are a customer of GCP and we are in need of beam 
Java connector for Firestore.

There is a pending JIRA item for this. 
https://issues.apache.org/jira/browse/BEAM-8376

The team inside of the company has been working on this for a while and we 
would like to contribute!
What is the best way to do this? Can we perhaps get a review from an 
experienced beam member?
Let me know what do you think.

All the best,

Stefan Đelekar
Sofware Engineer
stefan.djele...@redbox.com
djelekar.com