HAD-621. wdd-namenode-nonstop RPM doesn't work on HDP2

    HDP2 is initializing cygwin env. var somewhere, that affects the behavior
    of nonstop script. Removing the silly MS related stuff completely.


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

Branch: refs/heads/master
Commit: c7a1abccca62b882264b09beca1cf65035c2bcab
Parents: 2361649
Author: Konstantin Boudnik <[email protected]>
Authored: Mon Oct 28 12:09:34 2013 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Mon Oct 28 12:09:34 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/wdd-namenode-nonstop/nonstop | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c7a1abcc/bigtop-packages/src/common/wdd-namenode-nonstop/nonstop
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/wdd-namenode-nonstop/nonstop 
b/bigtop-packages/src/common/wdd-namenode-nonstop/nonstop
index 53e53d2..afd570d 100755
--- a/bigtop-packages/src/common/wdd-namenode-nonstop/nonstop
+++ b/bigtop-packages/src/common/wdd-namenode-nonstop/nonstop
@@ -134,9 +134,6 @@ else
   CLASS="$COMMAND"
 fi
 
-if $cygwin; then
-  CLASSPATH=`cygpath -p -w "$CLASSPATH"`
-fi
 export CLASSPATH=$CLASSPATH
 
 HADOOP_OPTS="$HADOOP_OPTS 
-Dhadoop.security.logger=${HADOOP_SECURITY_LOGGER:-INFO,NullAppender}"

Reply via email to