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 ha...@apache.org on 2018/02/23 19:45:01 UTC

[20/50] [abbrv] hadoop git commit: YARN-7937. Fix http method name in Cluster Application Timeout Update API example request. Contributed by Charan Hebri.

YARN-7937. Fix http method name in Cluster Application Timeout Update API example request. Contributed by Charan Hebri.


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

Branch: refs/heads/HDFS-12996
Commit: 87bdde69431c19a22d79a767071f6ea47e1ceb3d
Parents: 9af30d4
Author: Rohith Sharma K S <ro...@apache.org>
Authored: Sun Feb 18 14:01:23 2018 +0530
Committer: Rohith Sharma K S <ro...@apache.org>
Committed: Sun Feb 18 14:01:23 2018 +0530

----------------------------------------------------------------------
 .../hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/87bdde69/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
index 09e4727..c43fe14 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
@@ -4366,7 +4366,7 @@ HTTP Request:
 
 ```json
       Accept: application/json
-      GET http://rm-http-address:port/ws/v1/cluster/apps/{appid}/timeout
+      PUT http://rm-http-address:port/ws/v1/cluster/apps/{appid}/timeout
       Content-Type: application/json
         {
         "timeout":
@@ -4404,7 +4404,7 @@ HTTP Request:
 
 ```xml
       Accept: application/xml
-      GET http://rm-http-address:port/ws/v1/cluster/apps/{appid}/timeout
+      PUT http://rm-http-address:port/ws/v1/cluster/apps/{appid}/timeout
       Content-Type: application/xml
         <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
         <timeout>


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