[ 
https://issues.apache.org/jira/browse/SPARK-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-2720.
------------------------------
    Resolution: Duplicate

Basically subsumed by SPARK-1297, which was resolved.

> 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to