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

Sangjin Lee commented on YARN-5928:
-----------------------------------

That is failing too. This is the compilation error:
{noformat}
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/testptch/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/reader/ApplicationEntityReader.java:[377,42]
 error: constructor AppToFlowRowKey in class AppToFlowRowKey cannot be applied 
to given types;
[ERROR]   required: String
  found: String,String
  reason: actual and formal argument lists differ in length
/testptch/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/reader/ApplicationEntityReader.java:[380,12]
 error: method lookupFlowContext in class AbstractTimelineStorageReader cannot 
be applied to given types;
[INFO] 2 errors 
{noformat}
It is as if the latest version of {{AbstractTimelineStorageReader}} was 
compiled against an old version of {{AppToFlowRowKey}}. The funny thing is that 
both classes are in the same module!

> Move ATSv2 HBase backend code into a new module that is only dependent at 
> runtime by yarn servers
> -------------------------------------------------------------------------------------------------
>
>                 Key: YARN-5928
>                 URL: https://issues.apache.org/jira/browse/YARN-5928
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: yarn
>    Affects Versions: 3.0.0-alpha1
>            Reporter: Haibo Chen
>            Assignee: Haibo Chen
>         Attachments: YARN-5928.01.patch, YARN-5928.02.patch, 
> YARN-5928.06.patch, YARN-5928-YARN-5355.02.patch, 
> YARN-5928-YARN-5355.03.patch, YARN-5928-YARN-5355.04.patch, 
> YARN-5928-YARN-5355.04.patch, YARN-5928-YARN-5355.05.patch, 
> YARN-5928-YARN-5355.06.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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