You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2015/01/26 21:41:25 UTC

[1/2] samza git commit: SAMZA-529; remove disclaimer

Repository: samza
Updated Branches:
  refs/heads/master b8debad38 -> a71af9f97


SAMZA-529; remove disclaimer


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

Branch: refs/heads/master
Commit: 6adf358b83ddc8f2a32c5886873c3a6486bb6a49
Parents: b8debad
Author: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Authored: Mon Jan 26 12:25:42 2015 -0800
Committer: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Committed: Mon Jan 26 12:25:42 2015 -0800

----------------------------------------------------------------------
 docs/_layouts/default.html    |  1 -
 docs/contribute/disclaimer.md | 23 -----------------------
 2 files changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/6adf358b/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index be0ccec..6f39654 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -98,7 +98,6 @@
               <li><a href="/contribute/code.html">Code</a></li>
               <li><a href="https://reviews.apache.org/groups/samza">Review Board</a></li>
               <li><a href="/contribute/tests.html">Tests</a></li>
-              <li><a href="/contribute/disclaimer.html">Disclaimer</a></li>
             </ul>
 
             <h1><i class="fa fa-history"></i> Archive</h1>

http://git-wip-us.apache.org/repos/asf/samza/blob/6adf358b/docs/contribute/disclaimer.md
----------------------------------------------------------------------
diff --git a/docs/contribute/disclaimer.md b/docs/contribute/disclaimer.md
deleted file mode 100644
index 6fcea16..0000000
--- a/docs/contribute/disclaimer.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-layout: page
-title: Disclaimer
----
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-Apache Samza is an TLP that has been fully endorsed by The Apache Software Foundation (ASF).
-


[2/2] samza git commit: SAMZA-530; handle spaced parameters properly in bash scripts

Posted by cr...@apache.org.
SAMZA-530; handle spaced parameters properly in bash scripts


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

Branch: refs/heads/master
Commit: a71af9f977412d50f273a78022db1d595bb9557e
Parents: 6adf358
Author: Roger Hoover <ro...@gmail.com>
Authored: Mon Jan 26 12:41:13 2015 -0800
Committer: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Committed: Mon Jan 26 12:41:13 2015 -0800

----------------------------------------------------------------------
 samza-shell/src/main/bash/checkpoint-tool.sh | 2 +-
 samza-shell/src/main/bash/kill-yarn-job.sh   | 2 +-
 samza-shell/src/main/bash/run-am.sh          | 2 +-
 samza-shell/src/main/bash/run-class.sh       | 4 ++--
 samza-shell/src/main/bash/run-container.sh   | 2 +-
 samza-shell/src/main/bash/run-job.sh         | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/checkpoint-tool.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/checkpoint-tool.sh b/samza-shell/src/main/bash/checkpoint-tool.sh
index 72a5051..d32f9ce 100755
--- a/samza-shell/src/main/bash/checkpoint-tool.sh
+++ b/samza-shell/src/main/bash/checkpoint-tool.sh
@@ -18,4 +18,4 @@
 
 [[ $JAVA_OPTS != *-Dlog4j.configuration* ]] && export JAVA_OPTS="$JAVA_OPTS -Dlog4j.configuration=file:$(dirname $0)/log4j-console.xml"
 
-exec $(dirname $0)/run-class.sh org.apache.samza.checkpoint.CheckpointTool $@
+exec $(dirname $0)/run-class.sh org.apache.samza.checkpoint.CheckpointTool "$@"

http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/kill-yarn-job.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/kill-yarn-job.sh b/samza-shell/src/main/bash/kill-yarn-job.sh
index cc234f1..4d322f8 100755
--- a/samza-shell/src/main/bash/kill-yarn-job.sh
+++ b/samza-shell/src/main/bash/kill-yarn-job.sh
@@ -18,4 +18,4 @@
 
 [[ $JAVA_OPTS != *-Dlog4j.configuration* ]] && export JAVA_OPTS="$JAVA_OPTS -Dlog4j.configuration=file:$(dirname $0)/log4j-console.xml"
 
-exec $(dirname $0)/run-class.sh org.apache.hadoop.yarn.client.cli.ApplicationCLI application -kill $@
+exec $(dirname $0)/run-class.sh org.apache.hadoop.yarn.client.cli.ApplicationCLI application -kill "$@"

http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/run-am.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/run-am.sh b/samza-shell/src/main/bash/run-am.sh
index e362eea..9545a96 100755
--- a/samza-shell/src/main/bash/run-am.sh
+++ b/samza-shell/src/main/bash/run-am.sh
@@ -22,4 +22,4 @@
 # Set container name system properties for use in Log4J
 [[ $JAVA_OPTS != *-Dsamza.container.name* ]] && export JAVA_OPTS="$JAVA_OPTS -Dsamza.container.name=samza-application-master"
 
-exec $(dirname $0)/run-class.sh org.apache.samza.job.yarn.SamzaAppMaster $@
+exec $(dirname $0)/run-class.sh org.apache.samza.job.yarn.SamzaAppMaster "$@"

http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/run-class.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/run-class.sh b/samza-shell/src/main/bash/run-class.sh
index d0ae57f..46603c5 100755
--- a/samza-shell/src/main/bash/run-class.sh
+++ b/samza-shell/src/main/bash/run-class.sh
@@ -97,5 +97,5 @@ function check_and_enable_64_bit_mode {
 # Check if 64 bit is set. If not - try and set it if it's supported
 [[ $JAVA_OPTS != *-d64* ]] && check_and_enable_64_bit_mode
 
-echo $JAVA $JAVA_OPTS -cp $CLASSPATH $@
-exec $JAVA $JAVA_OPTS -cp $CLASSPATH $@
+echo $JAVA $JAVA_OPTS -cp $CLASSPATH "$@"
+exec $JAVA $JAVA_OPTS -cp $CLASSPATH "$@"

http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/run-container.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/run-container.sh b/samza-shell/src/main/bash/run-container.sh
index d90afc7..069279c 100755
--- a/samza-shell/src/main/bash/run-container.sh
+++ b/samza-shell/src/main/bash/run-container.sh
@@ -25,4 +25,4 @@
 # Set container name system property for use in Log4J
 [[ $JAVA_OPTS != *-Dsamza.container.name* && ! -z "$SAMZA_CONTAINER_ID" ]] && export JAVA_OPTS="$JAVA_OPTS -Dsamza.container.name=samza-container-$SAMZA_CONTAINER_ID"
 
-exec $(dirname $0)/run-class.sh org.apache.samza.container.SamzaContainer $@
+exec $(dirname $0)/run-class.sh org.apache.samza.container.SamzaContainer "$@"

http://git-wip-us.apache.org/repos/asf/samza/blob/a71af9f9/samza-shell/src/main/bash/run-job.sh
----------------------------------------------------------------------
diff --git a/samza-shell/src/main/bash/run-job.sh b/samza-shell/src/main/bash/run-job.sh
index 2e1b0b4..b100ef6 100755
--- a/samza-shell/src/main/bash/run-job.sh
+++ b/samza-shell/src/main/bash/run-job.sh
@@ -18,4 +18,4 @@
 
 [[ $JAVA_OPTS != *-Dlog4j.configuration* ]] && export JAVA_OPTS="$JAVA_OPTS -Dlog4j.configuration=file:$(dirname $0)/log4j-console.xml"
 
-exec $(dirname $0)/run-class.sh org.apache.samza.job.JobRunner $@
+exec $(dirname $0)/run-class.sh org.apache.samza.job.JobRunner "$@"