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

Hudson commented on YARN-9389:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16250 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16250/])
YARN-9389. FlowActivity and FlowRun table prefix is wrong. Contributed 
(rohithsharmaks: rev c1a4eeb7c877c78311044c2df4f810ae7c21489f)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/FlowRunTableRW.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/flow/FlowActivityTableRW.java


> 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
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: YARN-9389-001.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to