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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to