Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F31A17556 for ; Thu, 2 Apr 2015 16:56:53 +0000 (UTC) Received: (qmail 58223 invoked by uid 500); 2 Apr 2015 16:56:53 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 58180 invoked by uid 500); 2 Apr 2015 16:56:53 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 58168 invoked by uid 99); 2 Apr 2015 16:56:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2015 16:56:53 +0000 Date: Thu, 2 Apr 2015 16:56:52 +0000 (UTC) From: "Bibin A Chundatt (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-3436) Doc WebServicesIntro.html Example Rest API url wrong MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bibin A Chundatt updated YARN-3436: ----------------------------------- Attachment: YARN-3436.001.patch Attaching patch for the same. please check the same > Doc WebServicesIntro.html Example Rest API url wrong > ---------------------------------------------------- > > Key: YARN-3436 > URL: https://issues.apache.org/jira/browse/YARN-3436 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Bibin A Chundatt > Assignee: Bibin A Chundatt > Priority: Minor > Attachments: YARN-3436.001.patch > > > /docs/current/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html > {quote} > Response Examples > JSON response with single resource > HTTP Request: GET http://rmhost.domain:8088/ws/v1/cluster/{color:red}app{color}/application_1324057493980_0001 > Response Status Line: HTTP/1.1 200 OK > {quote} > Url should be ws/v1/cluster/{color:red}apps{color} . > 2 examples on same page are wrong -- This message was sent by Atlassian JIRA (v6.3.4#6332)