spark 并行加载 greenplum 数据,为正确运行,需引入 spark 相关包和 greenplum 驱动。 <dependencies> <!-- https://mvnrepository.com/artifact/org.apache.spark/spark-core --> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> <version>2.3.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.spark/spark-sql --> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.11</artifactId> <version>2.3.1</version> </dependency> <!-- https://mvnrepository.com/artifact/com.pivotal/greenplum-jdbc --> <dependency> <groupId>com.pivotal</groupId> <artifactId>greenplum-jdbc</artifactId> <version>5.1.4</version> </dependency> </dependencies>

































- 粉丝: 254
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 学校宿舍网络安全探究.doc
- 面向应用能力培养的计算机基础课程研究与实践.docx
- 单片机的心电监测系统设计.doc
- 网络学堂内容设置说明及教学模式探索概要.ppt
- 计算机网络知识竞赛参考题.doc
- Excel表格模板:工程项目财务统计分析表.xlsx
- 基于容器的企业级微服务平台.pdf
- 计算机云计算技术应用探究.docx
- 第讲数据库和表.ppt
- 基于DBSCAN算法的复杂网络聚类.docx
- 网御网络审计系统(运维安全管控型)LA-OS-方案模版-346系列-v1.doc
- 《C#程序设计语言》课程标准.doc
- 基于 PyTorch 框架实现的 EfficientDet 目标检测技术解析 基于 PyTorch 平台开发的 EfficientDet 目标检测方法介绍 采用 PyTorch 框架构建的 Effic
- RISTDnet:强鲁棒性的红外小目标检测网络
- nginx + openssl 源码包
- PyTorch 环境可直接运行的多经典网络目标检测框架,无需 cuda 编译且简单方便


