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/12 04:17:27 UTC

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

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 67e8acf  This closes #369
     add 2d17933  Prepare repository for deployment.
     new 20b1fcd  Add link to Scio (Scala) interface.
     new fb86366  Manually set hight of scala logo.
     new ca18da7  This closes #371

The 3 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/documentation/runners/spark/index.html |   4 ++++
 src/get-started/beam-overview.md               |   2 ++
 src/images/logos/sdks/scala.png                | Bin 0 -> 2295 bytes
 3 files changed, 6 insertions(+)
 create mode 100644 src/images/logos/sdks/scala.png

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

[beam-site] 02/03: Manually set hight of scala logo.

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 fb86366d8595422fd2e88997f969604991e2e166
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Jan 11 16:21:25 2018 -0800

    Manually set hight of scala logo.
---
 src/get-started/beam-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/get-started/beam-overview.md b/src/get-started/beam-overview.md
index 5bf6f19..b23811c 100644
--- a/src/get-started/beam-overview.md
+++ b/src/get-started/beam-overview.md
@@ -23,7 +23,7 @@ Beam currently supports the following language-specific SDKs:
 * Java ![Java logo]({{ "/images/logos/sdks/java.png" | prepend: site.baseurl }})
 * Python ![Python logo]({{ "/images/logos/sdks/python.png" | prepend: site.baseurl }})
 
-A Scala ![Scalal logo]({{ "/images/logos/sdks/scala.png" | prepend: site.baseurl }}) interface is also available as [Scio](https://github.com/spotify/scio).
+A Scala ![Scala logo]({{ "/images/logos/sdks/scala.png" | prepend: site.baseurl }}){: height="45px"} interface is also available as [Scio](https://github.com/spotify/scio).
 
 ## Apache Beam Pipeline Runners
 

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

[beam-site] 03/03: This closes #371

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 ca18da7c80349b50878aaa431115caca19087203
Merge: 2d17933 fb86366
Author: Mergebot <me...@apache.org>
AuthorDate: Fri Jan 12 04:15:54 2018 +0000

    This closes #371

 src/get-started/beam-overview.md |   2 ++
 src/images/logos/sdks/scala.png  | Bin 0 -> 2295 bytes
 2 files changed, 2 insertions(+)

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

[beam-site] 01/03: Add link to Scio (Scala) interface.

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 20b1fcd22feb807b8b67c483ad1e47a69cecd549
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Jan 11 13:32:33 2018 -0800

    Add link to Scio (Scala) interface.
---
 src/get-started/beam-overview.md |   2 ++
 src/images/logos/sdks/scala.png  | Bin 0 -> 2295 bytes
 2 files changed, 2 insertions(+)

diff --git a/src/get-started/beam-overview.md b/src/get-started/beam-overview.md
index 3fe733e..5bf6f19 100644
--- a/src/get-started/beam-overview.md
+++ b/src/get-started/beam-overview.md
@@ -23,6 +23,8 @@ Beam currently supports the following language-specific SDKs:
 * Java ![Java logo]({{ "/images/logos/sdks/java.png" | prepend: site.baseurl }})
 * Python ![Python logo]({{ "/images/logos/sdks/python.png" | prepend: site.baseurl }})
 
+A Scala ![Scalal logo]({{ "/images/logos/sdks/scala.png" | prepend: site.baseurl }}) interface is also available as [Scio](https://github.com/spotify/scio).
+
 ## Apache Beam Pipeline Runners
 
 The Beam Pipeline Runners translate the data processing pipeline you define with your Beam program into the API compatible with the distributed processing back-end of your choice. When you run your Beam program, you'll need to specify an [appropriate runner]({{ site.baseurl }}/documentation/runners/capability-matrix) for the back-end where you want to execute your pipeline.
diff --git a/src/images/logos/sdks/scala.png b/src/images/logos/sdks/scala.png
new file mode 100644
index 0000000..d73aca3
Binary files /dev/null and b/src/images/logos/sdks/scala.png differ

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