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:39:26 -0800
commit1aa8461652ab02c3d5961dfb7b87d44f43d56093 (patch)
tree1f4ae415b70a8853b7d9574b86ba5684ccbc5fbc /pom.xml
parent841d2a27fe62ccfb399007f54e7d9c9191e71c1c (diff)
downloadspark-1aa8461652ab02c3d5961dfb7b87d44f43d56093.tar.gz
spark-1aa8461652ab02c3d5961dfb7b87d44f43d56093.tar.bz2
spark-1aa8461652ab02c3d5961dfb7b87d44f43d56093.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 34d4d421a2..ce1e544556 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>