Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 618BC200B63 for ; Mon, 15 Aug 2016 22:47:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60291160AA7; Mon, 15 Aug 2016 20:47:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A69EF160A8A for ; Mon, 15 Aug 2016 22:47:22 +0200 (CEST) Received: (qmail 91449 invoked by uid 500); 15 Aug 2016 20:47:21 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 91429 invoked by uid 99); 15 Aug 2016 20:47:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2016 20:47:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A21C72C02A9 for ; Mon, 15 Aug 2016 20:47:21 +0000 (UTC) Date: Mon, 15 Aug 2016 20:47:21 +0000 (UTC) From: "Joep Rottinghuis (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5265) Make HBase configuration for the timeline service configurable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 15 Aug 2016 20:47:23 -0000 [ https://issues.apache.org/jira/browse/YARN-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joep Rottinghuis updated YARN-5265: ----------------------------------- Attachment: YARN-5265-YARN-5355.09.patch Think I found the cause of the unit test failures. In one case I created a now config rather than taking the one passed in. Also realized that in the main for creating schemas the new behavior was different, so that should be fixed now. Problem was that with default (empty) config, HBase tries to open ports already in use. > Make HBase configuration for the timeline service configurable > -------------------------------------------------------------- > > Key: YARN-5265 > URL: https://issues.apache.org/jira/browse/YARN-5265 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Joep Rottinghuis > Assignee: Joep Rottinghuis > Labels: YARN-5355 > Attachments: ATS v2 cluster deployment v1.png, YARN-5265-YARN-2928.01.patch, YARN-5265-YARN-2928.02.patch, YARN-5265-YARN-2928.03.patch, YARN-5265-YARN-2928.04.patch, YARN-5265-YARN-2928.05.patch, YARN-5265-YARN-5355.06.patch, YARN-5265-YARN-5355.07.patch, YARN-5265-YARN-5355.08.patch, YARN-5265-YARN-5355.09.patch > > > Currently we create "default" HBase configurations, this works as long as the user places the appropriate configuration on the classpath. > This works fine for a standalone Hadoop cluster. > However, if a user wants to monitor an HBase cluster and has a separate ATS HBase cluster, then it can become tricky to create the right classpath for the nodemanagers and still have tasks have their separate configs. > It will be much easier to add a yarn configuration to let cluster admins configure which HBase to connect to to write ATS metrics to. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org