[11/13] samza git commit: SAMZA-1099: Documentation updates for Samza 0.12 release (for master branch)

2017-02-23 Thread jmakes
SAMZA-1099: Documentation updates for Samza 0.12 release (for master  branch)


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/b5ea8776
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/b5ea8776
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/b5ea8776

Branch: refs/heads/samza-fluent-api-v1
Commit: b5ea8776ee5565cf12ef4bd4a0b1a0fde11154a4
Parents: eab1800
Author: vjagadish1989 
Authored: Wed Feb 22 10:53:12 2017 -0800
Committer: vjagadish1989 
Committed: Wed Feb 22 12:45:13 2017 -0800

--
 docs/_config.yml|  2 +-
 docs/_layouts/default.html  |  1 +
 docs/archive/index.html |  8 
 .../versioned/jobs/split-deployment.md  |  4 +-
 .../versioned/deploy-samza-job-from-hdfs.md |  2 +-
 .../tutorials/versioned/deploy-samza-to-CDH.md  |  4 +-
 .../versioned/remote-debugging-samza.md |  2 +-
 .../versioned/run-in-multi-node-yarn.md | 16 
 .../versioned/samza-rest-getting-started.md |  4 +-
 docs/startup/download/index.md  | 39 +---
 docs/startup/hello-samza/versioned/index.md |  2 +-
 11 files changed, 52 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/_config.yml
--
diff --git a/docs/_config.yml b/docs/_config.yml
index 2b5bf05..29e3d42 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,4 +25,4 @@ 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: '0.11'
+latest-release: '0.12'

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/_layouts/default.html
--
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index dfcb6d0..b9a05fa 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -102,6 +102,7 @@
  Archive
 
   latest
+  0.12
   0.11
   0.10
   0.9

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/archive/index.html
--
diff --git a/docs/archive/index.html b/docs/archive/index.html
index e92f50e..549495b 100644
--- a/docs/archive/index.html
+++ b/docs/archive/index.html
@@ -27,6 +27,14 @@ title: Documentation
   Hello Samza
 
 
+0.12 Release
+
+
+  Documentation
+  Tutorials
+  Hello Samza
+
+
 0.11 Release
 
 

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/learn/documentation/versioned/jobs/split-deployment.md
--
diff --git a/docs/learn/documentation/versioned/jobs/split-deployment.md 
b/docs/learn/documentation/versioned/jobs/split-deployment.md
index ebab670..fa3e7ae 100644
--- a/docs/learn/documentation/versioned/jobs/split-deployment.md
+++ b/docs/learn/documentation/versioned/jobs/split-deployment.md
@@ -50,10 +50,10 @@ Each deployment will now consist of two separate 
packages:
 To run a job in split deployment mode:
 
 1. **Deploy the framework**:
-The Samza framework package should be deployed to ALL the machines of a 
cluster into a predefined, fixed location. This could be done by merely copying 
the jars, or creating a meta package that would deploy all of them. Let's 
assume that 'samza-framework' package is installed into the 
'/.../samza-fwk/0.11.0' directory.
+The Samza framework package should be deployed to ALL the machines of a 
cluster into a predefined, fixed location. This could be done by merely copying 
the jars, or creating a meta package that would deploy all of them. Let's 
assume that 'samza-framework' package is installed into the 
'/.../samza-fwk/0.12.0' directory.
 
 2. **Create symbolic link**:
-A symbolic link needs to be created for the **stable** version of the 
framework to point to the framework location, e.g.: {% highlight bash %} ln -s 
/.../samza-fwk/0.11.0 /.../samza-fwk/STABLE' {% endhighlight %}
+A symbolic link needs to be created for the **stable** version of the 
framework to point to the framework location, e.g.: {% highlight bash %} ln -s 
/.../samza-fwk/0.12.0 /.../samza-fwk/STABLE' {% endhighlight %}
 
 3. **Deploy user job**:
 In the job's config, the following property is required to enable split 
deployment, e.g. for Samza framework path at '/.../samza-fwk': {% highlight 
jproperties %} samza.fwk.path=/.../samza-fwk {% endhighlight %} By default 
Samza will look for the **stable** link inside the folder to find the 
framework. You can 

samza git commit: SAMZA-1099: Documentation updates for Samza 0.12 release (for master branch)

2017-02-22 Thread jagadish
Repository: samza
Updated Branches:
  refs/heads/master eab180010 -> b5ea8776e


SAMZA-1099: Documentation updates for Samza 0.12 release (for master  branch)


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/b5ea8776
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/b5ea8776
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/b5ea8776

Branch: refs/heads/master
Commit: b5ea8776ee5565cf12ef4bd4a0b1a0fde11154a4
Parents: eab1800
Author: vjagadish1989 
Authored: Wed Feb 22 10:53:12 2017 -0800
Committer: vjagadish1989 
Committed: Wed Feb 22 12:45:13 2017 -0800

--
 docs/_config.yml|  2 +-
 docs/_layouts/default.html  |  1 +
 docs/archive/index.html |  8 
 .../versioned/jobs/split-deployment.md  |  4 +-
 .../versioned/deploy-samza-job-from-hdfs.md |  2 +-
 .../tutorials/versioned/deploy-samza-to-CDH.md  |  4 +-
 .../versioned/remote-debugging-samza.md |  2 +-
 .../versioned/run-in-multi-node-yarn.md | 16 
 .../versioned/samza-rest-getting-started.md |  4 +-
 docs/startup/download/index.md  | 39 +---
 docs/startup/hello-samza/versioned/index.md |  2 +-
 11 files changed, 52 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/_config.yml
--
diff --git a/docs/_config.yml b/docs/_config.yml
index 2b5bf05..29e3d42 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,4 +25,4 @@ 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: '0.11'
+latest-release: '0.12'

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/_layouts/default.html
--
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index dfcb6d0..b9a05fa 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -102,6 +102,7 @@
  Archive
 
   latest
+  0.12
   0.11
   0.10
   0.9

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/archive/index.html
--
diff --git a/docs/archive/index.html b/docs/archive/index.html
index e92f50e..549495b 100644
--- a/docs/archive/index.html
+++ b/docs/archive/index.html
@@ -27,6 +27,14 @@ title: Documentation
   Hello Samza
 
 
+0.12 Release
+
+
+  Documentation
+  Tutorials
+  Hello Samza
+
+
 0.11 Release
 
 

http://git-wip-us.apache.org/repos/asf/samza/blob/b5ea8776/docs/learn/documentation/versioned/jobs/split-deployment.md
--
diff --git a/docs/learn/documentation/versioned/jobs/split-deployment.md 
b/docs/learn/documentation/versioned/jobs/split-deployment.md
index ebab670..fa3e7ae 100644
--- a/docs/learn/documentation/versioned/jobs/split-deployment.md
+++ b/docs/learn/documentation/versioned/jobs/split-deployment.md
@@ -50,10 +50,10 @@ Each deployment will now consist of two separate 
packages:
 To run a job in split deployment mode:
 
 1. **Deploy the framework**:
-The Samza framework package should be deployed to ALL the machines of a 
cluster into a predefined, fixed location. This could be done by merely copying 
the jars, or creating a meta package that would deploy all of them. Let's 
assume that 'samza-framework' package is installed into the 
'/.../samza-fwk/0.11.0' directory.
+The Samza framework package should be deployed to ALL the machines of a 
cluster into a predefined, fixed location. This could be done by merely copying 
the jars, or creating a meta package that would deploy all of them. Let's 
assume that 'samza-framework' package is installed into the 
'/.../samza-fwk/0.12.0' directory.
 
 2. **Create symbolic link**:
-A symbolic link needs to be created for the **stable** version of the 
framework to point to the framework location, e.g.: {% highlight bash %} ln -s 
/.../samza-fwk/0.11.0 /.../samza-fwk/STABLE' {% endhighlight %}
+A symbolic link needs to be created for the **stable** version of the 
framework to point to the framework location, e.g.: {% highlight bash %} ln -s 
/.../samza-fwk/0.12.0 /.../samza-fwk/STABLE' {% endhighlight %}
 
 3. **Deploy user job**:
 In the job's config, the following property is required to enable split 
deployment, e.g. for Samza framework path at '/.../samza-fwk': {% highlight 
jproperties %} samza.fwk.path=/.../samza-fwk {% endhighlight %} By default 
Samza will look for the