[ https://issues.apache.org/jira/browse/YARN-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14540278#comment-14540278 ]
Zhijie Shen commented on YARN-3529: ----------------------------------- I think the reason why you still need version in timelineservice/pom.xml is because the non-test scope dependency is not added in hadoop-project/pom.xml {code} 125 <groupId>org.apache.phoenix</groupId> 126 <artifactId>phoenix-core</artifactId> 127 <version>${phoenix.version}</version> 128 <exclusions> 129 <!-- Exclude jline from here --> 130 <exclusion> 131 <artifactId>jline</artifactId> 132 <groupId>jline</groupId> 133 </exclusion> 134 </exclusions> {code} > Add miniHBase cluster and Phoenix support to ATS v2 unit tests > -------------------------------------------------------------- > > Key: YARN-3529 > URL: https://issues.apache.org/jira/browse/YARN-3529 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Li Lu > Assignee: Li Lu > Attachments: AbstractMiniHBaseClusterTest.java, > YARN-3529-YARN-2928.000.patch, YARN-3529-YARN-2928.001.patch, > YARN-3529-YARN-2928.002.patch, output_minicluster2.txt > > > After we have our HBase and Phoenix writer implementations, we may want to > find a way to set up HBase and Phoenix in our unit tests. We need to do this > integration before the branch got merged back to trunk. -- This message was sent by Atlassian JIRA (v6.3.4#6332)