[jira] [Assigned] (BEAM-2507) Support stateful processing in merging windows in DataflowRunner

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-2507: - Assignee: (was: Kenneth Knowles) > Support stateful processing in merging windows in

[jira] [Assigned] (BEAM-2603) Add Meter in beam metrics

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-2603: - Assignee: Cody (was: Kenneth Knowles) > Add Meter in beam metrics >

[jira] [Assigned] (BEAM-2498) Dataflow runner should shade Runner/Fn API protos

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-2498: - Assignee: (was: Kenneth Knowles) > Dataflow runner should shade Runner/Fn API protos

[jira] [Updated] (BEAM-2399) Add a registration mechanism for WindowFns and their URNs.

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-2399: -- Issue Type: New Feature (was: Bug) > Add a registration mechanism for WindowFns and their URNs.

[jira] [Assigned] (BEAM-1029) ParDo should validate window merging against StateSpec being auto-combinable

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-1029: - Assignee: (was: Kenneth Knowles) > ParDo should validate window merging against

[jira] [Assigned] (BEAM-2399) Add a registration mechanism for WindowFns and their URNs.

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-2399: - Assignee: (was: Kenneth Knowles) > Add a registration mechanism for WindowFns and

[jira] [Assigned] (BEAM-1589) Add OnWindowExpiration method to Stateful DoFn

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-1589: - Assignee: (was: Kenneth Knowles) > Add OnWindowExpiration method to Stateful DoFn >

[jira] [Commented] (BEAM-2628) AvroSource.split() sequentially opens every matched file

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

[jira] [Resolved] (BEAM-2626) Java SDK harness has split packages, abuses runners/core namespace

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-2626. --- Resolution: Fixed Fix Version/s: 2.2.0 > Java SDK harness has split packages, abuses

[GitHub] beam pull request #3590: [BEAM-2628] Makes AvroSource not open files while s...

2017-07-18 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/3590 [BEAM-2628] Makes AvroSource not open files while splitting https://issues.apache.org/jira/browse/BEAM-2628 AvroSource would open each file while splitting, in createForSubrangeOfFile, in

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Spark #2655

2017-07-18 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Dataflow #3604

2017-07-18 Thread Apache Jenkins Server
See Changes: [klk] Fix split package in SDK harness [altay] [BEAM-1963] Update Quickstart link in README -- [...truncated 960.64 KB...]

[jira] [Created] (BEAM-2635) Add better documentation on testing Python I/O transforms

2017-07-18 Thread Stephen Sisk (JIRA)
Stephen Sisk created BEAM-2635: -- Summary: Add better documentation on testing Python I/O transforms Key: BEAM-2635 URL: https://issues.apache.org/jira/browse/BEAM-2635 Project: Beam Issue Type:

[jira] [Created] (BEAM-2634) Add better documentation on testing unbounded I/O scenarios

2017-07-18 Thread Stephen Sisk (JIRA)
Stephen Sisk created BEAM-2634: -- Summary: Add better documentation on testing unbounded I/O scenarios Key: BEAM-2634 URL: https://issues.apache.org/jira/browse/BEAM-2634 Project: Beam Issue

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3603

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Spark #2654

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3429

2017-07-18 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #4399

2017-07-18 Thread Apache Jenkins Server
See -- [...truncated 3.40 MB...] 2017-07-18T20:25:53.919 [INFO] Dependency-reduced POM written at:

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3428

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1963) Quick start on home page redirects to java quickstart

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092107#comment-16092107 ] ASF GitHub Bot commented on BEAM-1963: -- Github user asfgit closed the pull request at:

[GitHub] beam pull request #3589: [BEAM-1963] Update Quickstart link in README

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3589 --- 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-1963] Update Quickstart link in README

2017-07-18 Thread altay
Repository: beam Updated Branches: refs/heads/master 2c2d8a35f -> 2d5b6d745 [BEAM-1963] Update Quickstart link in README Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d14cef0c Tree:

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

2017-07-18 Thread altay
This closes #3589 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2d5b6d74 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2d5b6d74 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2d5b6d74 Branch:

[jira] [Commented] (BEAM-2626) Java SDK harness has split packages, abuses runners/core namespace

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092095#comment-16092095 ] ASF GitHub Bot commented on BEAM-2626: -- Github user asfgit closed the pull request at:

[GitHub] beam pull request #3577: [BEAM-2626] Fix split package in SDK harness

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3577 --- 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/4] beam git commit: Fix split package in SDK harness

2017-07-18 Thread kenn
Repository: beam Updated Branches: refs/heads/master 5a0b74c9b -> 2c2d8a35f http://git-wip-us.apache.org/repos/asf/beam/blob/f1b4700f/sdks/java/harness/src/test/java/org/apache/beam/runners/core/BeamFnDataWriteRunnerTest.java

[2/4] beam git commit: Fix split package in SDK harness

2017-07-18 Thread kenn
http://git-wip-us.apache.org/repos/asf/beam/blob/f1b4700f/sdks/java/harness/src/main/java/org/apache/beam/runners/core/FnApiDoFnRunner.java -- diff --git

[3/4] beam git commit: Fix split package in SDK harness

2017-07-18 Thread kenn
Fix split package in SDK harness The Java SDK harness defined classes both in its own namespace org.apache.beam.fn.harness and the org.apache.beam.runners.core namespace, resulting in a split package across multiple jars. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

[4/4] beam git commit: This closes #3577: Fix split package in SDK harness

2017-07-18 Thread kenn
This closes #3577: Fix split package in SDK harness Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2c2d8a35 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2c2d8a35 Diff:

[jira] [Assigned] (BEAM-2237) SDK should have runtime hamcrest dependency or should bundle it

2017-07-18 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh reassigned BEAM-2237: - Assignee: (was: Thomas Groh) > SDK should have runtime hamcrest dependency or should bundle

[jira] [Commented] (BEAM-2237) SDK should have runtime hamcrest dependency or should bundle it

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092081#comment-16092081 ] Kenneth Knowles commented on BEAM-2237: --- Since we just chatted about it - you could add the dep and

[jira] [Assigned] (BEAM-2237) SDK should have runtime hamcrest dependency or should bundle it

2017-07-18 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-2237: - Assignee: Thomas Groh > SDK should have runtime hamcrest dependency or should bundle it >

[jira] [Commented] (BEAM-2629) Adding timestamp and id attributes to pubsub messages with no other attributes causes an exception.

2017-07-18 Thread Nigel Kilmer (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092077#comment-16092077 ] Nigel Kilmer commented on BEAM-2629: Looks like the cause of this issue is that

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #4398

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1963) Quick start on home page redirects to java quickstart

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092048#comment-16092048 ] ASF GitHub Bot commented on BEAM-1963: -- GitHub user markflyhigh opened a pull request:

[GitHub] beam pull request #3589: [BEAM-1963] Update Quickstart link in README

2017-07-18 Thread markflyhigh
GitHub user markflyhigh opened a pull request: https://github.com/apache/beam/pull/3589 [BEAM-1963] Update Quickstart link in README Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Spark #2653

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3427

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Assigned] (BEAM-2633) Update contribution guide to include information on running wordcount with modified sdk from head

2017-07-18 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay reassigned BEAM-2633: - Assignee: Mark Liu (was: Ahmet Altay) > Update contribution guide to include information on

[jira] [Updated] (BEAM-2633) Update contribution guide to include information on running wordcount with modified sdk from head

2017-07-18 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay updated BEAM-2633: -- Summary: Update contribution guide to include information on running wordcount with modified sdk from

[jira] [Commented] (BEAM-2633) Missing --sdk_location in Quickstart-Python - run wordcount.py with DataflowRunner

2017-07-18 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092013#comment-16092013 ] Ahmet Altay commented on BEAM-2633: --- quick start is intended for end users (not developers). They should

Jenkins build is unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #3602

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-2633) Missing --sdk_location in Quickstart-Python - run wordcount.py with DataflowRunner

2017-07-18 Thread Mark Liu (JIRA)
Mark Liu created BEAM-2633: -- Summary: Missing --sdk_location in Quickstart-Python - run wordcount.py with DataflowRunner Key: BEAM-2633 URL: https://issues.apache.org/jira/browse/BEAM-2633 Project: Beam

Build failed in Jenkins: beam_PerformanceTests_Python #116

2017-07-18 Thread Apache Jenkins Server
See Changes: [bchambers] [BEAM-2084] Adding querying facility for distribution metrics in Java [sourabhbajaj] Change PR template from 1234 to XXX -- Started

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #4397

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3426

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1234) Consider a hint ParDo.withHighFanout()

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091938#comment-16091938 ] ASF GitHub Bot commented on BEAM-1234: -- Github user asfgit closed the pull request at:

[1/2] beam git commit: Change PR template from 1234 to XXX

2017-07-18 Thread jkff
Repository: beam Updated Branches: refs/heads/master d2201f9cf -> 5a0b74c9b Change PR template from 1234 to XXX Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b827f656 Tree:

[GitHub] beam pull request #3587: Change PR template from 1234 to XXX

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3587 --- 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 #3587: Change PR template from 1234 to XXX

2017-07-18 Thread jkff
This closes #3587: Change PR template from 1234 to XXX Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5a0b74c9 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5a0b74c9 Diff:

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Apex #2007

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1598) Build support for Kubernetes and Beam IO Testing into PKB

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091906#comment-16091906 ] ASF GitHub Bot commented on BEAM-1598: -- GitHub user ssisk opened a pull request:

[GitHub] beam pull request #3588: [BEAM-1598] Add Maven support for invoking perfkit ...

2017-07-18 Thread ssisk
GitHub user ssisk opened a pull request: https://github.com/apache/beam/pull/3588 [BEAM-1598] Add Maven support for invoking perfkit benchmarker to run IO ITs Follow this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3425

2017-07-18 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Spark #2651

2017-07-18 Thread Apache Jenkins Server
See Changes: [bchambers] [BEAM-2084] Adding querying facility for distribution metrics in Java -- [...truncated 449.36 KB...]

[jira] [Commented] (BEAM-1234) Consider a hint ParDo.withHighFanout()

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091856#comment-16091856 ] ASF GitHub Bot commented on BEAM-1234: -- GitHub user sb2nov opened a pull request:

[GitHub] beam pull request #3587: Change PR template from 1234 to XXX

2017-07-18 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3587 Change PR template from 1234 to XXX Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Commented] (BEAM-2084) Distribution metrics should be queriable in the Dataflow Runner

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091846#comment-16091846 ] ASF GitHub Bot commented on BEAM-2084: -- Github user asfgit closed the pull request at:

[GitHub] beam pull request #2896: [BEAM-2084] Distribution metrics should be queriabl...

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2896 --- 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 #2896

2017-07-18 Thread bchambers
This closes #2896 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d2201f9c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d2201f9c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d2201f9c Branch:

[1/2] beam git commit: [BEAM-2084] Adding querying facility for distribution metrics in Java

2017-07-18 Thread bchambers
Repository: beam Updated Branches: refs/heads/master 7c3631810 -> d2201f9cf [BEAM-2084] Adding querying facility for distribution metrics in Java Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a48eefac Tree:

[jira] [Commented] (BEAM-1234) Consider a hint ParDo.withHighFanout()

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091822#comment-16091822 ] ASF GitHub Bot commented on BEAM-1234: -- GitHub user vikkyrk opened a pull request:

[GitHub] beam pull request #3586: Increase the gRPC message size to max value

2017-07-18 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/beam/pull/3586 Increase the gRPC message size to max value Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Closed] (BEAM-2289) add unit tests for BeamSQLFilterFn and BeamSQLProjectFn

2017-07-18 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Mingmin closed BEAM-2289. Resolution: Duplicate Assignee: Xu Mingmin Fix Version/s: 2.2.0 > add unit tests for

[jira] [Commented] (BEAM-2384) CEIL, FLOOR, TRUNCATE, PI, ATAN2 math function

2017-07-18 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091800#comment-16091800 ] Xu Mingmin commented on BEAM-2384: -- [~app-tarush] can you close this task? > CEIL, FLOOR, TRUNCATE, PI,

svn commit: r20482 - /dev/beam/2.1.0/

2017-07-18 Thread jbonofre
Author: jbonofre Date: Tue Jul 18 16:27:55 2017 New Revision: 20482 Log: Update 2.1.0 release with RC2 distributions Added: dev/beam/2.1.0/apache-beam-2.1.0-python.zip (with props) dev/beam/2.1.0/apache-beam-2.1.0-python.zip.asc dev/beam/2.1.0/apache-beam-2.1.0-python.zip.md5

[jira] [Commented] (BEAM-2439) Datastore writer can fail to progress if Datastore is slow

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091737#comment-16091737 ] ASF GitHub Bot commented on BEAM-2439: -- GitHub user cph6 opened a pull request:

[GitHub] beam pull request #3585: [BEAM-2439] Dynamic sizing of Datastore write RPCs.

2017-07-18 Thread cph6
GitHub user cph6 opened a pull request: https://github.com/apache/beam/pull/3585 [BEAM-2439] Dynamic sizing of Datastore write RPCs. This implements the same behaviour recently added to Java SDK: - start at 200 entities per RPC; - size subsequent requests based on observed

beam git commit: [maven-release-plugin] rollback changes from release preparation of v2.1.0-RC2

2017-07-18 Thread jbonofre
Repository: beam Updated Branches: refs/heads/release-2.1.0 fb7103aad -> 5a04fc26b [maven-release-plugin] rollback changes from release preparation of v2.1.0-RC2 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5a04fc26

[beam] Git Push Summary

2017-07-18 Thread jbonofre
Repository: beam Updated Tags: refs/tags/v2.1.0-RC2 [created] 3735f6635

beam git commit: [maven-release-plugin] prepare release v2.1.0-RC2

2017-07-18 Thread jbonofre
Repository: beam Updated Branches: refs/heads/release-2.1.0 6e5971e1f -> fb7103aad [maven-release-plugin] prepare release v2.1.0-RC2 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fb7103aa Tree:

Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #4396

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Spark #2650

2017-07-18 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-2532) BigQueryIO source should avoid expensive JSON schema parsing for every record

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091542#comment-16091542 ] ASF GitHub Bot commented on BEAM-2532: -- GitHub user nevillelyh opened a pull request:

[GitHub] beam pull request #3584: [BEAM-2532] add a Serializable TableSchema Supplier...

2017-07-18 Thread nevillelyh
GitHub user nevillelyh opened a pull request: https://github.com/apache/beam/pull/3584 [BEAM-2532] add a Serializable TableSchema Supplier in BigQuerySourceBase You can merge this pull request into a Git repository by running: $ git pull https://github.com/nevillelyh/beam

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3424

2017-07-18 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_Python #115

2017-07-18 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on beam3 (beam) in workspace

[jira] [Commented] (BEAM-2271) Release guide or pom.xml needs update to avoid releasing Python binary artifacts

2017-07-18 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091495#comment-16091495 ] Jean-Baptiste Onofré commented on BEAM-2271: Thanks [~sb2nov]. I gonna take a look on the PR.

[jira] [Resolved] (BEAM-2565) Add integration test for CASE operators

2017-07-18 Thread James Xu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Xu resolved BEAM-2565. Resolution: Fixed Fix Version/s: 2.2.0 > Add integration test for CASE operators >

[jira] [Commented] (BEAM-2565) Add integration test for CASE operators

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091311#comment-16091311 ] ASF GitHub Bot commented on BEAM-2565: -- Github user xumingming closed the pull request at:

[GitHub] beam pull request #3570: [BEAM-2565] add integration test for conditional fu...

2017-07-18 Thread xumingming
Github user xumingming closed the pull request at: https://github.com/apache/beam/pull/3570 --- 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

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Dataflow #3600

2017-07-18 Thread Apache Jenkins Server
See -- [...truncated 7.50 MB...]

[1/2] beam git commit: [BEAM-2565] add integration test for conditional functions

2017-07-18 Thread lzljs3620320
Repository: beam Updated Branches: refs/heads/DSL_SQL e12d7664a -> caf647daf [BEAM-2565] add integration test for conditional functions Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0c857ba4 Tree:

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

2017-07-18 Thread lzljs3620320
This closes #3570 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/caf647da Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/caf647da Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/caf647da Branch:

[jira] [Resolved] (BEAM-2561) Add integration test for date functions

2017-07-18 Thread James Xu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Xu resolved BEAM-2561. Resolution: Fixed Fix Version/s: 2.2.0 > Add integration test for date functions >

[jira] [Commented] (BEAM-2561) Add integration test for date functions

2017-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091274#comment-16091274 ] ASF GitHub Bot commented on BEAM-2561: -- Github user xumingming closed the pull request at:

[GitHub] beam pull request #3547: [BEAM-2561] add integration test for date functions

2017-07-18 Thread xumingming
Github user xumingming closed the pull request at: https://github.com/apache/beam/pull/3547 --- 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/3] beam git commit: refactor the datetime test to use ExpressionChecker and fix BeamSqlDivideExpression to speicify round mode.

2017-07-18 Thread lzljs3620320
refactor the datetime test to use ExpressionChecker and fix BeamSqlDivideExpression to speicify round mode. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1d826dae Tree:

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

2017-07-18 Thread lzljs3620320
This closes #3547 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e12d7664 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e12d7664 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e12d7664 Branch:

[1/3] beam git commit: [BEAM-2561] add integration test for date functions

2017-07-18 Thread lzljs3620320
Repository: beam Updated Branches: refs/heads/DSL_SQL 4c47ba00b -> e12d7664a [BEAM-2561] add integration test for date functions Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6c289d32 Tree:

[jira] [Resolved] (BEAM-2562) Add integration test for logical operators

2017-07-18 Thread James Xu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Xu resolved BEAM-2562. Resolution: Fixed Fix Version/s: 2.2.0 > Add integration test for logical operators >

[jira] [Resolved] (BEAM-1268) Add integration tests for CassandraIO

2017-07-18 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Etienne Chauchot resolved BEAM-1268. Resolution: Fixed Fix Version/s: 2.1.0 It was fixed with PR #592. > Add integration

[jira] [Resolved] (BEAM-2491) Duplicate org.apache.beam.runners.core.metrics.pachage-info.class

2017-07-18 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Etienne Chauchot resolved BEAM-2491. Resolution: Fixed Fix Version/s: 2.2.0 > Duplicate

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #4395

2017-07-18 Thread Apache Jenkins Server
See -- [...truncated 2.79 MB...] [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Apex #2005

2017-07-18 Thread Apache Jenkins Server
See -- [...truncated 539.12 KB...] 2017-07-18T07:08:28.175 [INFO] Excluding org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 from the shaded jar.

[jira] [Commented] (BEAM-1637) Create Elasticsearch IO compatible with ES 5.x

2017-07-18 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091230#comment-16091230 ] Etienne Chauchot commented on BEAM-1637: I've created the ES v5 IO and refactored ES v2 IO. I still

[jira] [Commented] (BEAM-2606) WindowFnTestUtils should allow using the value in addition to the timestamp of the elements

2017-07-18 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091226#comment-16091226 ] Etienne Chauchot commented on BEAM-2606: Yes sure, that is what I had in mind. Thanks for your

Jenkins build is still unstable: beam_PostCommit_Java_ValidatesRunner_Spark #2649

2017-07-18 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_ValidatesRunner_Flink #3423

2017-07-18 Thread Apache Jenkins Server
See

[GitHub] beam pull request #3525: Beam-2384 CEIL, FLOOR, TRUNCATE, PI, ATAN2 math fun...

2017-07-18 Thread app-tarush
Github user app-tarush closed the pull request at: https://github.com/apache/beam/pull/3525 --- 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   3   >