You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sushil Ks (JIRA)" <ji...@apache.org> on 2018/12/19 07:50:00 UTC

[jira] [Updated] (YARN-9150) Making TimelineSchemaCreator to support different backends for Timeline Schema Creation in ATSv2

     [ https://issues.apache.org/jira/browse/YARN-9150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sushil Ks updated YARN-9150:
----------------------------
    Description: 
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&amp;lt;/name>
 <value>YOUR_TIMELINE_SCHEMA_CREATOR_CLASS</value> <!-- Default is org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineSchemaCreator-->
</property>

{code}
h3. 
*Running*
    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.
**
bin/hadoop org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator -create

> Making TimelineSchemaCreator to 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
>
> 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&amp;lt;/name>
>  <value>YOUR_TIMELINE_SCHEMA_CREATOR_CLASS</value> <!-- Default is org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineSchemaCreator-->
> </property>
> {code}
> h3. 
> *Running*
>     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.
> **
> bin/hadoop org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator -create



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org