From common-commits-return-93854-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Mar 20 15:59:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BAA3018077A for ; Wed, 20 Mar 2019 16:59:23 +0100 (CET) Received: (qmail 61033 invoked by uid 500); 20 Mar 2019 15:59:22 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 60726 invoked by uid 99); 20 Mar 2019 15:59:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2019 15:59:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 23FD185067; Wed, 20 Mar 2019 15:59:22 +0000 (UTC) Date: Wed, 20 Mar 2019 15:59:23 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop] 02/04: YARN-9387. Update document for ATS HBase Custom tablenames (-entityTableName). Contributed by Prabhu Joseph. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rohithsharmaks@apache.org In-Reply-To: <155309756188.31646.5049806895766544016@gitbox.apache.org> References: <155309756188.31646.5049806895766544016@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: f6e60e966e3c843ae5e6777b8daf1ae411f4297f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190320155922.23FD185067@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. rohithsharmaks pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git commit f6e60e966e3c843ae5e6777b8daf1ae411f4297f Author: Rohith Sharma K S AuthorDate: Wed Mar 20 21:20:50 2019 +0530 YARN-9387. Update document for ATS HBase Custom tablenames (-entityTableName). Contributed by Prabhu Joseph. --- .../src/site/markdown/TimelineServiceV2.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md index eb84377..cf98c57 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md @@ -284,10 +284,21 @@ The `TimelineSchemaCreator` tool supports a few options that may come handy espe are testing. For example, you can use `-skipExistingTable` (`-s` for short) to skip existing tables and continue to create other tables rather than failing the schema creation. By default, the tables will have a schema prefix of "prod.". When no option or '-help' ('-h' for short) is provided, the -command usage is printed. -and continue to create other tables rather than failing the schema creation. When no option or '-help' -('-h' for short) is provided, the command usage is printed. By default, the tables -will have a schema prefix of "prod." +command usage is printed. The options (-entityTableName, -appToflowTableName, -applicationTableName, +-subApplicationTableName) will help to override the default table names. On using custom table names, +The below corresponding configs with custom table name has to be set in hbase-site.xml configured +at yarn.timeline-service.hbase.configuration.file. + +``` +yarn.timeline-service.app-flow.table.name +yarn.timeline-service.entity.table.name +yarn.timeline-service.application.table.name +yarn.timeline-service.subapplication.table.name +yarn.timeline-service.flowactivity.table.name +yarn.timeline-service.flowrun.table.name +yarn.timeline-service.domain.table.name + +``` #### Enabling Timeline Service v.2 Following are the basic configurations to start Timeline service v.2: --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org