You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by br...@apache.org on 2016/10/04 13:23:55 UTC

[1/3] hadoop git commit: HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 c9df3c5f2 -> 560e524f9
  refs/heads/branch-2.8 1ae35b6ff -> 253e2442e
  refs/heads/trunk 5ea0210c7 -> ef7f06f7d


HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore


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

Branch: refs/heads/trunk
Commit: ef7f06f7d1561db13bd3b07a5f62815ec29e1cdf
Parents: 5ea0210
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Tue Oct 4 18:46:42 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Tue Oct 4 18:46:42 2016 +0530

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ef7f06f7/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
index 546f99e..f904bda 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
@@ -172,7 +172,7 @@ The HTTP REST API supports the complete [FileSystem](../../api/org/apache/hadoop
 *   HTTP POST
     * [`APPEND`](#Append_to_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).append)
     * [`CONCAT`](#Concat_Files) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
-    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
+    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).truncate)
 *   HTTP DELETE
     * [`DELETE`](#Delete_a_FileDirectory) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).delete)
     * [`DELETESNAPSHOT`](#Delete_Snapshot) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).deleteSnapshot)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[3/3] hadoop git commit: HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore

Posted by br...@apache.org.
HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore

(cherry picked from commit ef7f06f7d1561db13bd3b07a5f62815ec29e1cdf)


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

Branch: refs/heads/branch-2.8
Commit: 253e2442e4164ae603f9b49b8750326c762d7a34
Parents: 1ae35b6
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Tue Oct 4 18:46:42 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Tue Oct 4 18:53:12 2016 +0530

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/253e2442/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
index 1257cf8..c8b23fa 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
@@ -169,7 +169,7 @@ The HTTP REST API supports the complete [FileSystem](../../api/org/apache/hadoop
 *   HTTP POST
     * [`APPEND`](#Append_to_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).append)
     * [`CONCAT`](#Concat_Files) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
-    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
+    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).truncate)
 *   HTTP DELETE
     * [`DELETE`](#Delete_a_FileDirectory) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).delete)
     * [`DELETESNAPSHOT`](#Delete_Snapshot) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).deleteSnapshot)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[2/3] hadoop git commit: HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore

Posted by br...@apache.org.
HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore

(cherry picked from commit ef7f06f7d1561db13bd3b07a5f62815ec29e1cdf)


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

Branch: refs/heads/branch-2
Commit: 560e524f93ff5ad4cbefc583dc04974e08bbf6d6
Parents: c9df3c5
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Tue Oct 4 18:46:42 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Tue Oct 4 18:51:40 2016 +0530

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/560e524f/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
index ddfa461..fdb8d2d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/WebHDFS.md
@@ -172,7 +172,7 @@ The HTTP REST API supports the complete [FileSystem](../../api/org/apache/hadoop
 *   HTTP POST
     * [`APPEND`](#Append_to_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).append)
     * [`CONCAT`](#Concat_Files) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
-    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).concat)
+    * [`TRUNCATE`](#Truncate_a_File) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).truncate)
 *   HTTP DELETE
     * [`DELETE`](#Delete_a_FileDirectory) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).delete)
     * [`DELETESNAPSHOT`](#Delete_Snapshot) (see [FileSystem](../../api/org/apache/hadoop/fs/FileSystem.html).deleteSnapshot)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org