Beam Dependency Check Report (2021-07-12)

2021-07-12 Thread Apache Jenkins Server
ERROR: File 'src/build/dependencyUpdates/beam-dependency-check-report.html' does not exist

Re: Dataflow dependencies require non-maven central dependencies (confluent kafka)

2021-07-12 Thread Alexey Romanenko
I agree that we should make this optional. What would be the best way to it with gradle? > On 11 Jul 2021, at 16:40, Jan Lukavský wrote: > > I'd be +1 to making it optional as well. Looks really like an overhead for > users not using avro. > > On 7/11/21 10:36 AM, Alex Van Boxel wrote: >> It

Re: Dataflow dependencies require non-maven central dependencies (confluent kafka)

2021-07-12 Thread Alex Van Boxel
That's not the problem, the example Gradle build excludes it, the Dataflow runner fails with the error stated in the original post. _/ _/ Alex Van Boxel On Mon, Jul 12, 2021 at 6:27 PM Alexey Romanenko wrote: > I agree that we should make this optional. What would be the best way to > it with

Re: Dataflow dependencies require non-maven central dependencies (confluent kafka)

2021-07-12 Thread Jan Lukavský
Can you try to exclude only the "kafka-avro-serializer"? On 7/12/21 6:28 PM, Alex Van Boxel wrote: That's not the problem, the example Gradle build excludes it, the Dataflow runner fails with the error stated in the original post.  _/ _/ Alex Van Boxel On Mon, Jul 12, 2021 at 6:27 PM Alexey

P1 issues report (43)

2021-07-12 Thread Beam Jira Bot
This is your daily summary of Beam's current P1 issues, not including flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20priority%20%3D%20P1%20AND%20(labels%20is%20EMPTY%20OR%20labels%20!%3D%20flake). See https://beam.apache.

Flaky test issue report (28)

2021-07-12 Thread Beam Jira Bot
This is your daily summary of Beam's current flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20labels%20%3D%20flake) These are P1 issues because they have a major negative impact on the community and make it hard to determin

How to read data from bigtable

2021-07-12 Thread Raja Guda
Hi, Is there any IO connector to read data from bigtable. Thanks, Raja

[GitHub] [beam-site] apilloud merged pull request #616: Publish 2.31.0 release

2021-07-12 Thread GitBox
apilloud merged pull request #616: URL: https://github.com/apache/beam-site/pull/616 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr.

[GitHub] [beam-site] apilloud opened a new pull request #616: Publish 2.31.0 release

2021-07-12 Thread GitBox
apilloud opened a new pull request #616: URL: https://github.com/apache/beam-site/pull/616 Used java 8 to generate javadocs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: How to read data from bigtable

2021-07-12 Thread Kenneth Knowles
Hi Raja & all, I'm moving the thread to u...@beam.apache.org since I think many users may be interested in the answer to the question, or have other experiences to share. Kenn On Mon, Jul 12, 2021 at 12:58 PM Chamikara Jayalath wrote: > There's also an external connector that us directly suppo

Beam Website Feedback

2021-07-12 Thread Ed Howard
I was interested in the introductory tutorials, so I checked out the first one here: https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/getting-started.ipynb#scrollTo=R_Yhoc6N_Flg I found that the pip install step at the very beginning fails. This is