Browse Source

HDFS-3938. remove current limitations from HttpFS docs. (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1384842 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 13 years ago
parent
commit
0de9642514

+ 0 - 5
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/index.apt.vm

@@ -81,8 +81,3 @@ Hadoop HDFS over HTTP - Documentation Sets ${project.version}
 
 
   * {{{./UsingHttpTools.html}Using HTTP Tools}}
   * {{{./UsingHttpTools.html}Using HTTP Tools}}
 
 
-* Current Limitations
-
-  <<<GETDELEGATIONTOKEN, RENEWDELEGATIONTOKEN and CANCELDELEGATIONTOKEN>>>
-  operations are not supported.
-

+ 3 - 1
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -771,7 +771,9 @@ Release 2.0.2-alpha - 2012-09-07
     (Colin Patrick McCabe via eli)
     (Colin Patrick McCabe via eli)
 
 
     HDFS-3928. MiniDFSCluster should reset the first ExitException on shutdown. (eli)
     HDFS-3928. MiniDFSCluster should reset the first ExitException on shutdown. (eli)
-    
+   
+    HDFS-3938. remove current limitations from HttpFS docs. (tucu)
+ 
   BREAKDOWN OF HDFS-3042 SUBTASKS
   BREAKDOWN OF HDFS-3042 SUBTASKS
 
 
     HDFS-2185. HDFS portion of ZK-based FailoverController (todd)
     HDFS-2185. HDFS portion of ZK-based FailoverController (todd)