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 5307D200B59 for ; Mon, 8 Aug 2016 11:37:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51B5B160A91; Mon, 8 Aug 2016 09:37:22 +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 9A600160A8F for ; Mon, 8 Aug 2016 11:37:21 +0200 (CEST) Received: (qmail 10047 invoked by uid 500); 8 Aug 2016 09:37:20 -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 10034 invoked by uid 99); 8 Aug 2016 09:37:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 09:37:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C7172C0D60 for ; Mon, 8 Aug 2016 09:37:20 +0000 (UTC) Date: Mon, 8 Aug 2016 09:37:20 +0000 (UTC) From: "Varun Saxena (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3649) Allow configurable prefix for hbase table names (like prod, exp, test etc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 09:37:22 -0000 [ https://issues.apache.org/jira/browse/YARN-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411594#comment-15411594 ] Varun Saxena commented on YARN-3649: ------------------------------------ Thanks [~vrushalic] for the patch Chekcstyle and javadoc is related. {code} | **`yarn.timeline-service.schema.prefix`** | The schema prefix for hbase tables. Defaults to ".dev". | {code} Should be dev. instead of .dev I guess there can be differing opinions on this but should we have prod as default instead of dev ? > Allow configurable prefix for hbase table names (like prod, exp, test etc) > -------------------------------------------------------------------------- > > Key: YARN-3649 > URL: https://issues.apache.org/jira/browse/YARN-3649 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Vrushali C > Assignee: Vrushali C > Labels: YARN-5355 > Attachments: YARN-3649-YARN-2928.01.patch, YARN-3649-YARN-5355.01.patch > > > As per [~jrottinghuis]'s suggestion in YARN-3411, it will be a good idea to have a configurable prefix for hbase table names. > This way we can easily run a staging, a test, a production and whatever setup in the same HBase instance / without having to override every single table in the config. > One could simply overwrite the default prefix and you're off and running. > For prefix, potential candidates are "tst" "prod" "exp" etc. Once can then still override one tablename if needed, but managing one whole setup will be easier. -- 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