bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

Fix HBase and Spark versions

Open ravwojdyla opened this issue 11 years ago • 4 comments

Add missing '-hadoop2' suffix to hbase artifact Fix Spark version - bump from 2.9.3 to 2.10

ravwojdyla avatar Jul 21 '14 00:07 ravwojdyla

Hbase version doesn't need fixing - we are building hbase with non-classified version on purpose.

ghost avatar Jul 21 '14 02:07 ghost

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.

ghost avatar Jul 21 '14 02:07 ghost

@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?

ravwojdyla avatar Jul 21 '14 14:07 ravwojdyla

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

markgrover avatar Jul 21 '14 18:07 markgrover