[ 
https://issues.apache.org/jira/browse/SPARK-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077740#comment-14077740
 ] 

Ted Yu commented on SPARK-2720:
-------------------------------

0.98 is currently the stable release of HBase.

bq. It would impact only examples at this point, which seems fairly safe.
I agree.

> spark-examples should depend on HBase modules for HBase 0.96+
> -------------------------------------------------------------
>
>                 Key: SPARK-2720
>                 URL: https://issues.apache.org/jira/browse/SPARK-2720
>             Project: Spark
>          Issue Type: Task
>            Reporter: Ted Yu
>            Priority: Minor
>
> With this change:
> {code}
> diff --git a/pom.xml b/pom.xml
> index 93ef3b9..092430a 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -122,7 +122,7 @@
>      <hadoop.version>1.0.4</hadoop.version>
>      <protobuf.version>2.4.1</protobuf.version>
>      <yarn.version>${hadoop.version}</yarn.version>
> -    <hbase.version>0.94.6</hbase.version>
> +    <hbase.version>0.98.4</hbase.version>
>      <zookeeper.version>3.4.5</zookeeper.version>
>      <hive.version>0.12.0</hive.version>
>      <parquet.version>1.4.3</parquet.version>
> {code}
> I got:
> {code}
> [ERROR] Failed to execute goal on project spark-examples_2.10: Could not 
> resolve dependencies for project 
> org.apache.spark:spark-examples_2.10:jar:1.1.0-SNAPSHOT: Could not find 
> artifact org.apache.hbase:hbase:jar:0.98.4 in maven-repo 
> (http://repo.maven.apache.org/maven2) -> [Help 1]
> {code}
> To build against HBase 0.96+, spark-examples needs to specify HBase modules 
> (hbase-client, etc) in dependencies - possibly using a new profile.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to