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 "Prabhu Joseph (JIRA)" <ji...@apache.org> on 2019/03/14 16:51:00 UTC

[jira] [Created] (YARN-9389) FlowActivity and FlowRun table prefix is wrong

Prabhu Joseph created YARN-9389:
-----------------------------------

             Summary: FlowActivity and FlowRun table prefix is wrong
                 Key: YARN-9389
                 URL: https://issues.apache.org/jira/browse/YARN-9389
             Project: Hadoop YARN
          Issue Type: Sub-task
          Components: ATSv2
    Affects Versions: 3.2.0
            Reporter: Prabhu Joseph
            Assignee: Prabhu Joseph


FlowActivity and FlowRun table prefix configuration has double dots yarn.timeline-service..flowactivity.table.name and yarn.timeline-service..flowrun.table.name 

  private static final String PREFIX =
      YarnConfiguration.TIMELINE_SERVICE_PREFIX + ".flowrun";

  private static final String PREFIX =
      YarnConfiguration.TIMELINE_SERVICE_PREFIX + ".flowactivity";



--
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