Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/1893#discussion_r16066763
--- 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>
--- End diff --
Is this necessary here? Hadoop is also sensitive to this version and so
this is controlled by the Hadoop profile. I am not sure it gains you anything
to specify it separately here. If you specify an incompatible combination it's
still going to not work no matter what. That is, it goes without saying that
one would set this already by choosing `-Phadoop-2.3` or something.
---
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]