This is an automated email from the ASF dual-hosted git repository.
lhaiesp pushed a commit to branch 1.3.0
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/1.3.0 by this push:
new 888cff9 update doc to reflect 1.3.0 change
888cff9 is described below
commit 888cff9c3d2e824de1b83f888a53b14b9f1c5e7a
Author: Hai Lu <[email protected]>
AuthorDate: Thu Dec 5 14:13:58 2019 -0800
update doc to reflect 1.3.0 change
---
docs/_config.yml | 2 +-
docs/learn/tutorials/versioned/hello-samza-high-level-code.md | 1 -
docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md | 1 -
docs/learn/tutorials/versioned/hello-samza-high-level-zk.md | 1 -
docs/startup/hello-samza/versioned/index.md | 1 -
5 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 31edfbc..695e192 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,7 +25,7 @@ exclude: [_docs]
baseurl: http://samza.apache.org
version: latest
# this is the version you will go if you click 'switch version' in "latest"
pages.
-latest-release: '1.2.0'
+latest-release: '1.3.0'
collections:
menu:
output: false
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
index ed0fa0e..ccd7c29 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
@@ -32,7 +32,6 @@ Check out the hello-samza project:
{% highlight bash %}
git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
-git checkout latest
{% endhighlight %}
This project already contains implementations of the wikipedia application
using both the Low Level Task API and the High Level Streams API. The Low Level
Task API implementations are in the `samza.examples.wikipedia.task` package.
The High Level Streams API implementation is in the
`samza.examples.wikipedia.application` package.
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
index d3796ee..0014a14 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
@@ -29,7 +29,6 @@ Check out the hello-samza project:
{% highlight bash %}
git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
-git checkout latest
{% endhighlight %}
This project contains everything you'll need to run your first Samza
application.
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
index 1dfefed..b49bae9 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
@@ -29,7 +29,6 @@ Let's get started by cloning the hello-samza project
{% highlight bash %}
git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
-git checkout latest
{% endhighlight %}
The project comes up with numerous examples and for this tutorial, we will
pick the Wikipedia application.
diff --git a/docs/startup/hello-samza/versioned/index.md
b/docs/startup/hello-samza/versioned/index.md
index 0b0ae93..51053d2 100644
--- a/docs/startup/hello-samza/versioned/index.md
+++ b/docs/startup/hello-samza/versioned/index.md
@@ -27,7 +27,6 @@ Check out the hello-samza project:
{% highlight bash %}
git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
-git checkout latest
{% endhighlight %}
This project contains everything you'll need to run your first Samza jobs.