Просмотр исходного кода

HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR, breaking webhdfs. Contributed by Alejandro Abdelnur.
svn merge --ignore-ancestry -c 1466763 ../../trunk/


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.0.4-alpha@1467137 13f79535-47bb-0310-9956-ffa450edef68

Vinod Kumar Vavilapalli 12 лет назад
Родитель
Сommit
f2be58df21
2 измененных файлов с 3 добавлено и 4 удалено
  1. 0 4
      hadoop-client/pom.xml
  2. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 4
hadoop-client/pom.xml

@@ -143,10 +143,6 @@
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>jetty</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>com.sun.jersey</groupId>
           <artifactId>jersey-core</artifactId>

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -104,6 +104,9 @@ Release 2.0.4-alpha - UNRELEASED
     HADOOP-9379. capture the ulimit info after printing the log to the 
     console. (Arpit Gupta via suresh)
 
+    HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR, 
+    breaking webhdfs. (tucu)
+
 Release 2.0.3-alpha - 2013-02-06 
 
   INCOMPATIBLE CHANGES