[jira] [Resolved] (BEAM-2151) Type mapping inconsistent in BeamSqlRow & BeamSqlRowCoder

2017-05-06 Thread James Xu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Xu resolved BEAM-2151. Resolution: Fixed Fix Version/s: Not applicable > Type mapping inconsistent in BeamSqlRow &

[jira] [Commented] (BEAM-2166) Remove Coder.Context from the public API

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

[1/3] beam git commit: Remove context from size estimate operations.

2017-05-06 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 019d3002b -> dabad1ae5 Remove context from size estimate operations. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/78a99be1 Tree:

[GitHub] beam pull request #2930: [BEAM-2166] Remove context from size estimating ope...

2017-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2930 --- 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: Remove uses of context in coder size estimation calls.

2017-05-06 Thread lcwik
-- a/runners/google-cloud-dataflow-java/pom.xml +++ b/runners/google-cloud-dataflow-java/pom.xml @@ -33,7 +33,7 @@ jar - beam-master-20170505-wd-2914 + beam-master-20170506 1 6 http://git-wip-us.apache.org/repos/asf/beam/blob/96de8d73/runners/google-cloud-dataflow-j

[3/3] beam git commit: [BEAM-2166] Remove context from size estimating operations.

2017-05-06 Thread lcwik
[BEAM-2166] Remove context from size estimating operations. This closes #2930 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/dabad1ae Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/dabad1ae Diff:

[GitHub] beam pull request #2886: [BEAM-2151]Fix inconsistent mapping for SQL FLOAT

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

[GitHub] beam pull request #2941: PR to run tests for #2930 on Jenkins

2017-05-06 Thread lukecwik
Github user lukecwik closed the pull request at: https://github.com/apache/beam/pull/2941 --- 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

[GitHub] beam-site pull request #231: Website updates for version 2.0.0: downloads, J...

2017-05-06 Thread davorbonaci
GitHub user davorbonaci opened a pull request: https://github.com/apache/beam-site/pull/231 Website updates for version 2.0.0: downloads, Javadoc, Pydoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/davorbonaci/beam-site

svn commit: r19499 - /dev/beam/2.0.0-RC1/

2017-05-06 Thread davor
Author: davor Date: Sun May 7 03:08:43 2017 New Revision: 19499 Log: Adding Apache Beam, version 2.0.0, release candidate 1 Added: dev/beam/2.0.0-RC1/ dev/beam/2.0.0-RC1/apache-beam-0.7.0.dev-python.zip (with props) dev/beam/2.0.0-RC1/apache-beam-0.7.0.dev-python.zip.asc

[GitHub] beam pull request #2941: PR to run tests for #2930 on Jenkins

2017-05-06 Thread lukecwik
GitHub user lukecwik opened a pull request: https://github.com/apache/beam/pull/2941 PR to run tests for #2930 on Jenkins Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like:

[1/2] beam git commit: Fix inconsistent mapping for SQL FLOAT

2017-05-06 Thread davor
Repository: beam Updated Branches: refs/heads/DSL_SQL cf95571d9 -> f7ee8d33e Fix inconsistent mapping for SQL FLOAT Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/dd70852f Tree:

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

2017-05-06 Thread davor
This closes #2886 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f7ee8d33 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f7ee8d33 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f7ee8d33 Branch:

[1/2] beam git commit: [maven-release-plugin] prepare release v2.0.0-RC1

2017-05-06 Thread davor
Repository: beam Updated Branches: refs/heads/release-2.0.0 1ad3f84c6 -> 3b7a62301 [maven-release-plugin] prepare release v2.0.0-RC1 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f97e52b3 Tree:

[beam] Git Push Summary

2017-05-06 Thread davor
Repository: beam Updated Tags: refs/tags/v2.0.0-RC1 [created] 53893ff1a

[2/2] beam git commit: [maven-release-plugin] rollback changes from release preparation of v2.0.0-RC1

2017-05-06 Thread davor
[maven-release-plugin] rollback changes from release preparation of v2.0.0-RC1 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3b7a6230 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3b7a6230 Diff:

[jira] [Commented] (BEAM-2150) Support for recursive wildcards in GcsPath

2017-05-06 Thread Devon Meunier (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999640#comment-15999640 ] Devon Meunier commented on BEAM-2150: - [~dhalp...@google.com] noticed that gsutil's globbing semantics

Jenkins build is back to stable : beam_PostCommit_Java_ValidatesRunner_Flink #2707

2017-05-06 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-981) Not possible to directly submit a pipeline on spark cluster

2017-05-06 Thread holdenk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999608#comment-15999608 ] holdenk commented on BEAM-981: -- Sure thing, no mean to pressure - but let me know if I can help or answer any

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3690

2017-05-06 Thread Apache Jenkins Server
See

Jenkins build is back to stable : beam_PostCommit_Java_ValidatesRunner_Apex #1382

2017-05-06 Thread Apache Jenkins Server
See

[jira] [Assigned] (BEAM-2202) Support DDL

2017-05-06 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Mingmin reassigned BEAM-2202: Assignee: (was: Xu Mingmin) > Support DDL > --- > > Key: BEAM-2202 >

[jira] [Commented] (BEAM-2113) Apex Runner is not able to submit any job to YARN

2017-05-06 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999476#comment-15999476 ] Luke Cwik commented on BEAM-2113: - For the examples, I think we do want some kind of binding for the user

[GitHub] beam pull request #2892: [BEAM-1340,BEAM-1345] Useful moves of user-facing s...

2017-05-06 Thread kennknowles
Github user kennknowles closed the pull request at: https://github.com/apache/beam/pull/2892 --- 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

[jira] [Commented] (BEAM-1340) Remove or make private public bits of the SDK that shouldn't be public

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

Jenkins build became unstable: beam_PostCommit_Java_ValidatesRunner_Apex #1381

2017-05-06 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3689

2017-05-06 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-2202) Support DDL

2017-05-06 Thread James Xu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Xu updated BEAM-2202: --- Description: Mainly create table, drop table, alter table (was: Mainly create table, drop table.) > Support

[jira] [Created] (BEAM-2202) Support DDL

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2202: -- Summary: Support DDL Key: BEAM-2202 URL: https://issues.apache.org/jira/browse/BEAM-2202 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Resolved] (BEAM-2113) Apex Runner is not able to submit any job to YARN

2017-05-06 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-2113. --- Resolution: Fixed Fix Version/s: 2.0.0 > Apex Runner is not able to submit any job to

[jira] [Commented] (BEAM-2113) Apex Runner is not able to submit any job to YARN

2017-05-06 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999423#comment-15999423 ] Kenneth Knowles commented on BEAM-2113: --- Thanks, great! The config isn't quite runner-specific,

[jira] [Created] (BEAM-2201) Support set statement

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2201: -- Summary: Support set statement Key: BEAM-2201 URL: https://issues.apache.org/jira/browse/BEAM-2201 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Created] (BEAM-2200) Support describe statement

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2200: -- Summary: Support describe statement Key: BEAM-2200 URL: https://issues.apache.org/jira/browse/BEAM-2200 Project: Beam Issue Type: New Feature Components:

[jira] [Created] (BEAM-2199) Support explain statement

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2199: -- Summary: Support explain statement Key: BEAM-2199 URL: https://issues.apache.org/jira/browse/BEAM-2199 Project: Beam Issue Type: New Feature Components:

[jira] [Created] (BEAM-2198) Support merge statement

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2198: -- Summary: Support merge statement Key: BEAM-2198 URL: https://issues.apache.org/jira/browse/BEAM-2198 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Created] (BEAM-2197) Support explain statement

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2197: -- Summary: Support explain statement Key: BEAM-2197 URL: https://issues.apache.org/jira/browse/BEAM-2197 Project: Beam Issue Type: New Feature Components:

[jira] [Commented] (BEAM-1340) Remove or make private public bits of the SDK that shouldn't be public

2017-05-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999418#comment-15999418 ] ASF GitHub Bot commented on BEAM-1340: -- GitHub user kennknowles opened a pull request:

[jira] [Created] (BEAM-2196) support UDF

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2196: -- Summary: support UDF Key: BEAM-2196 URL: https://issues.apache.org/jira/browse/BEAM-2196 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Created] (BEAM-2195) support conditional functions & operators

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2195: -- Summary: support conditional functions & operators Key: BEAM-2195 URL: https://issues.apache.org/jira/browse/BEAM-2195 Project: Beam Issue Type: New Feature

Jenkins build became unstable: beam_PostCommit_Java_ValidatesRunner_Flink #2705

2017-05-06 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-2194) JOIN: cross join, full outer join

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2194: -- Summary: JOIN: cross join, full outer join Key: BEAM-2194 URL: https://issues.apache.org/jira/browse/BEAM-2194 Project: Beam Issue Type: New Feature

[jira] [Created] (BEAM-2193) JOIN: inner join, left join, right join

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2193: -- Summary: JOIN: inner join, left join, right join Key: BEAM-2193 URL: https://issues.apache.org/jira/browse/BEAM-2193 Project: Beam Issue Type: New Feature

[jira] [Commented] (BEAM-1340) Remove or make private public bits of the SDK that shouldn't be public

2017-05-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15999410#comment-15999410 ] ASF GitHub Bot commented on BEAM-1340: -- GitHub user kennknowles opened a pull request:

[GitHub] beam pull request #2939: [BEAM-1340] Move Dataflow PipelineOptions to Datafl...

2017-05-06 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2939 [BEAM-1340] Move Dataflow PipelineOptions to Dataflow package Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[jira] [Created] (BEAM-2192) support DISTINCT select

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2192: -- Summary: support DISTINCT select Key: BEAM-2192 URL: https://issues.apache.org/jira/browse/BEAM-2192 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Commented] (BEAM-1340) Remove or make private public bits of the SDK that shouldn't be public

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

[GitHub] beam pull request #2872: [BEAM-1340,BEAM-1345] Tighten the Dataflow runner's...

2017-05-06 Thread kennknowles
Github user kennknowles closed the pull request at: https://github.com/apache/beam/pull/2872 --- 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

[jira] [Created] (BEAM-2191) Support Set opeators

2017-05-06 Thread James Xu (JIRA)
James Xu created BEAM-2191: -- Summary: Support Set opeators Key: BEAM-2191 URL: https://issues.apache.org/jira/browse/BEAM-2191 Project: Beam Issue Type: New Feature Components: dsl-sql

[jira] [Updated] (BEAM-1672) Accumulable MetricsContainers.

2017-05-06 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur updated BEAM-1672: Fix Version/s: 2.0.0 > Accumulable MetricsContainers. > -- > >

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3688

2017-05-06 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3687

2017-05-06 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2938: Cherry-pick pull request #2649 into release-2.0.0 b...

2017-05-06 Thread aviemzur
GitHub user aviemzur opened a pull request: https://github.com/apache/beam/pull/2938 Cherry-pick pull request #2649 into release-2.0.0 branch Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is