[GitHub] beam pull request #2096: [BEAM-1092] Shade commonly used libraries (e.g. Gua...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2096 --- 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: This closes #2237

2017-03-14 Thread tgroh
Repository: beam Updated Branches: refs/heads/master e362e6b49 -> 30033ccba This closes #2237 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/30033ccb Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/30033ccb Diff:

[GitHub] beam pull request #2237: [BEAM-1656] Stop Double-finalizing checkpoints in t...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2237 --- 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: Prevent Double-Close in UnboundedReadEvaluatorFactory

2017-03-14 Thread tgroh
Prevent Double-Close in UnboundedReadEvaluatorFactory Move the actual "close-and-resume" to the overall try block, to ensure that the reader cannot be double-closed if the first call to close() throws an IOException. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

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

2017-03-14 Thread tgroh
Repository: beam Updated Branches: refs/heads/master 30033ccba -> 843b663cf This closes #2242 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/843b663c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/843b663c Diff:

[jira] [Commented] (BEAM-1656) DirectRunner should not call finalize twice in UnboundedSourceExecutorFactory

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

[GitHub] beam pull request #2242: [BEAM-1657] Prevent Double-Close in UnboundedReadEv...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2242 --- 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-1717) Maven release/deploy tries to uploads some artifacts more than once

2017-03-14 Thread Amit Sela (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924812#comment-15924812 ] Amit Sela commented on BEAM-1717: - Seems that there is more than one issue here. First one is with

[jira] [Commented] (BEAM-1092) Shade commonly used libraries (e.g. Guava) to avoid class conflicts

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

[jira] [Updated] (BEAM-1714) Null Pointer Exception when outputting a TableRow with a Null value for a key

2017-03-14 Thread Tobias Feldhaus (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Feldhaus updated BEAM-1714: -- Fix Version/s: First stable release > Null Pointer Exception when outputting a TableRow with a

[jira] [Created] (BEAM-1717) Maven release/deploy tries to uploads some artifacts more than once

2017-03-14 Thread Amit Sela (JIRA)
Amit Sela created BEAM-1717: --- Summary: Maven release/deploy tries to uploads some artifacts more than once Key: BEAM-1717 URL: https://issues.apache.org/jira/browse/BEAM-1717 Project: Beam Issue

svn commit: r18740 - in /dev/beam/0.6.0: apache-beam-0.6.0-python.zip apache-beam-0.6.0-python.zip.asc apache-beam-0.6.0-python.zip.md5 apache-beam-0.6.0-python.zip.sha1

2017-03-14 Thread altay
Author: altay Date: Tue Mar 14 19:11:53 2017 New Revision: 18740 Log: Add LICENSE and NOTICE files Python zip file. Modified: dev/beam/0.6.0/apache-beam-0.6.0-python.zip dev/beam/0.6.0/apache-beam-0.6.0-python.zip.asc dev/beam/0.6.0/apache-beam-0.6.0-python.zip.md5

[jira] [Commented] (BEAM-1717) Maven release/deploy tries to uploads some artifacts more than once

2017-03-14 Thread Amit Sela (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924819#comment-15924819 ] Amit Sela commented on BEAM-1717: - Once this worked-out, I noticed a duplicate {{test}} jar in

[jira] [Created] (BEAM-1718) Returning Duration.millis(Long.MAX_VALUE) in DoFn.getAllowedTimestampSkew() causes Overflow/Underflow

2017-03-14 Thread Tobias Feldhaus (JIRA)
Tobias Feldhaus created BEAM-1718: - Summary: Returning Duration.millis(Long.MAX_VALUE) in DoFn.getAllowedTimestampSkew() causes Overflow/Underflow Key: BEAM-1718 URL:

[1/2] beam git commit: [BEAM-1694] Fix docstring inaccuracies in Python-SDK

2017-03-14 Thread altay
Repository: beam Updated Branches: refs/heads/master 843b663cf -> cfc0a9955 [BEAM-1694] Fix docstring inaccuracies in Python-SDK Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/257d0d25 Tree:

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

2017-03-14 Thread altay
This closes #2228 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/cfc0a995 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/cfc0a995 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/cfc0a995 Branch:

[GitHub] beam pull request #2228: [BEAM-1694] Fix docstring inaccuracies in Python-SD...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2228 --- 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] [Updated] (BEAM-1693) Detect supported Python & pip executables in Python-SDK

2017-03-14 Thread Tibor Kiss (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Kiss updated BEAM-1693: - Summary: Detect supported Python & pip executables in Python-SDK (was: Detect suitable Python & pip

[jira] [Resolved] (BEAM-1657) DirectRunner should not call close twice in UnboundedSourceExecutorFactory

2017-03-14 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-1657. --- Resolution: Fixed Fix Version/s: First stable release > DirectRunner should not call close

[jira] [Resolved] (BEAM-1656) DirectRunner should not call finalize twice in UnboundedSourceExecutorFactory

2017-03-14 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh resolved BEAM-1656. --- Resolution: Fixed Fix Version/s: First stable release > DirectRunner should not call finalize

[jira] [Commented] (BEAM-1657) DirectRunner should not call close twice in UnboundedSourceExecutorFactory

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

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Flink #1924

2017-03-14 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Spark #1236

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-1716) Using Instant type in TableRow should map to the right output format for TIMESTAMP in BigQuery

2017-03-14 Thread Tobias Feldhaus (JIRA)
Tobias Feldhaus created BEAM-1716: - Summary: Using Instant type in TableRow should map to the right output format for TIMESTAMP in BigQuery Key: BEAM-1716 URL: https://issues.apache.org/jira/browse/BEAM-1716

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Spark #1237

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-1712) TestPipeline.run should perhaps waitUntilFinish

2017-03-14 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1712: -- Summary: TestPipeline.run should perhaps waitUntilFinish (was: TestPipeline.run doesn't

[2/2] beam git commit: Stop Double-finalizing checkpoints in the DirectRunner

2017-03-14 Thread tgroh
Stop Double-finalizing checkpoints in the DirectRunner Checkpoints don't need to be finalized before we restore from them. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d56d7451 Tree:

[jira] [Commented] (BEAM-1640) data file missing when submit a job on Flink

2017-03-14 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924682#comment-15924682 ] Xu Mingmin commented on BEAM-1640: -- Try with YARN session, same error. doubt it's another issue. > data

[GitHub] beam pull request #2206: [BEAM-775] Remove Aggregators from internal DoFn ru...

2017-03-14 Thread pabloem
Github user pabloem closed the pull request at: https://github.com/apache/beam/pull/2206 --- 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-775) Remove Aggregators from the Java SDK

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

[jira] [Commented] (BEAM-1694) Fix docstring inaccuracies in Python-SDK

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

[2/3] beam git commit: [BEAM-1092] Shade commonly used libraries (e.g. Guava) to avoid class conflicts

2017-03-14 Thread davor
[BEAM-1092] Shade commonly used libraries (e.g. Guava) to avoid class conflicts Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/03d78097 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/03d78097 Diff:

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

2017-03-14 Thread davor
This closes #2096 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/cc12fd37 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/cc12fd37 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/cc12fd37 Branch:

[jira] [Commented] (BEAM-1715) Wordcount on Dataflow checksum mismatch

2017-03-14 Thread Mark Liu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924792#comment-15924792 ] Mark Liu commented on BEAM-1715: File matcher contains function to describe

[jira] [Comment Edited] (BEAM-1715) Wordcount on Dataflow checksum mismatch

2017-03-14 Thread Mark Liu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924792#comment-15924792 ] Mark Liu edited comment on BEAM-1715 at 3/14/17 6:53 PM: - File matcher contains

[jira] [Assigned] (BEAM-1718) Returning Duration.millis(Long.MAX_VALUE) in DoFn.getAllowedTimestampSkew() causes Overflow/Underflow

2017-03-14 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci reassigned BEAM-1718: -- Assignee: Thomas Groh (was: Davor Bonaci) > Returning Duration.millis(Long.MAX_VALUE) in

[GitHub] beam pull request #2243: [BEAM-1693] Detect supported Python & pip executabl...

2017-03-14 Thread tibkiss
GitHub user tibkiss opened a pull request: https://github.com/apache/beam/pull/2243 [BEAM-1693] Detect supported Python & pip executables in Python-SDK Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins

2017-03-14 Thread Mark Liu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924973#comment-15924973 ] Mark Liu commented on BEAM-1676: After spend a lot of time digging into this problem, I think the key is

svn commit: r18744 - in /release/beam: ./ 0.6.0/

2017-03-14 Thread davor
Author: davor Date: Tue Mar 14 21:52:43 2017 New Revision: 18744 Log: Add Apache Beam, release 0.6.0 Added: release/beam/0.6.0/ release/beam/0.6.0/apache-beam-0.6.0-python.zip (with props) release/beam/0.6.0/apache-beam-0.6.0-python.zip.asc

[jira] [Commented] (BEAM-1719) Test modules are included in generated documentation

2017-03-14 Thread Tibor Kiss (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924908#comment-15924908 ] Tibor Kiss commented on BEAM-1719: -- [~altay]: Could you please confirm that the test files should be

[jira] [Updated] (BEAM-1719) Test modules are included in generated documentation

2017-03-14 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay updated BEAM-1719: -- Priority: Minor (was: Major) > Test modules are included in generated documentation >

[jira] [Commented] (BEAM-1719) Test modules are included in generated documentation

2017-03-14 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924921#comment-15924921 ] Ahmet Altay commented on BEAM-1719: --- I agree test needs to be excluded (not the test utils though like

[jira] [Resolved] (BEAM-1652) Add code style xml to the website

2017-03-14 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur resolved BEAM-1652. - Resolution: Done Fix Version/s: Not applicable > Add code style xml to the website >

[jira] [Created] (BEAM-1721) Reshuffle can shift elements in time

2017-03-14 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-1721: - Summary: Reshuffle can shift elements in time Key: BEAM-1721 URL: https://issues.apache.org/jira/browse/BEAM-1721 Project: Beam Issue Type: Bug

[jira] [Commented] (BEAM-1721) Reshuffle can shift elements in time

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

Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Flink #1929

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Issue Comment Deleted] (BEAM-1542) Need Source/Sink for Spanner

2017-03-14 Thread Guy Molinari (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guy Molinari updated BEAM-1542: --- Comment: was deleted (was: Here is the isolated error: [INFO]

[GitHub] beam pull request #2247: [BEAM-1260] Another shot at capturing PAssert site

2017-03-14 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/2247 [BEAM-1260] Another shot at capturing PAssert site This is a modified resubmit of https://github.com/apache/beam/pull/1753, which was later rolled back in https://github.com/apache/beam/pull/1767 .

[jira] [Commented] (BEAM-1260) PAssert should capture the assertion site

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

[jira] [Created] (BEAM-1719) Test modules are included in generated documentation

2017-03-14 Thread Tibor Kiss (JIRA)
Tibor Kiss created BEAM-1719: Summary: Test modules are included in generated documentation Key: BEAM-1719 URL: https://issues.apache.org/jira/browse/BEAM-1719 Project: Beam Issue Type: Bug

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #2906

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1715) Wordcount on Dataflow checksum mismatch

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

[jira] [Created] (BEAM-1720) Consider minimization on shaded jars

2017-03-14 Thread Aviem Zur (JIRA)
Aviem Zur created BEAM-1720: --- Summary: Consider minimization on shaded jars Key: BEAM-1720 URL: https://issues.apache.org/jira/browse/BEAM-1720 Project: Beam Issue Type: Improvement

[jira] [Comment Edited] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins

2017-03-14 Thread Mark Liu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925018#comment-15925018 ] Mark Liu edited comment on BEAM-1676 at 3/14/17 9:15 PM: - [~kenn] [~davor] Any

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins

2017-03-14 Thread Mark Liu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925018#comment-15925018 ] Mark Liu commented on BEAM-1676: [~kenn] Any thoughts? Since this block us to use Jenkins matrix

[jira] [Commented] (BEAM-1693) Detect supported Python & pip executables in Python-SDK

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

[GitHub] beam pull request #2246: [BEAM-1721] Do not shift Timestamps forwards in Res...

2017-03-14 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2246 [BEAM-1721] Do not shift Timestamps forwards in Reshuffle Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is

[beam] Git Push Summary

2017-03-14 Thread altay
Repository: beam Updated Tags: refs/tags/v0.6.0 [created] fa5fa7b0c

[jira] [Assigned] (BEAM-1719) Test modules are included in generated documentation

2017-03-14 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay reassigned BEAM-1719: - Assignee: Sourabh Bajaj > Test modules are included in generated documentation >

[GitHub] beam pull request #2244: [BEAM-1715] Fix Python WordCount on Dataflow Mismat...

2017-03-14 Thread markflyhigh
GitHub user markflyhigh opened a pull request: https://github.com/apache/beam/pull/2244 [BEAM-1715] Fix Python WordCount on Dataflow Mismatch Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is

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

2017-03-14 Thread davor
This closes #177 Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/7407f66b Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/7407f66b Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/7407f66b

[1/3] beam-site git commit: [BEAM-1652] Code style instructions for IntelliJ in contribution guide.

2017-03-14 Thread davor
Repository: beam-site Updated Branches: refs/heads/asf-site 6a5d39b04 -> 7407f66b5 [BEAM-1652] Code style instructions for IntelliJ in contribution guide. [BEAM-1652] Code style instructions for Eclipse in contribution guide. Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo

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

2017-03-14 Thread davor
Regenerate website Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/b0ba36e5 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/b0ba36e5 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/b0ba36e5

[jira] [Resolved] (BEAM-1650) Add code style xml to the project repo and website

2017-03-14 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur resolved BEAM-1650. - Resolution: Fixed Fix Version/s: Not applicable > Add code style xml to the project repo and

[34/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/dataflow/options/DataflowWorkerHarnessOptions.html -- diff --git

[18/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/flink/FlinkRunner.html -- diff --git

[51/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
Regenerate website Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/dc04d667 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/dc04d667 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/dc04d667

[46/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/constant-values.html -- diff --git a/content/documentation/sdks/javadoc/0.6.0/constant-values.html

[jira] [Updated] (BEAM-1709) Implement Single-output ParDo as Multi-output ParDo

2017-03-14 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-1709: --- Fix Version/s: (was: 0.6.0) First stable release > Implement Single-output

[jira] [Updated] (BEAM-911) Most of IOs API should be flagged by @Experimental

2017-03-14 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-911: -- Fix Version/s: First stable release > Most of IOs API should be flagged by @Experimental >

[jira] [Updated] (BEAM-1722) Get PubsubIO and the remaining parts of the GCP IOs out of the core SDK

2017-03-14 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-1722: --- Fix Version/s: First stable release > Get PubsubIO and the remaining parts of the GCP IOs out of the

[jira] [Updated] (BEAM-1722) Get PubsubIO and the remaining parts of the GCP IOs out of the core SDK

2017-03-14 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismaël Mejía updated BEAM-1722: --- Affects Version/s: (was: First stable release) > Get PubsubIO and the remaining parts of the GCP

Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Flink #1936

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins

2017-03-14 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925449#comment-15925449 ] Kenneth Knowles commented on BEAM-1676: --- Is it true that a maven command is run as such? The symptoms

[jira] [Commented] (BEAM-1530) BigQueryIO should support value-dependent windows

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

[jira] [Created] (BEAM-1723) FlinkRunner should deduplicate when an UnboundedSource requires Deduping

2017-03-14 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-1723: - Summary: FlinkRunner should deduplicate when an UnboundedSource requires Deduping Key: BEAM-1723 URL: https://issues.apache.org/jira/browse/BEAM-1723 Project: Beam

[jira] [Created] (BEAM-1724) ApexRunner should deduplicate when an UnboundedSource requires Deduping

2017-03-14 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-1724: - Summary: ApexRunner should deduplicate when an UnboundedSource requires Deduping Key: BEAM-1724 URL: https://issues.apache.org/jira/browse/BEAM-1724 Project: Beam

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed in JDK7&8 and OpenJDK7&8 on Jenkins

2017-03-14 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925403#comment-15925403 ] Davor Bonaci commented on BEAM-1676: [~markflyhigh], I'm sorry, but I don't follow. As Kenn said above,

[jira] [Commented] (BEAM-1718) Returning Duration.millis(Long.MAX_VALUE) in DoFn.getAllowedTimestampSkew() causes Overflow/Underflow

2017-03-14 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925440#comment-15925440 ] Kenneth Knowles commented on BEAM-1718: --- Is this a basic overflow error where we should do the

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Flink #1938

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-1725) SparkRunner should deduplicate when an UnboundedSource requires Deduping

2017-03-14 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-1725: - Summary: SparkRunner should deduplicate when an UnboundedSource requires Deduping Key: BEAM-1725 URL: https://issues.apache.org/jira/browse/BEAM-1725 Project: Beam

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1937

2017-03-14 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1691) Dynamic properties supported in PipelineOptions

2017-03-14 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15925408#comment-15925408 ] Davor Bonaci commented on BEAM-1691: [~mingmxu], can you say more please? Generally speaking, runners

Build failed in Jenkins: beam_PostCommit_Python_Verify #1509

2017-03-14 Thread Apache Jenkins Server
See -- [...truncated 453.30 KB...] "label": "Transform Function", "namespace": "apache_beam.transforms.core.CallableWrapperDoFn",

[GitHub] beam pull request #2070: [BEAM-1530] Support record-determined output tables

2017-03-14 Thread reuvenlax
Github user reuvenlax closed the pull request at: https://github.com/apache/beam/pull/2070 --- 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

[49/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/runners/spark/index.html -- diff --git a/content/documentation/runners/spark/index.html b/content/documentation/runners/spark/index.html index

[10/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/spark/io/MicrobatchSource.html -- diff --git

[28/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/dataflow/util/DataflowTemplateJob.html -- diff --git

[41/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/apex/package-frame.html -- diff --git

[24/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/direct/CopyOnAccessInMemoryStateInternals.html -- diff --git

[07/10] beam git commit: Simplify configuration of StreamWithDedup

2017-03-14 Thread tgroh
Simplify configuration of StreamWithDedup Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1adcbaea Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1adcbaea Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1adcbaea

[06/10] beam git commit: Use AutoValue for BigQueryIO.Write

2017-03-14 Thread tgroh
Use AutoValue for BigQueryIO.Write Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5c715896 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5c715896 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5c715896

[1/3] beam-site git commit: Add htaccess back

2017-03-14 Thread davor
Repository: beam-site Updated Branches: refs/heads/asf-site 4490a1f9b -> 4b64a0306 Add htaccess back Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/dd81235b Tree:

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #2908

2017-03-14 Thread Apache Jenkins Server
See

[29/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/dataflow/testing/package-tree.html -- diff --git

[38/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/dataflow/DataflowRunner.html -- diff --git

[42/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/apex/ApexRunnerRegistrar.html -- diff --git

[02/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/spark/util/SparkSideInputReader.html -- diff --git

[44/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/index-all.html -- diff --git a/content/documentation/sdks/javadoc/0.6.0/index-all.html

[35/52] [abbrv] [partial] beam-site git commit: Regenerate website

2017-03-14 Thread davor
http://git-wip-us.apache.org/repos/asf/beam-site/blob/dc04d667/content/documentation/sdks/javadoc/0.6.0/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.html -- diff --git

  1   2   >