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 D8508171D0 for ; Fri, 6 Mar 2015 23:35:38 +0000 (UTC) Received: (qmail 64512 invoked by uid 500); 6 Mar 2015 23:35:38 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 64456 invoked by uid 500); 6 Mar 2015 23:35:38 -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 64444 invoked by uid 99); 6 Mar 2015 23:35:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 23:35:38 +0000 Date: Fri, 6 Mar 2015 23:35:38 +0000 (UTC) From: "Li Lu (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3087) [Aggregator implementation] the REST server (web server) for per-node aggregator does not work if it runs inside node manager 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-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351137#comment-14351137 ] Li Lu commented on YARN-3087: ----------------------------- Hi [~sjlee0]! Sorry I didn't notice the standalone process for this. Where can I find (and run) it after a build? Thanks! > [Aggregator implementation] the REST server (web server) for per-node aggregator does not work if it runs inside node manager > ----------------------------------------------------------------------------------------------------------------------------- > > Key: YARN-3087 > URL: https://issues.apache.org/jira/browse/YARN-3087 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Sangjin Lee > Assignee: Li Lu > Fix For: YARN-2928 > > Attachments: YARN-3087-022315.patch, YARN-3087-022515.patch, YARN-3087-022615.patch > > > This is related to YARN-3030. YARN-3030 sets up a per-node timeline aggregator and the associated REST server. It runs fine as a standalone process, but does not work if it runs inside the node manager due to possible collisions of servlet mapping. > Exception: > {noformat} > org.apache.hadoop.yarn.webapp.WebAppException: /v2/timeline: controller for v2 not found > at org.apache.hadoop.yarn.webapp.Router.resolveDefault(Router.java:232) > at org.apache.hadoop.yarn.webapp.Router.resolve(Router.java:140) > at org.apache.hadoop.yarn.webapp.Dispatcher.service(Dispatcher.java:134) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263) > at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178) > at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91) > at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62) > at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:900) > at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:834) > at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:795) > ... > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)