1
0
فهرست منبع

MAPREDUCE-1163. Remove unused, hard-coded paths from libhdfs. Contributed by Allen Wittenauer

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@833001 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas 15 سال پیش
والد
کامیت
13c38866fb
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 0
      CHANGES.txt
  2. 0 2
      src/c++/libhdfs/hdfsJniHelper.h

+ 3 - 0
CHANGES.txt

@@ -54,6 +54,9 @@ Release 0.20.2 - Unreleased
     HDFS-732. DFSClient.DFSOutputStream.close() should throw an exception if
     the stream cannot be closed successfully.  (szetszwo)
 
+    MAPREDUCE-1163. Remove unused, hard-coded paths from libhdfs. (Allen
+    Wittenauer via cdouglas)
+
 Release 0.20.1 - 2009-09-01
 
   INCOMPATIBLE CHANGES

+ 0 - 2
src/c++/libhdfs/hdfsJniHelper.h

@@ -30,8 +30,6 @@
 
 #define PATH_SEPARATOR ':'
 
-#define USER_CLASSPATH "/home/y/libexec/hadoop/conf:/home/y/libexec/hadoop/lib/hadoop-0.1.0.jar"
-
 
 /** Denote the method we want to invoke as STATIC or INSTANCE */
 typedef enum {