Fix HBase and Spark versions
Add missing '-hadoop2' suffix to hbase artifact Fix Spark version - bump from 2.9.3 to 2.10
Hbase version doesn't need fixing - we are building hbase with non-classified version on purpose.
Hbase version doesn't need fixing - we are building hbase with non-classified version on purpose. Spark is at the version of 1.0, hence 2.10 is about something else.
@c0s thanks for feedback! About HBase, if I follow readme instruction to get started ("For Users: Running the tests"). Maven will actually fail to fetch hbase artifacts - because such artifacts doesn't exist. Should I use some specific maven repository?
About Spark in root pom - version is 0.9.1, but spark-core_2.9.3 artifact doesn't exist for version 0.9.1, are you building your own artifacts for spark as well? What would you suggest to do?
Thanks @ravwojdyla Good find regarding the spark core artifact name change. The version refers to the Scala version and that's now 2.10 in Spark 0.9.1 so your changes for Spark make sense to me
Here is the reference: https://github.com/apache/spark/blob/v0.9.1/core/pom.xml#L29