[GitHub] [beam] kkucharc commented on a change in pull request #11567: [BEAM-8132] Report Python metrics to InfluxDB

2020-05-11 Thread GitBox
kkucharc commented on a change in pull request #11567: URL: https://github.com/apache/beam/pull/11567#discussion_r423014250 ## File path: sdks/python/apache_beam/testing/load_tests/load_test_metrics_utils.py ## @@ -404,6 +419,77 @@ def save(self, results): return self._cli

[GitHub] [beam] kkucharc commented on a change in pull request #11567: [BEAM-8132] Report Python metrics to InfluxDB

2020-05-11 Thread GitBox
kkucharc commented on a change in pull request #11567: URL: https://github.com/apache/beam/pull/11567#discussion_r423012464 ## File path: sdks/python/apache_beam/testing/load_tests/load_test_metrics_utils.py ## @@ -167,14 +175,15 @@ class MetricsReader(object): A :class:`Met

[GitHub] [beam] kkucharc commented on a change in pull request #11567: [BEAM-8132] Report Python metrics to InfluxDB

2020-05-11 Thread GitBox
kkucharc commented on a change in pull request #11567: URL: https://github.com/apache/beam/pull/11567#discussion_r423010025 ## File path: sdks/python/apache_beam/testing/load_tests/load_test.py ## @@ -67,22 +82,30 @@ def _str_to_boolean(value): class LoadTest(object): + "

[GitHub] [beam] kkucharc commented on a change in pull request #11567: [BEAM-8132] Report Python metrics to InfluxDB

2020-05-11 Thread GitBox
kkucharc commented on a change in pull request #11567: URL: https://github.com/apache/beam/pull/11567#discussion_r423009786 ## File path: sdks/python/apache_beam/testing/load_tests/load_test.py ## @@ -45,6 +47,19 @@ def _add_argparse_args(cls, parser): '--metrics_table

[GitHub] [beam] mwalenia commented on pull request #11611: [BEAM-9634] Add natural language analysis transform

2020-05-11 Thread GitBox
mwalenia commented on pull request #11611: URL: https://github.com/apache/beam/pull/11611#issuecomment-626674426 R: @tysonjh This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [beam] bntnam commented on a change in pull request #11554: [BEAM-9876] Migrate the Beam website from Jekyll to Hugo to enable localization of the site content

2020-05-11 Thread GitBox
bntnam commented on a change in pull request #11554: URL: https://github.com/apache/beam/pull/11554#discussion_r422998690 ## File path: website/www/package.json ## @@ -0,0 +1,19 @@ +{ + "name": "apache-beam-website", + "version": "1.0.0", + "description": "Apache Beam websit

[GitHub] [beam] bntnam commented on a change in pull request #11554: [BEAM-9876] Migrate the Beam website from Jekyll to Hugo to enable localization of the site content

2020-05-11 Thread GitBox
bntnam commented on a change in pull request #11554: URL: https://github.com/apache/beam/pull/11554#discussion_r422995639 ## File path: website/Dockerfile ## @@ -1,33 +1,65 @@ -### -# Licensed to the A

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422993963 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/CloudVision.java ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apach

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422993259 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/CloudVision.java ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apach

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422993102 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/CloudVision.java ## @@ -0,0 +1,238 @@ +/* + * Licensed to the Apach

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422992888 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/AnnotateImages.java ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Ap

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422990776 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/AnnotateImages.java ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Ap

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422989840 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/AnnotateImages.java ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Ap

[GitHub] [beam] mwalenia commented on a change in pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on a change in pull request #11331: URL: https://github.com/apache/beam/pull/11331#discussion_r422989584 ## File path: sdks/java/extensions/ml/src/main/java/org/apache/beam/sdk/extensions/ml/AnnotateImages.java ## @@ -0,0 +1,209 @@ +/* + * Licensed to the Ap

[GitHub] [beam] aromanenko-dev commented on a change in pull request #11396: [BEAM-9742] Add Configurable FluentBackoff to JdbcIO Write

2020-05-11 Thread GitBox
aromanenko-dev commented on a change in pull request #11396: URL: https://github.com/apache/beam/pull/11396#discussion_r422977908 ## File path: sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java ## @@ -257,6 +258,28 @@ public boolean apply(SQLException e)

[GitHub] [beam] kamilwu commented on pull request #11660: Fix InfluxDB credentials binding

2020-05-11 Thread GitBox
kamilwu commented on pull request #11660: URL: https://github.com/apache/beam/pull/11660#issuecomment-626648441 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [beam] aromanenko-dev commented on pull request #11396: [BEAM-9742] Add Configurable FluentBackoff to JdbcIO Write

2020-05-11 Thread GitBox
aromanenko-dev commented on pull request #11396: URL: https://github.com/apache/beam/pull/11396#issuecomment-626642453 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [beam] kamilwu commented on pull request #11660: Fix InfluxDB credentials binding

2020-05-11 Thread GitBox
kamilwu commented on pull request #11660: URL: https://github.com/apache/beam/pull/11660#issuecomment-626642235 Run Seed Job This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [beam] aromanenko-dev commented on pull request #11396: [BEAM-9742] Add Configurable FluentBackoff to JdbcIO Write

2020-05-11 Thread GitBox
aromanenko-dev commented on pull request #11396: URL: https://github.com/apache/beam/pull/11396#issuecomment-626641582 @udim no problem, I can take over of this PR This is an automated message from the Apache Git Service. To

[GitHub] [beam] kamilwu commented on pull request #11660: Fix InfluxDB credentials binding

2020-05-11 Thread GitBox
kamilwu commented on pull request #11660: URL: https://github.com/apache/beam/pull/11660#issuecomment-626641164 Run Seed Job This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [beam] kamilwu opened a new pull request #11660: Fix InfluxDB credentials binding

2020-05-11 Thread GitBox
kamilwu opened a new pull request #11660: URL: https://github.com/apache/beam/pull/11660 Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] [**Choose reviewer(s)**](https://be

[GitHub] [beam] kamilwu commented on pull request #11629: [BEAM-6710] Add landing page with links to relevant dashboards

2020-05-11 Thread GitBox
kamilwu commented on pull request #11629: URL: https://github.com/apache/beam/pull/11629#issuecomment-626635476 @aaltay You should be able now to see the new landing page at http://metrics.beam.apache.org This is an automate

[GitHub] [beam] pawelpasterz commented on pull request #11659: [BEAM-2530] PreCommit Dataflow examples - test compiled with java 11

2020-05-11 Thread GitBox
pawelpasterz commented on pull request #11659: URL: https://github.com/apache/beam/pull/11659#issuecomment-626613914 R: @kamilwu Hey! Could you take a look? Thanks This is an automated message from the Apache Git Service.

[GitHub] [beam] mwalenia commented on pull request #11566: [BEAM-9723] Add DLP integration transforms

2020-05-11 Thread GitBox
mwalenia commented on pull request #11566: URL: https://github.com/apache/beam/pull/11566#issuecomment-626601364 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [beam] kamilwu commented on pull request #11659: [BEAM-2530] PreCommit Dataflow examples - test compiled with java 11

2020-05-11 Thread GitBox
kamilwu commented on pull request #11659: URL: https://github.com/apache/beam/pull/11659#issuecomment-626597746 Run Java_Examples_Dataflow_Java11 PreCommit This is an automated message from the Apache Git Service. To respond

[GitHub] [beam] kamilwu commented on pull request #11659: [BEAM-2530] PreCommit Dataflow examples - test compiled with java 11

2020-05-11 Thread GitBox
kamilwu commented on pull request #11659: URL: https://github.com/apache/beam/pull/11659#issuecomment-626588429 Run seed job This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [beam] pawelpasterz opened a new pull request #11659: [BEAM-2530] PreCommit Dataflow examples - test compiled with java 11

2020-05-11 Thread GitBox
pawelpasterz opened a new pull request #11659: URL: https://github.com/apache/beam/pull/11659 Compile tests and run on java 11. Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

[GitHub] [beam] Ardagan commented on a change in pull request #11582: [BEAM-9650] Add ReadAllFromBigQuery PTransform

2020-05-11 Thread GitBox
Ardagan commented on a change in pull request #11582: URL: https://github.com/apache/beam/pull/11582#discussion_r422904343 ## File path: sdks/python/apache_beam/io/gcp/bigquery.py ## @@ -1641,3 +1644,314 @@ def process(self, unused_element, signal): *self._args

[GitHub] [beam] Ardagan commented on a change in pull request #11582: [BEAM-9650] Add ReadAllFromBigQuery PTransform

2020-05-11 Thread GitBox
Ardagan commented on a change in pull request #11582: URL: https://github.com/apache/beam/pull/11582#discussion_r422903621 ## File path: sdks/python/apache_beam/io/gcp/bigquery.py ## @@ -1641,3 +1644,314 @@ def process(self, unused_element, signal): *self._args

[GitHub] [beam] Ardagan commented on a change in pull request #11582: [BEAM-9650] Add ReadAllFromBigQuery PTransform

2020-05-11 Thread GitBox
Ardagan commented on a change in pull request #11582: URL: https://github.com/apache/beam/pull/11582#discussion_r422903477 ## File path: sdks/python/apache_beam/io/gcp/bigquery.py ## @@ -1641,3 +1644,314 @@ def process(self, unused_element, signal): *self._args

[GitHub] [beam] mxm opened a new pull request #11658: [BEAM-9947] Store updated ParDoPayload for length-prefixed timer coders

2020-05-11 Thread GitBox
mxm opened a new pull request #11658: URL: https://github.com/apache/beam/pull/11658 The updated ParDoPayload which may hold a length-prefixed key coder for the timer coder was not stored as the new FunctionSpec for the ParDo transform. Instead, it was discarded right away and the old

[GitHub] [beam] mwalenia commented on pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on pull request #11331: URL: https://github.com/apache/beam/pull/11331#issuecomment-626572535 Run Python PreCommit This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [beam] mwalenia commented on pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on pull request #11331: URL: https://github.com/apache/beam/pull/11331#issuecomment-626571186 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [beam] mwalenia commented on pull request #11331: [BEAM-9646] Add Google Cloud vision integration transform

2020-05-11 Thread GitBox
mwalenia commented on pull request #11331: URL: https://github.com/apache/beam/pull/11331#issuecomment-626571240 Run Java PreCommit This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [beam] kamilwu commented on pull request #11274: [BEAM-9633] Add PubsubIO performance test

2020-05-11 Thread GitBox
kamilwu commented on pull request #11274: URL: https://github.com/apache/beam/pull/11274#issuecomment-626570906 Run PubsubIO Performance Test Python This is an automated message from the Apache Git Service. To respond to the

[GitHub] [beam] kamilwu commented on pull request #11274: [BEAM-9633] Add PubsubIO performance test

2020-05-11 Thread GitBox
kamilwu commented on pull request #11274: URL: https://github.com/apache/beam/pull/11274#issuecomment-626559226 Run Seed Job This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [beam] kamilwu commented on pull request #11075: [BEAM-9421] Website section that describes getting predictions using AI Platform Prediciton

2020-05-11 Thread GitBox
kamilwu commented on pull request #11075: URL: https://github.com/apache/beam/pull/11075#issuecomment-626546618 @rose-rong-liu Thanks! I'll merge the PR after the release. This is an automated message from the Apache Git Serv