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/01/13 21:39:42 UTC

[beam-site] branch mergebot updated (ca18da7 -> a44b123)

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 ca18da7  This closes #371
     add 99bf99a  Prepare repository for deployment.
     new 74d71f5  [BEAM-3467] Remove Java 7 from the docker development images
     new a44b123  This closes #373

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/beam-overview/index.html |  2 ++
 src/contribute/docker-images.md              | 11 ++---------
 src/get-started/quickstart-java.md           |  2 +-
 3 files changed, 5 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

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

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 a44b1233d0335350e27fc844f0806daf799e46c9
Merge: 99bf99a 74d71f5
Author: Mergebot <me...@apache.org>
AuthorDate: Sat Jan 13 21:38:09 2018 +0000

    This closes #373

 src/contribute/docker-images.md    | 11 ++---------
 src/get-started/quickstart-java.md |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/02: [BEAM-3467] Remove Java 7 from the docker development images

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 74d71f59b7bc1065f40d42303c0babca7ba698f4
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Jan 12 11:42:59 2018 +0100

    [BEAM-3467] Remove Java 7 from the docker development images
---
 src/contribute/docker-images.md    | 11 ++---------
 src/get-started/quickstart-java.md |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/contribute/docker-images.md b/src/contribute/docker-images.md
index 23acf60..70ca4c0 100644
--- a/src/contribute/docker-images.md
+++ b/src/contribute/docker-images.md
@@ -34,13 +34,6 @@ cd file/openjdk8
 docker build -t beam:openjdk8 .
 ```
 
-If you want to build a container with JDK 7:
-
-```
-cd file/openjdk7
-docker build -t beam:openjdk7 .
-```
-
 When you run the image it downloads the specific version of Beam given the
 environment variables. By default it downloads the source code of the latest
 master. If you want to download the latest master and execute the tests:
@@ -113,10 +106,10 @@ directory in your host machine. This is useful to test your code with different
 versions of Java.
 
 If you have the code in the ~/workspace/beam directory and you want to quickly
-test it with Beam on Java 7 you can do:
+test it with Beam you can do:
 
 ```
-docker run -v ~/workspace/beam:/home/user/beam -it beam:openjdk7 /bin/bash
+docker run -v ~/workspace/beam:/home/user/beam -it beam:openjdk8 /bin/bash
 ```
 
 ### Performance improvements
diff --git a/src/get-started/quickstart-java.md b/src/get-started/quickstart-java.md
index 8ffe261..0a5b045 100644
--- a/src/get-started/quickstart-java.md
+++ b/src/get-started/quickstart-java.md
@@ -19,7 +19,7 @@ This Quickstart will walk you through executing your first Beam pipeline to run
 
 ## Set up your Development Environment
 
-1. Download and install the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 1.7 or later. Verify that the [JAVA_HOME](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html) environment variable is set and points to your JDK installation.
+1. Download and install the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 8. Verify that the [JAVA_HOME](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html) environment variable is set and points to your JDK installation.
 
 1. Download and install [Apache Maven](http://maven.apache.org/download.cgi) by following Maven's [installation guide](http://maven.apache.org/install.html) for your specific operating system.
 

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.