Explorar o código

HADOOP-9313. Remove spurious mkdir from hadoop-config.cmd. Contributed by Ivan Mitic.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-trunk-win@1448707 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas %!s(int64=12) %!d(string=hai) anos
pai
achega
149b844008

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.branch-trunk-win.txt

@@ -80,6 +80,9 @@ branch-trunk-win changes - unreleased
   HADOOP-9271. Revert Python build scripts from branch-trunk-win.
   (Chris Nauroth via suresh)
 
+  HADOOP-9313. Remove spurious mkdir from hadoop-config.cmd.
+  (Ivan Mitic via suresh)
+
 Patch equivalent to trunk committed to branch-trunk-win
 
   HADOOP-8924. Add maven plugin alternative to shell script to save

+ 0 - 1
hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.cmd

@@ -193,7 +193,6 @@ set JAVA_PLATFORM=%JAVA_PLATFORM: =_%
 @rem setup 'java.library.path' for native hadoop code if necessary
 @rem
 
-mkdir c:\tmp\dir1
 @rem Check if we're running hadoop directly from the build
 set JAVA_LIBRARY_PATH=
 if exist %HADOOP_CORE_HOME%\target\bin (