上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 83 下一页
摘要: 原文url: https://my.oschina.net/guol/blog/891156 介绍 Presto是一个开源的分布式SQL查询引擎,适用于交互式分析查询,数据量支持GB到PB字节。Presto的设计和编写完全是为了解决像Facebook这样规模的商业数据仓库的交互式分析和处理速度的问题 阅读全文
posted @ 2020-09-18 11:17 lshan 阅读(948) 评论(0) 推荐(0) 编辑
摘要: 修改python version 、修改python的默认版本(python2和python3切换) 1)将系统的默认python版本由python2修改为python3.(Python3修改为python2类似) echo alias python=python3 >> ~/.bashrc 2)同 阅读全文
posted @ 2020-09-16 17:16 lshan 阅读(2078) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.51cto.com/14309075/2398796 在开发的过程中,我们难免会遇到各种jar包冲突,如果不掌握解决的办法,就会连连报错!下面推荐一个IDEA的插件 -- Maven Helper 安装有两种方式一种是IDEA自动安装,但是经过我IDEA 2017.0 阅读全文
posted @ 2020-09-09 13:55 lshan 阅读(409) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-08 17:25 lshan 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/u011098327/article/details/72865934 依赖: <dependency> <groupId>org.mongodb.spark</groupId> <artifactId>mongo-spark-connector_2 阅读全文
posted @ 2020-09-08 12:04 lshan 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 参考链接 MongoDB Connector for Spark官方文档 Mongo Spark 源码 原文:https://www.jianshu.com/p/dbac491317cc 场景:适用于数据清洗,如只需要部分字段: 依赖: <dependency> <groupId>org.mongo 阅读全文
posted @ 2020-09-08 11:48 lshan 阅读(837) 评论(2) 推荐(0) 编辑
摘要: 依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions> <exclu 阅读全文
posted @ 2020-09-08 10:39 lshan 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 原文请参考:https://blog.csdn.net/hliq5399/article/details/80540760 个人应用场景: 使用python 实现一些算法,然后通过java springboot 项目去调用。。。。 ********************************** 阅读全文
posted @ 2020-09-01 10:26 lshan 阅读(1514) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.howtoing.com/install-s3cmd-manage-amazon-s3-buckets 摘要: 安装s3cmd包 s3cmd是默认的RPM库针对CentOS,RHEL和Ubuntu系统上可用,您可以简单的在系统上执行以下命令进行安装。 在CentOS / 阅读全文
posted @ 2020-08-31 12:19 lshan 阅读(3705) 评论(0) 推荐(0) 编辑
摘要: kafkaProducer.py # encoding=utf-8 import json from kafka import KafkaProducer import time from backports.configparser.helpers import str def sendMsg(t 阅读全文
posted @ 2020-08-25 11:13 lshan 阅读(792) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 83 下一页