aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-03-03 01:38:07 -0800
committerPatrick Wendell <patrick@databricks.com>2015-03-03 01:38:50 -0800
commit165ff364265a5328f797e0901fe0dc02f30a7e7a (patch)
tree562e83d5e6ba5c7b33424543d6f4e30fafd6a213 /pom.xml
parentb196056190c569505cc32669d1aec30ed9d70665 (diff)
downloadspark-165ff364265a5328f797e0901fe0dc02f30a7e7a.tar.gz
spark-165ff364265a5328f797e0901fe0dc02f30a7e7a.tar.bz2
spark-165ff364265a5328f797e0901fe0dc02f30a7e7a.zip
HOTFIX: Bump HBase version in MapR profiles.
After #2982 (SPARK-4048) we rely on the newer HBase packaging format.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bb355bf735..77d08d6ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1605,7 +1605,7 @@
<properties>
<hadoop.version>1.0.3-mapr-3.0.3</hadoop.version>
<yarn.version>2.4.1-mapr-1408</yarn.version>
- <hbase.version>0.94.17-mapr-1405</hbase.version>
+ <hbase.version>0.98.4-mapr-1408</hbase.version>
<zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
</properties>
</profile>
@@ -1615,7 +1615,7 @@
<properties>
<hadoop.version>2.4.1-mapr-1408</hadoop.version>
<yarn.version>2.4.1-mapr-1408</yarn.version>
- <hbase.version>0.94.17-mapr-1405-4.0.0-FCS</hbase.version>
+ <hbase.version>0.98.4-mapr-1408</hbase.version>
<zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
</properties>
<dependencies>