Jenkins build became unstable: beam_PostCommit_RunnableOnService_SparkLocal #167

2016-11-16 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-884) Add Display Data to the Python SDK's PipelineOptions, Avro io and other transforms

2016-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15672717#comment-15672717 ] ASF GitHub Bot commented on BEAM-884: - Github user pabloem closed the pull request at:

[GitHub] incubator-beam pull request #1264: [BEAM-884] Adding display data to Pipelin...

2016-11-16 Thread pabloem
Github user pabloem closed the pull request at: https://github.com/apache/incubator-beam/pull/1264 --- 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

Jenkins build is back to stable : beam_PostCommit_MavenVerify #1839

2016-11-16 Thread Apache Jenkins Server
See

[2/2] incubator-beam git commit: This closes #1373

2016-11-16 Thread tgroh
This closes #1373 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/abd9fb3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/abd9fb3d Diff:

[GitHub] incubator-beam pull request #1373: Properly uses result of transform overrid...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1373 --- 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

[1/2] incubator-beam git commit: Properly apply Transform Overrides in the Direct Runner

2016-11-16 Thread tgroh
Repository: incubator-beam Updated Branches: refs/heads/master 15e93c58e -> abd9fb3d7 Properly apply Transform Overrides in the Direct Runner Previously the direct runner would use the transform override to .apply(), but would keep the original transform in the pipeline, e.g. it would use the

Jenkins build became unstable: beam_PostCommit_RunnableOnService_SparkLocal #164

2016-11-16 Thread Apache Jenkins Server
See

[GitHub] incubator-beam pull request #1373: Properly uses result of transform overrid...

2016-11-16 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/incubator-beam/pull/1373 Properly uses result of transform override Previously direct runner would use the transform override to .apply(), but would keep the original transform in the pipeline, e.g. it would use

[GitHub] incubator-beam pull request #1347: [BEAM-25] Allow stateful DoFn in DirectRu...

2016-11-16 Thread kennknowles
Github user kennknowles closed the pull request at: https://github.com/apache/incubator-beam/pull/1347 --- 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

[jira] [Commented] (BEAM-25) Add user-ready API for interacting with state

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

[jira] [Created] (BEAM-994) Support for S3 file source and sink

2016-11-16 Thread Sourabh Bajaj (JIRA)
Sourabh Bajaj created BEAM-994: -- Summary: Support for S3 file source and sink Key: BEAM-994 URL: https://issues.apache.org/jira/browse/BEAM-994 Project: Beam Issue Type: New Feature

[GitHub] incubator-beam pull request #1371: Change maven build order to first pick up...

2016-11-16 Thread vikkyrk
Github user vikkyrk closed the pull request at: https://github.com/apache/incubator-beam/pull/1371 --- 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

[GitHub] incubator-beam pull request #1319: Misc TimerData, TransformExecutor improve...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1319 --- 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

[4/4] incubator-beam git commit: Reduce incidence of Namespace StringKey comparisons

2016-11-16 Thread tgroh
Reduce incidence of Namespace StringKey comparisons If the Namespace of a TimerData reports itself as being equal to the other namespace, immediately return 0 rather than generating the string keys and comparing them. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[1/4] incubator-beam git commit: This closes #1319

2016-11-16 Thread tgroh
Repository: incubator-beam Updated Branches: refs/heads/master c695ef48b -> 15e93c58e This closes #1319 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/15e93c58 Tree:

[3/4] incubator-beam git commit: Reduce Visibility of PCollectionViewWriter

2016-11-16 Thread tgroh
Reduce Visibility of PCollectionViewWriter This is an internal implementation detail of the DirectRunner and should not be exposed. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/bf4c504d Tree:

[2/4] incubator-beam git commit: Remove unused Thread variable in TransformExecutor

2016-11-16 Thread tgroh
Remove unused Thread variable in TransformExecutor Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5ba4d181 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5ba4d181 Diff:

[GitHub] incubator-beam pull request #1372: Remove datastore dependency and disable t...

2016-11-16 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/incubator-beam/pull/1372 Remove datastore dependency and disable tests Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is

[jira] [Created] (BEAM-992) Python SDK build broken due to datastore dependency

2016-11-16 Thread Vikas Kedigehalli (JIRA)
Vikas Kedigehalli created BEAM-992: -- Summary: Python SDK build broken due to datastore dependency Key: BEAM-992 URL: https://issues.apache.org/jira/browse/BEAM-992 Project: Beam Issue Type:

[jira] [Created] (BEAM-993) Python SDK build broken due to datastore dependency

2016-11-16 Thread Vikas Kedigehalli (JIRA)
Vikas Kedigehalli created BEAM-993: -- Summary: Python SDK build broken due to datastore dependency Key: BEAM-993 URL: https://issues.apache.org/jira/browse/BEAM-993 Project: Beam Issue Type:

[GitHub] incubator-beam pull request #1363: Remove Pipeline#getFullNameForTesting

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1363 --- 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

[1/2] incubator-beam git commit: Remove Pipeline#getFullNameForTesting

2016-11-16 Thread tgroh
Repository: incubator-beam Updated Branches: refs/heads/master 938ac91a9 -> c695ef48b Remove Pipeline#getFullNameForTesting Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1cdaa4e7 Tree:

[2/2] incubator-beam git commit: This closes #1363

2016-11-16 Thread tgroh
This closes #1363 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c695ef48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c695ef48 Diff:

[jira] [Resolved] (BEAM-833) Exercise Dynamic Splitting in the DirectRunner

2016-11-16 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-833. -- Resolution: Fixed Fix Version/s: 0.4.0-incubating > Exercise Dynamic Splitting in the DirectRunner

[jira] [Closed] (BEAM-899) Flink quickstart instructions

2016-11-16 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed BEAM-899. - Resolution: Fixed Fix Version/s: 0.4.0-incubating > Flink quickstart instructions >

[1/2] incubator-beam git commit: Exercise Dynamic Splitting in the DirectRunner

2016-11-16 Thread tgroh
Repository: incubator-beam Updated Branches: refs/heads/master dc94dbdd7 -> 938ac91a9 Exercise Dynamic Splitting in the DirectRunner For sources that are above a certain size, the DirectRunner will run a Thread which will split off half of the remaining work. This exercises the concurrent

[2/2] incubator-beam git commit: This closes #1254

2016-11-16 Thread tgroh
This closes #1254 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/938ac91a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/938ac91a Diff:

[1/3] incubator-beam-site git commit: Remove Apex runner from work in progress

2016-11-16 Thread davor
Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 4e6947c63 -> f5a084799 Remove Apex runner from work in progress Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/99ad7878

[GitHub] incubator-beam-site pull request #87: Remove Apex runner from work in progre...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam-site/pull/87 --- 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

[3/3] incubator-beam-site git commit: This closes #87

2016-11-16 Thread davor
This closes #87 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/f5a08479 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/f5a08479 Diff:

[jira] [Created] (BEAM-991) DatastoreIO Write should flush early for large batches

2016-11-16 Thread Vikas Kedigehalli (JIRA)
Vikas Kedigehalli created BEAM-991: -- Summary: DatastoreIO Write should flush early for large batches Key: BEAM-991 URL: https://issues.apache.org/jira/browse/BEAM-991 Project: Beam Issue

[GitHub] incubator-beam-site pull request #87: Remove Apex runner from work in progre...

2016-11-16 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam-site/pull/87 Remove Apex runner from work in progress R: @davorbonaci You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (BEAM-899) Flink quickstart instructions

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

[GitHub] incubator-beam-site pull request #79: [BEAM-899] Add Flink Instructions to q...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam-site/pull/79 --- 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

[jira] [Resolved] (BEAM-839) The DirectRunner slows down significantly as the number of keys increases

2016-11-16 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-839. -- Resolution: Fixed Fix Version/s: 0.4.0-incubating This was linear time (with regards to the number

[2/3] incubator-beam-site git commit: Regenerate website

2016-11-16 Thread davor
Regenerate website Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/bfbd64c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/bfbd64c3 Diff:

[3/3] incubator-beam-site git commit: This closes #79

2016-11-16 Thread davor
This closes #79 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/4e6947c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/4e6947c6 Diff:

[jira] [Resolved] (BEAM-957) Flake in FlattenTest under DirectRunner

2016-11-16 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-957. -- Resolution: Fixed Fix Version/s: 0.4.0-incubating > Flake in FlattenTest under DirectRunner >

[jira] [Updated] (BEAM-825) Fill in the documentation/runners/apex portion of the website

2016-11-16 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated BEAM-825: -- Issue Type: Task (was: Bug) > Fill in the documentation/runners/apex portion of the website >

[jira] [Updated] (BEAM-825) Fill in the documentation/runners/apex portion of the website

2016-11-16 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin updated BEAM-825: - Assignee: Sandeep Deshmukh > Fill in the documentation/runners/apex portion of the website >

[jira] [Commented] (BEAM-918) Let users set STORAGE_LEVEL via SparkPipelineOptions.

2016-11-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15670729#comment-15670729 ] ASF GitHub Bot commented on BEAM-918: - GitHub user jbonofre opened a pull request:

[jira] [Commented] (BEAM-302) Add Scio Scala DSL to Beam

2016-11-16 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15670335#comment-15670335 ] Jean-Baptiste Onofré commented on BEAM-302: --- Resuming tests and changes on Scio. > Add Scio Scala

[jira] [Created] (BEAM-990) KafkaIO does not commit offsets to Kafka

2016-11-16 Thread Alban Perillat-Merceroz (JIRA)
Alban Perillat-Merceroz created BEAM-990: Summary: KafkaIO does not commit offsets to Kafka Key: BEAM-990 URL: https://issues.apache.org/jira/browse/BEAM-990 Project: Beam Issue

[jira] [Commented] (BEAM-825) Fill in the documentation/runners/apex portion of the website

2016-11-16 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15669868#comment-15669868 ] Daniel Halperin commented on BEAM-825: -- Hi [~thw], I hope that as a committer you should be able to add

[GitHub] incubator-beam pull request #1369: [Ignore] DatastoreIO with ValueProvider

2016-11-16 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/incubator-beam/pull/1369 [Ignore] DatastoreIO with ValueProvider Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is