[ 
https://issues.apache.org/jira/browse/YARN-9150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744761#comment-16744761
 ] 

Hadoop QA commented on YARN-9150:
---------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  7s{color} 
| {color:red} YARN-9150 does not apply to branch-2. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | YARN-9150 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12955192/YARN-9150-branch-2.patch
 |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/23095/console |
| Powered by | Apache Yetus 0.8.0   http://yetus.apache.org |


This message was automatically generated.



> Making TimelineSchemaCreator support different backends for Timeline Schema 
> Creation in ATSv2
> ---------------------------------------------------------------------------------------------
>
>                 Key: YARN-9150
>                 URL: https://issues.apache.org/jira/browse/YARN-9150
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: ATSv2
>            Reporter: Sushil Ks
>            Assignee: Sushil Ks
>            Priority: Major
>         Attachments: YARN-9150-branch-2.patch, YARN-9150.001.patch, 
> YARN-9150.002.patch, jenkins_build.png
>
>
> h3. Currently the TimelineSchemaCreator has a concrete implementation for 
> creating Timeline Schema's only for HBase, Hence creating this JIRA for 
> supporting multiple back-ends that ATSv2 can support.
> *Usage:*
>        Add the following property in *yarn-site.xml*
> {code:java}
> <!-- config required for specifying the TimelineSchemaCreator class for 
> ATSv2-->
> <property>
>  <name>yarn.timeline-service.schema-creator.class</name>
>  <value>YOUR_TIMELINE_SCHEMA_CREATOR_CLASS</value> <!-- Default is 
> org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineSchemaCreator-->
> </property>
> {code}
>      The Command needed to run the TimelineSchemaCreator need not be changed 
> i.e the below existing command can be used irrespective of the backend 
> configured.
> {code:java}
> bin/hadoop 
> org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator 
> -create
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to