You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/24 00:21:25 UTC

[beam-site] branch mergebot updated (55244af -> 4b85fc2)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 55244af  This closes #503
     add e26fcbe  Prepare repository for deployment.
     new b8b6e43  Update quickstart-java.md
     new 4b85fc2  This closes #508

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/get-started/quickstart-java/index.html | 93 +++++++++++++++++++++++++-
 src/get-started/quickstart-java.md             |  6 --
 2 files changed, 91 insertions(+), 8 deletions(-)


[beam-site] 02/02: This closes #508

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 4b85fc20a0360e52b81feb8e70bb46f2a74de84e
Merge: e26fcbe b8b6e43
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Jul 24 00:20:48 2018 +0000

    This closes #508

 src/get-started/quickstart-java.md | 6 ------
 1 file changed, 6 deletions(-)


[beam-site] 01/02: Update quickstart-java.md

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit b8b6e4340a2787665484e44abcdad74df254dc97
Author: Rafael Fernandez <rf...@google.com>
AuthorDate: Mon Jul 23 15:29:29 2018 -0700

    Update quickstart-java.md
    
    Remove unnecessary tab
---
 src/get-started/quickstart-java.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/get-started/quickstart-java.md b/src/get-started/quickstart-java.md
index 8c3cd93..12e98d9 100644
--- a/src/get-started/quickstart-java.md
+++ b/src/get-started/quickstart-java.md
@@ -133,12 +133,6 @@ $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
      -Dexec.args="--inputFile=pom.xml --output=counts" -Pdirect-runner
 ```
 
-{:.runner-direct-powershell}
-```
-PS> mvn compile exec:java -D exec.mainClass=org.apache.beam.examples.WordCount `
- -D exec.args="--inputFile=pom.xml --output=counts" -P direct-runner
-```
-
 {:.runner-apex}
 ```
 $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \