[GitHub] beam pull request #2354: [BEAM-1827] Fix use of deprecated Spark APIs in the...

2017-03-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2354 --- 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-1827] Fix use of deprecated Spark APIs in the runner.

2017-03-29 Thread amitsela
Repository: beam Updated Branches: refs/heads/master 99056df36 -> 8a33591d9 [BEAM-1827] Fix use of deprecated Spark APIs in the runner. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6671b5b6 Tree:

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

2017-03-29 Thread amitsela
This closes #2354 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8a33591d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/8a33591d Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/8a33591d Branch:

[jira] [Created] (BEAM-1830) add 'withTopic()' api to KafkaIO Reader

2017-03-29 Thread Raghu Angadi (JIRA)
Raghu Angadi created BEAM-1830: -- Summary: add 'withTopic()' api to KafkaIO Reader Key: BEAM-1830 URL: https://issues.apache.org/jira/browse/BEAM-1830 Project: Beam Issue Type: Improvement

[jira] [Updated] (BEAM-1829) MQTT message compression not working on Rapsberry Pi

2017-03-29 Thread Vassil Kolarov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vassil Kolarov updated BEAM-1829: - Description: Most probably due to this bug: https://github.com/xerial/snappy-java/issues/147, the

[jira] [Created] (BEAM-1829) MQTT message compression not working on Rapsberry Pi

2017-03-29 Thread Vassil Kolarov (JIRA)
Vassil Kolarov created BEAM-1829: Summary: MQTT message compression not working on Rapsberry Pi Key: BEAM-1829 URL: https://issues.apache.org/jira/browse/BEAM-1829 Project: Beam Issue Type:

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3080

2017-03-29 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2357: Added a specific signature so that Kryo doesn't hav...

2017-03-29 Thread staslev
GitHub user staslev opened a pull request: https://github.com/apache/beam/pull/2357 Added a specific signature so that Kryo doesn't have to look for it u… …sing reflective exploration. Be sure to do all of the following to help us incorporate your contribution

[GitHub] beam pull request #2356: Extracted anonymous classes to prevent things from ...

2017-03-29 Thread staslev
GitHub user staslev opened a pull request: https://github.com/apache/beam/pull/2356 Extracted anonymous classes to prevent things from being captured inc… …identally. Be sure to do all of the following to help us incorporate your contribution quickly and easily:

[GitHub] beam pull request #2355: Switched to using "destroy" instead of "unpersist" ...

2017-03-29 Thread staslev
GitHub user staslev opened a pull request: https://github.com/apache/beam/pull/2355 Switched to using "destroy" instead of "unpersist" for broadcasts. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

Build failed in Jenkins: beam_PerformanceTests_Dataflow #244

2017-03-29 Thread Apache Jenkins Server
See -- [...truncated 267.53 KB...] * [new ref] refs/pull/928/head -> origin/pr/928/head * [new ref] refs/pull/929/head -> origin/pr/929/head * [new ref]

[jira] [Assigned] (BEAM-1828) GlobalWatermarkHolder uses unpersist instead of destory

2017-03-29 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin reassigned BEAM-1828: Assignee: Stas Levin (was: Amit Sela) > GlobalWatermarkHolder uses unpersist instead of destory >

[jira] [Created] (BEAM-1828) GlobalWatermarkHolder uses unpersist instead of destory

2017-03-29 Thread Stas Levin (JIRA)
Stas Levin created BEAM-1828: Summary: GlobalWatermarkHolder uses unpersist instead of destory Key: BEAM-1828 URL: https://issues.apache.org/jira/browse/BEAM-1828 Project: Beam Issue Type: Bug

[jira] [Commented] (BEAM-135) Utilities for "batching" elements in a DoFn

2017-03-29 Thread Etienne Chauchot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946946#comment-15946946 ] Etienne Chauchot commented on BEAM-135: --- The orientation of this feature is to provide exact batching

[jira] [Commented] (BEAM-1648) Replace gsutil calls with Cloud Storage API

2017-03-29 Thread David Volquartz Lebech (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946890#comment-15946890 ] David Volquartz Lebech commented on BEAM-1648: -- This issue is resolved by

[GitHub] beam pull request #2354: [BEAM-1827] Fix use of deprecated Spark APIs in the...

2017-03-29 Thread amitsela
GitHub user amitsela opened a pull request: https://github.com/apache/beam/pull/2354 [BEAM-1827] Fix use of deprecated Spark APIs in the runner. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[jira] [Commented] (BEAM-1827) Fix use of deprecated Spark APIs in the runner.

2017-03-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946881#comment-15946881 ] ASF GitHub Bot commented on BEAM-1827: -- GitHub user amitsela opened a pull request:

[jira] [Created] (BEAM-1827) Fix use of deprecated Spark APIs in the runner.

2017-03-29 Thread Amit Sela (JIRA)
Amit Sela created BEAM-1827: --- Summary: Fix use of deprecated Spark APIs in the runner. Key: BEAM-1827 URL: https://issues.apache.org/jira/browse/BEAM-1827 Project: Beam Issue Type: Improvement

[jira] [Commented] (BEAM-1550) HBaseIO tests timeout precommit

2017-03-29 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15946712#comment-15946712 ] Ismaël Mejía commented on BEAM-1550: Yes, it is, I have isolated the concrete case, the tests break

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3079

2017-03-29 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-1826) Allow BigqueryIO to forward errors

2017-03-29 Thread Kevin Peterson (JIRA)
Kevin Peterson created BEAM-1826: Summary: Allow BigqueryIO to forward errors Key: BEAM-1826 URL: https://issues.apache.org/jira/browse/BEAM-1826 Project: Beam Issue Type: Bug

[jira] [Resolved] (BEAM-1782) BigQuery read transform fails for DirectRunner when reading empty repeated fields

2017-03-29 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamikara Jayalath resolved BEAM-1782. -- Resolution: Fixed Fix Version/s: Not applicable > BigQuery read transform fails

Build failed in Jenkins: beam_PerformanceTests_Dataflow #243

2017-03-29 Thread Apache Jenkins Server
See -- [...truncated 265.05 KB...] * [new ref] refs/pull/928/head -> origin/pr/928/head * [new ref] refs/pull/929/head -> origin/pr/929/head * [new ref]

<    1   2