摘要: springboot hive jdk17 更换成了 jdk1.8 pom.xml 测试配置 和 hive 连接的依赖 <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifa 阅读全文
posted @ 2024-07-17 23:18 258333 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 初步了解 机器学习 """ sklearn数据集使用 :return: """ def dict_demo(): """ 字典特征抽取 :return: """ data = [{'city': '北京','temperature':100}, {'city': '上海','temperature' 阅读全文
posted @ 2024-07-07 23:36 258333 阅读(2) 评论(0) 推荐(0) 编辑
摘要: java 流式 stream fliter map skip foreach collect ... sparkstream 关闭方法 public class SparkStreaming08_Close_1 { public static void main(String[] args) thr 阅读全文
posted @ 2024-07-06 23:23 258333 阅读(2) 评论(0) 推荐(0) 编辑
摘要: sparkstream 旗本配置···java public class SparkStreaming01_Env { public static void main(String[] args) throws Exception { // TODO 构建环境对象 // Spark在流式数据的处理场 阅读全文
posted @ 2024-07-05 23:05 258333 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 复习计算机网络 。。。 阅读全文
posted @ 2024-06-20 23:54 258333 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 数据库 期末考试 复习 计算机网络 阅读全文
posted @ 2024-06-19 22:34 258333 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 复习数据库 学校抓人 阅读全文
posted @ 2024-06-18 23:49 258333 阅读(5) 评论(0) 推荐(0) 编辑
摘要: .。。 复习数据库 找人看软件 阅读全文
posted @ 2024-06-17 23:44 258333 阅读(1) 评论(0) 推荐(0) 编辑
摘要: public class SparkSQL09_Source_Req { public static void main(String[] args) { // TODO 在编码前,设定Hadoop的访问用户 System.setProperty("HADOOP_USER_NAME","atguig 阅读全文
posted @ 2024-06-16 23:44 258333 阅读(3) 评论(0) 推荐(0) 编辑
摘要: public class SparkSQL08_Source_Hive { public static void main(String[] args) { // TODO 在编码前,设定Hadoop的访问用户 System.setProperty("HADOOP_USER_NAME","hadoo 阅读全文
posted @ 2024-06-15 23:23 258333 阅读(3) 评论(0) 推荐(0) 编辑