Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3842

2017-08-25 Thread Apache Jenkins Server
See

[beam-site] branch asf-site updated (dbb8f55 -> 6386ac2)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git. from dbb8f55 Prepare repository for deployment. add c51fa52 add SQL grammar in BNF add 3e8980e

[beam-site] 01/01: Prepare repository for deployment.

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git commit 6386ac2149c4320f0891c33b545bbf5b0bc8287a Author: Mergebot AuthorDate: Sat Aug 26

[beam-site] 01/03: add SQL grammar in BNF

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit c51fa520869fd06e8b7b0f35451de83fccadf105 Author: mingmxu AuthorDate: Thu Aug 24 13:39:47

[beam-site] branch mergebot updated (db3f3b9 -> ec83da1)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git. discard db3f3b9 This closes #300 discard f5c30d6 correct the syntax of ORDER_BY LIMIT discard ba868d8 add

[beam-site] 02/03: correct the syntax of ORDER_BY LIMIT

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit 3e8980e4ec3f84dd38397f0d28aa52ea3bf12a07 Author: mingmxu AuthorDate: Fri Aug 25 16:40:18

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3841

2017-08-25 Thread Apache Jenkins Server
See

[GitHub] beam pull request #3735: Add Proto Definitions for the Artifact API

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3735 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[2/2] beam git commit: Add Proto Definitions for the Artifact API

2017-08-25 Thread tgroh
Add Proto Definitions for the Artifact API Update the Job API to permit a "prepare" phase of executing a pipeline, where prerequisite work like staging artifacts can be performed before the job is executed. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

[1/2] beam git commit: This closes #3735

2017-08-25 Thread tgroh
Repository: beam Updated Branches: refs/heads/master 0f77af89d -> 456dcc117 This closes #3735 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/456dcc11 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/456dcc11 Diff:

[GitHub] beam pull request #3771: Updates Dataflow worker to 20170825

2017-08-25 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/3771 Updates Dataflow worker to 20170825 R: @tgroh You can merge this pull request into a Git repository by running: $ git pull https://github.com/jkff/incubator-beam update-worker Alternatively you

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3840

2017-08-25 Thread Apache Jenkins Server
See

[GitHub] beam pull request #3770: Remove the circular dependency between pipeline & r...

2017-08-25 Thread aaltay
GitHub user aaltay opened a pull request: https://github.com/apache/beam/pull/3770 Remove the circular dependency between pipeline & runner R: @vikkyrk You can merge this pull request into a Git repository by running: $ git pull https://github.com/aaltay/beam circ

[beam-site] branch mergebot updated (a9b328b -> db3f3b9)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git. from a9b328b This closes #303 add dbb8f55 Prepare repository for deployment. new ba868d8 add SQL

[beam-site] 03/03: This closes #300

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit db3f3b9f378e6d240d8c22cbae161862aefb0a77 Merge: dbb8f55 f5c30d6 Author: Mergebot

[beam-site] 02/03: correct the syntax of ORDER_BY LIMIT

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit f5c30d695f25952f80f1b5c8921aeafa24c9f9a6 Author: mingmxu AuthorDate: Fri Aug 25 16:40:18

[beam-site] 01/03: add SQL grammar in BNF

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit ba868d8af7cbb27e278e07c2f1cc12e3e7b55095 Author: mingmxu AuthorDate: Thu Aug 24 13:39:47

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Spark #2919

2017-08-25 Thread Apache Jenkins Server
See Changes: [tgroh] Ensure Dataflow service version matches Google API service version -- [...truncated 1.47 KB...] SPARK_LOCAL_IP=127.0.0.1

[GitHub] beam pull request #3769: Initialize the Coder in DecodeAndEmitDoFn

2017-08-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/3769 Initialize the Coder in DecodeAndEmitDoFn Ensure that the coder is available before it is used Follow this checklist to help us incorporate your contribution quickly and easily: - [

[GitHub] beam pull request #3766: Ensure Dataflow service version matches Google API ...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3766 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[2/2] beam git commit: This closes #3766

2017-08-25 Thread tgroh
This closes #3766 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0f77af89 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0f77af89 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0f77af89 Branch:

[1/2] beam git commit: Ensure Dataflow service version matches Google API service version 1.22.0

2017-08-25 Thread tgroh
Repository: beam Updated Branches: refs/heads/master 9071c5516 -> 0f77af89d Ensure Dataflow service version matches Google API service version 1.22.0 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c4d96465 Tree:

[GitHub] beam pull request #3768: Fix beam_job_api to conform to proto naming convent...

2017-08-25 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/beam/pull/3768 Fix beam_job_api to conform to proto naming conventions. Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Commented] (BEAM-2809) update JavaDoc of BeamSortRel

2017-08-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16142450#comment-16142450 ] ASF GitHub Bot commented on BEAM-2809: -- GitHub user XuMingmin opened a pull request:

[GitHub] beam pull request #3767: [BEAM-2809] update JavaDoc of BeamSortRel

2017-08-25 Thread XuMingmin
GitHub user XuMingmin opened a pull request: https://github.com/apache/beam/pull/3767 [BEAM-2809] update JavaDoc of BeamSortRel R: @xumingming @takidau You can merge this pull request into a Git repository by running: $ git pull https://github.com/XuMingmin/beam BEAM-2809

[jira] [Updated] (BEAM-2809) update JavaDoc of BeamSortRel

2017-08-25 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Mingmin updated BEAM-2809: - Priority: Minor (was: Major) > update JavaDoc of BeamSortRel > - > >

[jira] [Created] (BEAM-2809) update JavaDoc of BeamSortRel

2017-08-25 Thread Xu Mingmin (JIRA)
Xu Mingmin created BEAM-2809: Summary: update JavaDoc of BeamSortRel Key: BEAM-2809 URL: https://issues.apache.org/jira/browse/BEAM-2809 Project: Beam Issue Type: Sub-task Components:

Jenkins build is unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3839

2017-08-25 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #4646

2017-08-25 Thread Apache Jenkins Server
See Changes: [iemejia] Fix code style issues for HBaseIO -- [...truncated 3.79 MB...] 2017-08-25T23:29:05.022 [INFO] Downloaded:

[GitHub] beam pull request #3751: [BEAM-2796] Actually wait for exector service to sh...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3751 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[2/2] beam git commit: This closes #3751

2017-08-25 Thread altay
This closes #3751 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9071c551 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9071c551 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/9071c551 Branch:

[1/2] beam git commit: Actually wait for exector service to shutdown

2017-08-25 Thread altay
Repository: beam Updated Branches: refs/heads/master 77a0a2afc -> 9071c5516 Actually wait for exector service to shutdown Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2dea491c Tree:

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Dataflow #3838

2017-08-25 Thread Apache Jenkins Server
See Changes: [iemejia] Fix code style issues for HBaseIO -- [...truncated 14.21 KB...] 2017-08-25T21:55:10.267 [INFO] Downloading:

Jenkins build is back to normal : beam_PostCommit_Python_Verify #2995

2017-08-25 Thread Apache Jenkins Server
See

[jira] [Assigned] (BEAM-2753) File DynamicDestinations side inputs don't work with sharding

2017-08-25 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-2753: -- Assignee: Eugene Kirpichov (was: Reuven Lax) > File DynamicDestinations side inputs

[GitHub] beam pull request #3765: [BEAM-2753] Fixes translation of WriteFiles side in...

2017-08-25 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/3765 [BEAM-2753] Fixes translation of WriteFiles side inputs JIRA: https://issues.apache.org/jira/browse/BEAM-2753 R: @kennknowles CC: @reuvenlax @mairbek You can merge this pull request into

[jira] [Commented] (BEAM-2753) File DynamicDestinations side inputs don't work with sharding

2017-08-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16142288#comment-16142288 ] ASF GitHub Bot commented on BEAM-2753: -- GitHub user jkff opened a pull request:

[GitHub] beam pull request #3766: Ensure Dataflow service version matches Google API ...

2017-08-25 Thread lukecwik
GitHub user lukecwik opened a pull request: https://github.com/apache/beam/pull/3766 Ensure Dataflow service version matches Google API service version 1.22.0 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a

[GitHub] beam pull request #3762: Fix code style issues for HBaseIO

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3762 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[3/3] beam git commit: This closes #3762

2017-08-25 Thread iemejia
This closes #3762 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/77a0a2af Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/77a0a2af Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/77a0a2af Branch:

[1/3] beam git commit: Fix code style issues for HBaseIO

2017-08-25 Thread iemejia
Repository: beam Updated Branches: refs/heads/master cdf050c0d -> 77a0a2afc http://git-wip-us.apache.org/repos/asf/beam/blob/e5bdedd2/sdks/java/io/hbase/src/test/java/org/apache/beam/sdk/io/hbase/HBaseIOTest.java -- diff --git

[2/3] beam git commit: Fix code style issues for HBaseIO

2017-08-25 Thread iemejia
Fix code style issues for HBaseIO Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e5bdedd2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e5bdedd2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e5bdedd2 Branch:

[jira] [Commented] (BEAM-2760) Disable testMergingCustomWindows* validatesRunner tests in Gearpump runner

2017-08-25 Thread Kai Jiang (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16142236#comment-16142236 ] Kai Jiang commented on BEAM-2760: - I test `testMergingCustomWindows` in Spark runner. It also fails. Flink

[jira] [Commented] (BEAM-2806) support View.CreatePCollectionView in FlinkRunner

2017-08-25 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16142200#comment-16142200 ] Xu Mingmin commented on BEAM-2806: -- Sure, this is the code we use in SQL join {code} PipelineOptions

[jira] [Commented] (BEAM-2802) TextIO should allow specifying a custom delimiter

2017-08-25 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16142139#comment-16142139 ] Eugene Kirpichov commented on BEAM-2802: What does the custom delimiter look like in practice? E.g.

[beam-site] 01/01: Prepare repository for deployment.

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git commit dbb8f552012bb314fdfc86b46132cbe91fa03975 Author: Mergebot AuthorDate: Fri Aug 25

[beam-site] branch asf-site updated (6558483 -> dbb8f55)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git. from 6558483 Prepare repository for deployment. add 69e2655 Add tfrecord io to builtin io list

[beam-site] 01/02: Add tfrecord io to builtin io list

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit 69e2655737bf65945199eeb373901173ca0c5a19 Author: Ahmet Altay AuthorDate: Fri Aug 25

[beam-site] branch mergebot updated (469834c -> a9b328b)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git. discard 469834c This closes #280 discard e51353d [BEAM-2726] Fix typo in programming guide new 69e2655

[beam-site] 02/02: This closes #303

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit a9b328b4a5e0851f94b86266440a093f3f43d5f2 Merge: 6558483 69e2655 Author: Mergebot

[GitHub] beam pull request #3764: [BEAM-2792] Wrap unknown coders in LengthPrefixCode...

2017-08-25 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/beam/pull/3764 [BEAM-2792] Wrap unknown coders in LengthPrefixCoder. Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #4645

2017-08-25 Thread Apache Jenkins Server
See -- [...truncated 1.44 MB...] 2017-08-25T18:37:24.139 [INFO] Downloaded:

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3836

2017-08-25 Thread Apache Jenkins Server
See

[GitHub] beam pull request #3763: Add first few BigtableWriteException to suppressed ...

2017-08-25 Thread nevillelyh
GitHub user nevillelyh opened a pull request: https://github.com/apache/beam/pull/3763 Add first few BigtableWriteException to suppressed list when rethrowing BigtableIO failures. Signed-off-by: Neville Li You can merge this pull request into a Git repository

[beam-site] 01/02: [BEAM-2726] Fix typo in programming guide

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit e51353d70c6f189a6fa07aff2946a6774c3a06d2 Author: Lukasz Cwik AuthorDate: Fri Aug 4

[beam-site] 02/02: This closes #280

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git commit 469834c93eead568a84ce4df102250a3cc5b06cc Merge: 6558483 e51353d Author: Mergebot

[beam-site] branch mergebot updated (6a6df39 -> 469834c)

2017-08-25 Thread mergebot-role
This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a change to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git. discard 6a6df39 This closes #280 discard 71bff15 [BEAM-2726] Fix typo in programming guide new e51353d

[jira] [Closed] (BEAM-2780) Fix Window sample code in programming guide

2017-08-25 Thread Melissa Pashniak (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Melissa Pashniak closed BEAM-2780. -- Resolution: Fixed Fix Version/s: Not applicable > Fix Window sample code in programming

[jira] [Created] (BEAM-2808) Improve error message when DoFn @ProcessElement has the wrong window type

2017-08-25 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-2808: - Summary: Improve error message when DoFn @ProcessElement has the wrong window type Key: BEAM-2808 URL: https://issues.apache.org/jira/browse/BEAM-2808 Project:

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #4644

2017-08-25 Thread Apache Jenkins Server
See Changes: [lcwik] [BEAM-1347] Remove unused FakeStepContext now that FnApiDoFnRunner has -- [...truncated 1.11 MB...] 2017-08-25T17:08:34.882 [INFO]

[GitHub] beam pull request #3728: Combine globally

2017-08-25 Thread davidcavazos
Github user davidcavazos closed the pull request at: https://github.com/apache/beam/pull/3728 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Build failed in Jenkins: beam_PostCommit_Python_Verify #2994

2017-08-25 Thread Apache Jenkins Server
See Changes: [lcwik] [BEAM-1347] Remove unused FakeStepContext now that FnApiDoFnRunner has -- [...truncated 43.99 KB...] Collecting crcmod<2.0,>=1.7 (from

[GitHub] beam pull request #3761: [BEAM-1347] Remove unused FakeStepContext now that ...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3761 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[1/2] beam git commit: [BEAM-1347] Remove unused FakeStepContext now that FnApiDoFnRunner has its own implementation

2017-08-25 Thread lcwik
Repository: beam Updated Branches: refs/heads/master f4b66f3a0 -> cdf050c0d [BEAM-1347] Remove unused FakeStepContext now that FnApiDoFnRunner has its own implementation Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3835

2017-08-25 Thread Apache Jenkins Server
See

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #4643

2017-08-25 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harper updated BEAM-2807: Component/s: (was: beam-model) runner-flink > NullPointerException during

[jira] [Comment Edited] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141601#comment-16141601 ] Daniel Harper edited comment on BEAM-2807 at 8/25/17 1:23 PM: --

[jira] [Comment Edited] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141601#comment-16141601 ] Daniel Harper edited comment on BEAM-2807 at 8/25/17 1:22 PM: --

[jira] [Commented] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141601#comment-16141601 ] Daniel Harper commented on BEAM-2807: - {{getCanonicalName}} will return null on anonymous classes

[jira] [Comment Edited] (BEAM-2802) TextIO should allow specifying a custom delimiter

2017-08-25 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141566#comment-16141566 ] Etienne Chauchot edited comment on BEAM-2802 at 8/25/17 12:51 PM: -- I have

[jira] [Commented] (BEAM-2802) TextIO should allow specifying a custom delimiter

2017-08-25 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141566#comment-16141566 ] Etienne Chauchot commented on BEAM-2802: I have read the PR above and I agree with your comments

[jira] [Updated] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harper updated BEAM-2807: Description: *Beam version:* 2.1.0 *Runner:* FlinkRunner We're seeing the following exception when

[jira] [Updated] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harper updated BEAM-2807: Description: *Beam version:* 2.1.0 *Runner:* FlinkRunner We're seeing the following exception when

[jira] [Comment Edited] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141528#comment-16141528 ] Daniel Harper edited comment on BEAM-2807 at 8/25/17 12:24 PM: --- I believe

[jira] [Comment Edited] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141528#comment-16141528 ] Daniel Harper edited comment on BEAM-2807 at 8/25/17 12:23 PM: --- I believe

[jira] [Comment Edited] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141528#comment-16141528 ] Daniel Harper edited comment on BEAM-2807 at 8/25/17 12:20 PM: --- I believe

[jira] [Commented] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141528#comment-16141528 ] Daniel Harper commented on BEAM-2807: - I believe this is occurring when attempting to call

[jira] [Updated] (BEAM-2807) NullPointerException during checkpoint on FlinkRunner

2017-08-25 Thread Daniel Harper (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Harper updated BEAM-2807: Summary: NullPointerException during checkpoint on FlinkRunner (was: NullPointerException during

[jira] [Created] (BEAM-2807) NullPointerException during checkpoint during Flink CoderTypeSerializer phase

2017-08-25 Thread Daniel Harper (JIRA)
Daniel Harper created BEAM-2807: --- Summary: NullPointerException during checkpoint during Flink CoderTypeSerializer phase Key: BEAM-2807 URL: https://issues.apache.org/jira/browse/BEAM-2807 Project:

[jira] [Commented] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141445#comment-16141445 ] Jérémie Vexiau commented on BEAM-2803: -- I just update the issue with some quick tests. I use google

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: test1M.png test2M.jpg test500k.png

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Description: Hi, I'm using JdbcIO reader in batch mode with the postgresql driver. my select

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: (was: test2M.png) > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: (was: test2M.jpg) > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: (was: test500k.png) > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: (was: test1500K.png) > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: (was: test2M.jpg) > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: test2M.jpg > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: test2M.jpg > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Description: Hi, I'm using JdbcIO reader in batch mode with the postgresql driver. my select

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: test2M.png > JdbcIO read is very slow when query return a lot of rows >

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Description: Hi, I'm using JdbcIO reader in batch mode with the postgresql driver. my select

[jira] [Resolved] (BEAM-1531) Support dynamic work rebalancing for HBaseIO

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía resolved BEAM-1531. Resolution: Fixed Fix Version/s: 2.2.0 > Support dynamic work rebalancing for HBaseIO >

[GitHub] beam pull request #3762: Fix code style issues for HBaseIO

2017-08-25 Thread iemejia
GitHub user iemejia opened a pull request: https://github.com/apache/beam/pull/3762 Fix code style issues for HBaseIO Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3834

2017-08-25 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-2803) JdbcIO read is very slow when query return a lot of rows

2017-08-25 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jérémie Vexiau updated BEAM-2803: - Attachment: test1M.png test500k.png test1500K.png > JdbcIO read is

Jenkins build is unstable: beam_PostCommit_Java_MavenInstall #4642

2017-08-25 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-2802) TextIO should allow specifying a custom delimiter

2017-08-25 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141379#comment-16141379 ] Etienne Chauchot commented on BEAM-2802: I have searched for TextIO in the Jira tickets but I

[jira] [Commented] (BEAM-2806) support View.CreatePCollectionView in FlinkRunner

2017-08-25 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16141378#comment-16141378 ] Aljoscha Krettek commented on BEAM-2806: Could you please provide a complete minimal example that

  1   2   >