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

    https://github.com/apache/spark/pull/1893#discussion_r16066804
  
    --- Diff: examples/pom.xml ---
    @@ -45,6 +45,39 @@
             </dependency>
           </dependencies>
         </profile>
    +    <profile>
    +      <id>hbase-hadoop2</id>
    +      <activation>
    +        <property>
    +          <name>hbase.profile</name>
    +          <value>hadoop2</value>
    +        </property>
    +      </activation>
    +      <properties>
    +        <protobuf.version>2.5.0</protobuf.version>
    +        <hbase.version>0.98.4-hadoop2</hbase.version>
    +      </properties>
    +      <dependencyManagement>
    +        <dependencies>
    +        </dependencies>
    +      </dependencyManagement>
    +    </profile>
    +    <profile>
    +      <id>hbase-hadoop1</id>
    +      <activation>
    +        <property>
    +          <name>!hbase.profile</name>
    +        </property>
    +      </activation>
    +      <properties>
    +        <hbase.version>0.98.4-hadoop1</hbase.version>
    --- End diff --
    
    Is it worth managing the HBase version in the parent POM? because I think 
it will eventually be reused by another HBase module. At least the `0.98.4` 
part.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to