Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/155#discussion_r59953160
  
    --- Diff: phoenix-hive/pom.xml ---
    @@ -117,66 +93,44 @@
           </exclusions>
         </dependency>
         <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-common</artifactId>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-protocol</artifactId>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-client</artifactId>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-hadoop-compat</artifactId>
    -      <scope>test</scope>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-hadoop-compat</artifactId>
    -      <type>test-jar</type>
    -      <scope>test</scope>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-hadoop2-compat</artifactId>
    +      <groupId>org.apache.hadoop</groupId>
    +      <artifactId>hadoop-hdfs</artifactId>
    +      <version>2.7.1</version>
           <scope>test</scope>
         </dependency>
         <dependency>
    -      <groupId>org.apache.hbase</groupId>
    -      <artifactId>hbase-hadoop2-compat</artifactId>
    +      <groupId>org.apache.hadoop</groupId>
    +      <artifactId>hadoop-hdfs</artifactId>
    +      <version>2.7.1</version>
    --- End diff --
    
    Given James' previous comment, I think you can safely change the hadoop 
version at the top-level pom. Then, you won't have to specify 2.7.1 down here 
in phoenix-hive.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to