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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to