You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wa...@apache.org on 2016/12/20 19:03:52 UTC

hadoop git commit: YARN-5706. Fail to launch SLSRunner due to NPE. (Kai Sasaki via wangda)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 1b401f6a7 -> 3bcfe3a9d


YARN-5706. Fail to launch SLSRunner due to NPE. (Kai Sasaki via wangda)


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

Branch: refs/heads/trunk
Commit: 3bcfe3a9de2cde67092d0eb13f94d361feab6ec8
Parents: 1b401f6
Author: Wangda Tan <wa...@apache.org>
Authored: Tue Dec 20 11:03:29 2016 -0800
Committer: Wangda Tan <wa...@apache.org>
Committed: Tue Dec 20 11:03:29 2016 -0800

----------------------------------------------------------------------
 hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3bcfe3a9/hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh b/hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh
index 218dee4..19b5c34 100644
--- a/hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh
+++ b/hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh
@@ -71,8 +71,8 @@ function parse_args()
 function calculate_classpath
 {
   hadoop_add_to_classpath_tools hadoop-sls
-  hadoop_debug "Injecting ${HADOOP_TOOLS_DIR}/sls/html into CLASSPATH"
-  hadoop_add_classpath "${HADOOP_TOOLS_DIR}/sls/html"
+  hadoop_debug "Injecting ${HADOOP_TOOLS_HOME}/${HADOOP_TOOLS_DIR}/sls/html into CLASSPATH"
+  hadoop_add_classpath "${HADOOP_TOOLS_HOME}/${HADOOP_TOOLS_DIR}/sls/html"
 }
 
 function run_simulation() {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org