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 65ACC10FC9 for ; Thu, 26 Feb 2015 11:56:07 +0000 (UTC) Received: (qmail 18668 invoked by uid 500); 26 Feb 2015 11:56:07 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 18626 invoked by uid 500); 26 Feb 2015 11:56:07 -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 18611 invoked by uid 99); 26 Feb 2015 11:56:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 11:56:07 +0000 Date: Thu, 26 Feb 2015 11:56:07 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3239) WebAppProxy does not support a final tracking url which has query fragments and params 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-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14338282#comment-14338282 ] Hudson commented on YARN-3239: ------------------------------ SUCCESS: Integrated in Hadoop-Yarn-trunk #850 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/850/]) YARN-3239. WebAppProxy does not support a final tracking url which has query fragments and params. Contributed by Jian He (jlowe: rev 1a68fc43464d3948418f453bb2f80df7ce773097) * hadoop-yarn-project/CHANGES.txt * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/main/java/org/apache/hadoop/yarn/server/webproxy/WebAppProxyServlet.java * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/TestWebAppProxyServlet.java > WebAppProxy does not support a final tracking url which has query fragments and params > --------------------------------------------------------------------------------------- > > Key: YARN-3239 > URL: https://issues.apache.org/jira/browse/YARN-3239 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Hitesh Shah > Assignee: Jian He > Fix For: 2.7.0 > > Attachments: YARN-3239.1.patch > > > Examples of failures: > Expected: {{http://uihost:8080/#/main/views/TEZ/0.5.2.2.2.2.0-947/tez?viewPath=%2F%23%2Ftez-app%2Fapplication_1424384418229_0005}} > Actual: {{http://uihost:8080}} > Tried with a minor change to remove the "#". Saw a different issue: > Expected: {{http://uihost:8080/views/TEZ/0.5.2.2.2.2.0-947/tez?viewPath=%2F%23%2Ftez-app%2Fapplication_1424388018547_0001}} > Actual: {{http://uihost:8080/views/TEZ/0.5.2.2.2.2.0-947/tez/}} > yarn application -status appId returns the expected value correctly. However, invoking an http get on http://rm:8088/proxy/appId/ returns the wrong value. -- This message was sent by Atlassian JIRA (v6.3.4#6332)