逆光之处是快乐 发表于 2017-11-22 16:14:24

Spark问题求救

在IDEA Maven 中我怎们呀下载不出来那个 HBaseContext 和 HiveContext Apache.Spark架包?????请求大神帮忙?????


langke93 发表于 2017-11-22 18:30:00

hbase在maven库中没有找到
hive 的是有的,分别为



<!-- https://mvnrepository.com/artifa ... ntext-compatibility -->
<dependency>
    <groupId>org.apache.spark</groupId>
    <artifactId>spark-hivecontext-compatibility_2.11</artifactId>
    <version>2.0.0-preview</version>
</dependency>


<!-- https://mvnrepository.com/artifa ... ntext-compatibility -->
<dependency>
    <groupId>org.apache.spark</groupId>
    <artifactId>spark-hivecontext-compatibility_2.11</artifactId>
    <version>2.0.0-preview</version>
</dependency>

页: [1]
查看完整版本: Spark问题求救