Jenkins build is still unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #549

2016-06-15 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-348) Clean temp_dir usage in _stage_extra_packages

2016-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332939#comment-15332939 ] ASF GitHub Bot commented on BEAM-348: - GitHub user aaltay opened a pull request:

[GitHub] incubator-beam pull request #465: Fix type error in Eclipse

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/465 --- 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: Fix type error in Eclipse

2016-06-15 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 518b23c2d -> f8c59bd6c Fix type error in Eclipse This type error occurs in my Eclipse installation. It apparently does not bother the various JDKs we test with. But this is an accurate typing, so it may help other Eclipse-using

[jira] [Resolved] (BEAM-22) DirectPipelineRunner: support for unbounded collections

2016-06-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-22. - Resolution: Fixed Superb. > DirectPipelineRunner: support for unbounded collections >

[jira] [Resolved] (BEAM-335) beam_PostCommit_RunnableOnService_GoogleCloudDataflow broken since #514

2016-06-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-335. -- Resolution: Fixed At this point we are back to the usual issues. >

[jira] [Commented] (BEAM-234) Remove the word Pipeline from the name of all PipelineRunner implementations

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

[GitHub] incubator-beam pull request #474: [BEAM-234][BEAM-22] Rename the InProcessPi...

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

[05/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4649eebe/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessEvaluationContextTest.java -- diff --git

[08/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4649eebe/runners/direct-java/src/main/java/org/apache/beam/runners/direct/TransformExecutor.java -- diff --git

[09/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4649eebe/runners/direct-java/src/main/java/org/apache/beam/runners/direct/InProcessExecutor.java -- diff --git

[jira] [Resolved] (BEAM-243) Remove DirectPipelineRunner and keep only the InProcessPipelineRunner

2016-06-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-243. -- Resolution: Fixed Awesome. > Remove DirectPipelineRunner and keep only the

[02/12] incubator-beam git commit: Rename InProcessPipelineRunner to DirectRunner

2016-06-15 Thread kenn
Rename InProcessPipelineRunner to DirectRunner Completes BEAM-243 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2bafda1d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2bafda1d Diff:

[11/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
Remove InProcess Prefixes These prefixes are out of date with the rename of the runner. Most of the prefixes are be droped in their entirety, as the classes are scoped to the direct runner module. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[10/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4649eebe/runners/direct-java/src/main/java/org/apache/beam/runners/direct/InMemoryWatermarkManager.java -- diff --git

[12/12] incubator-beam git commit: This closes #474

2016-06-15 Thread kenn
This closes #474 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/518b23c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/518b23c2 Diff:

[01/12] incubator-beam git commit: Rename InProcessPipelineRunner to DirectRunner

2016-06-15 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 414bb4bc3 -> 518b23c2d http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2bafda1d/runners/direct-java/src/main/java/org/apache/beam/runners/direct/TransformEvaluator.java

[07/12] incubator-beam git commit: Remove InProcess Prefixes

2016-06-15 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4649eebe/runners/direct-java/src/test/java/org/apache/beam/runners/direct/DirectTimerInternalsTest.java -- diff --git

[jira] [Created] (BEAM-348) Clean temp_dir usage in _stage_extra_packages

2016-06-15 Thread Ahmet Altay (JIRA)
Ahmet Altay created BEAM-348: Summary: Clean temp_dir usage in _stage_extra_packages Key: BEAM-348 URL: https://issues.apache.org/jira/browse/BEAM-348 Project: Beam Issue Type: Bug

[GitHub] incubator-beam pull request #459: [BEAM-327] Update DataflowPipelineRunner w...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/459 --- 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-327) Dataflow runner should have configuration for System.out/err handling

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

[1/2] incubator-beam git commit: Update DataflowPipelineRunner worker container version

2016-06-15 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 021fa1e5f -> 414bb4bc3 Update DataflowPipelineRunner worker container version Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f117f712 Tree:

[jira] [Assigned] (BEAM-328) CoderRegistry does not provide SerializableCoder for `T extends Serializable`

2016-06-15 Thread Manu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manu Zhang reassigned BEAM-328: --- Assignee: Manu Zhang > CoderRegistry does not provide SerializableCoder for `T extends Serializable` >

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #548

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #547

2016-06-15 Thread Apache Jenkins Server
See

[GitHub] incubator-beam pull request #466: [BEAM-243] Remove the DirectPipelineRunner...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/466 --- 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/4] incubator-beam git commit: Remove DoFnRunner from GroupAlsoByWindowsProperties

2016-06-15 Thread kenn
Remove DoFnRunner from GroupAlsoByWindowsProperties DoFnRunner is a runner implementation detail, and core SDK code should instead use DoFnTester. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b31be38a

[2/4] incubator-beam git commit: Remove the DirectPipelineRunner from the Core SDK

2016-06-15 Thread kenn
Remove the DirectPipelineRunner from the Core SDK Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/bf476e12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/bf476e12 Diff:

[1/4] incubator-beam git commit: Remove the DirectPipelineRunner from the Core SDK

2016-06-15 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 11eb9f65f -> 021fa1e5f http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/bf476e12/sdks/java/core/src/test/java/org/apache/beam/sdk/PipelineTest.java --

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

2016-06-15 Thread kenn
This closes #466 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/021fa1e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/021fa1e5 Diff:

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #545

2016-06-15 Thread Apache Jenkins Server
See

[jira] [Resolved] (BEAM-347) Progress updates inaccurate for non-uniform keys in Bigtable

2016-06-15 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin resolved BEAM-347. -- Resolution: Fixed > Progress updates inaccurate for non-uniform keys in Bigtable >

[jira] [Commented] (BEAM-347) Progress updates inaccurate for non-uniform keys in Bigtable

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

[GitHub] incubator-beam pull request #440: [BEAM-347] Modify range tracker to use fir...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/440 --- 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: Closes #440

2016-06-15 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 2f46bc004 -> 11eb9f65f Closes #440 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/11eb9f65 Tree:

[2/2] incubator-beam git commit: Modified range tracker to use first response seen as start key

2016-06-15 Thread dhalperi
Modified range tracker to use first response seen as start key Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/172d4fdc Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/172d4fdc Diff:

[jira] [Created] (BEAM-347) Progress updates inaccurate for non-uniform keys in Bigtable

2016-06-15 Thread Ian Zhou (JIRA)
Ian Zhou created BEAM-347: - Summary: Progress updates inaccurate for non-uniform keys in Bigtable Key: BEAM-347 URL: https://issues.apache.org/jira/browse/BEAM-347 Project: Beam Issue Type:

[2/2] incubator-beam git commit: Closes #472

2016-06-15 Thread dhalperi
Closes #472 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/462453d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/462453d2 Diff:

[jira] [Commented] (BEAM-243) Remove DirectPipelineRunner and keep only the InProcessPipelineRunner

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

[1/2] incubator-beam git commit: Run NeedsRunner tests in Runner Core on the DirectRunner

2016-06-15 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 9c8cf5e21 -> 462453d23 Run NeedsRunner tests in Runner Core on the DirectRunner This ensures that all runner tests in runners/core-java are executed in the standard maven build. Project:

Jenkins build is still unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #544

2016-06-15 Thread Apache Jenkins Server
See

[jira] [Closed] (BEAM-343) DisplayData error in AfterWatermark

2016-06-15 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin closed BEAM-343. > DisplayData error in AfterWatermark > --- > > Key:

[jira] [Commented] (BEAM-343) DisplayData error in AfterWatermark

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

[GitHub] incubator-beam pull request #469: [BEAM-343] Fix NullPointerException in Aft...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/469 --- 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 normal : beam_PostCommit_MavenVerify » Apache Beam :: Parent #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: SDKs :: Java :: IO #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: Examples #639

2016-06-15 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_MavenVerify » Apache Beam :: Runners :: Flink :: Core #639

2016-06-15 Thread Apache Jenkins Server
See -- [INFO] [INFO]

Build failed in Jenkins: beam_PostCommit_MavenVerify #639

2016-06-15 Thread Apache Jenkins Server
See Changes: [tgroh] Rename DoFnTester#processBatch to processBundle [tgroh] Use TimestampedValue in DoFnTester [tgroh] Add DoFnTester#peekOutputValuesInWindow [dhalperi] Explicitly set the Runner in

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: SDKs :: Java :: Extensions #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: Runners #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: Runners :: Direct Java #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_MavenVerify » Apache Beam :: SDKs #639

2016-06-15 Thread Apache Jenkins Server
See

Jenkins build is unstable: beam_PostCommit_RunnableOnService_GoogleCloudDataflow #543

2016-06-15 Thread Apache Jenkins Server
See

[2/2] incubator-beam git commit: Closes #470

2016-06-15 Thread dhalperi
Closes #470 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a1bb9020 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a1bb9020 Diff:

[1/2] incubator-beam git commit: Package javadoc for org.apache.beam.sdk.transforms.display

2016-06-15 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 63e7b1dce -> a1bb90207 Package javadoc for org.apache.beam.sdk.transforms.display Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2e0836e7

[GitHub] incubator-beam pull request #470: Package javadoc for org.apache.beam.sdk.tr...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/470 --- 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 #472: [BEAM-243] Run NeedsRunner tests in Runner...

2016-06-15 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/472 [BEAM-243] Run NeedsRunner tests in Runner Core on the DirectRunner Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make

[jira] [Closed] (BEAM-346) When WindowFn not specified in Window.into(...), NullPointerException

2016-06-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles closed BEAM-346. Resolution: Fixed > When WindowFn not specified in Window.into(...), NullPointerException >

[jira] [Created] (BEAM-346) When WindowFn not specified in Window.into(...), NullPointerException

2016-06-15 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-346: Summary: When WindowFn not specified in Window.into(...), NullPointerException Key: BEAM-346 URL: https://issues.apache.org/jira/browse/BEAM-346 Project: Beam

[GitHub] incubator-beam pull request #470: Package javadoc for org.apache.beam.sdk.tr...

2016-06-15 Thread swegner
GitHub user swegner opened a pull request: https://github.com/apache/incubator-beam/pull/470 Package javadoc for org.apache.beam.sdk.transforms.display Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the

[jira] [Created] (BEAM-344) Merge, Split, Delay, and Reorder bundles in the InProcessPipelineRunner

2016-06-15 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-344: Summary: Merge, Split, Delay, and Reorder bundles in the InProcessPipelineRunner Key: BEAM-344 URL: https://issues.apache.org/jira/browse/BEAM-344 Project: Beam

[jira] [Commented] (BEAM-343) DisplayData error in AfterWatermark

2016-06-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332083#comment-15332083 ] ASF GitHub Bot commented on BEAM-343: - GitHub user swegner opened a pull request:

[jira] [Created] (BEAM-343) DisplayData error in AfterWatermark

2016-06-15 Thread Daniel Mills (JIRA)
Daniel Mills created BEAM-343: - Summary: DisplayData error in AfterWatermark Key: BEAM-343 URL: https://issues.apache.org/jira/browse/BEAM-343 Project: Beam Issue Type: Bug Components:

[jira] [Commented] (BEAM-332) Matcher(s) for TableRow

2016-06-15 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15331981#comment-15331981 ] Kenneth Knowles commented on BEAM-332: -- That would be nice, but it is outside Beam's immediate purview.

[27/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/class-use/DataflowWorkerLoggingOptions.WorkerLogLevelOverrides.html -- diff --git

[20/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/util/PackageUtil.html -- diff --git

[39/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowPipelineRegistrar.html -- diff --git

[47/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/allclasses-frame.html -- diff --git a/content/javadoc/0.1.0-incubating/allclasses-frame.html

[38/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowPipelineTranslator.TranslationContext.html -- diff --git

[31/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/DataflowProfilingOptions.DataflowProfilingAgentConfiguration.html -- diff --git

[25/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/package-use.html -- diff --git

[36/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/class-use/DataflowPipelineRunnerHooks.html -- diff --git

[21/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/util/MonitoringUtil.PrintHandler.html -- diff --git

[48/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/feed.xml -- diff --git a/content/feed.xml b/content/feed.xml index 77e16d9..fcfa7b2 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,26

[42/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/index.html -- diff --git a/content/javadoc/0.1.0-incubating/index.html b/content/javadoc/0.1.0-incubating/index.html new

[32/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.TeardownPolicy.html -- diff --git

[46/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/allclasses-noframe.html -- diff --git a/content/javadoc/0.1.0-incubating/allclasses-noframe.html

[44/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/deprecated-list.html -- diff --git a/content/javadoc/0.1.0-incubating/deprecated-list.html

[19/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/util/RandomAccessData.html -- diff --git

[23/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-tree.html -- diff --git

[43/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/index-all.html -- diff --git a/content/javadoc/0.1.0-incubating/index-all.html

[22/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-use.html -- diff --git

[09/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/TransformEvaluator.html -- diff --git

[17/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/util/class-use/Stager.html -- diff --git

[02/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/class-use/FlinkPipelineOptions.html -- diff --git

[37/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/class-use/DataflowJobAlreadyExistsException.html -- diff --git

[01/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 4f3d0f9fc -> 2c0a36d70 http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/flink/examples/TFIDF.ReadDocuments.html

[29/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/class-use/BlockingDataflowPipelineOptions.html -- diff --git

[41/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html -- diff --git

[24/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineOptions.html -- diff --git

[11/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/InProcessTimerInternals.html -- diff --git

[13/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/InProcessPipelineRunner.CommittedBundle.html -- diff --git

[06/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/class-use/ModelEnforcement.html -- diff --git

[14/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/InMemoryWatermarkManager.html -- diff --git

[18/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/util/class-use/MonitoringUtil.JobMessagesHandler.html -- diff --git

[51/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
Rebuild the 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/6fce44a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/6fce44a2 Diff:

[30/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/options/DataflowWorkerLoggingOptions.Level.html -- diff --git

[08/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/class-use/InMemoryWatermarkManager.TimerUpdate.TimerUpdateBuilder.html -- diff --git

[07/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website

2016-06-15 Thread davor
http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/direct/class-use/InProcessPipelineRunner.InProcessPipelineResult.html -- diff --git

  1   2   >