This is an automated email from the ASF dual-hosted git repository.

rohithsharmaks pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 0ccc5a26950cbe6b676d57c401f4c0887da4eac6
Author: Rohith Sharma K S <rohithsharm...@apache.org>
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 457158d..a6c922e 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
@@ -259,10 +259,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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to