上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页
摘要: 从 lsblk 的输出可以看出,你的磁盘 /dev/sda 的总大小是 30G,但 sda3 分区只使用了 17.7G。要扩展 /dev/sda3 分区,使其利用整个磁盘上的可用空间,你可以按照以下步骤进行。 扩展 /dev/sda3 分区 备份数据 在操作分区之前,建议你备份重要数据。 进入 fd 阅读全文
posted @ 2024-09-22 13:11 258333 阅读(94) 评论(0) 推荐(0)
摘要: 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 阅读(32) 评论(0) 推荐(0)
摘要: 初步了解 机器学习 """ sklearn数据集使用 :return: """ def dict_demo(): """ 字典特征抽取 :return: """ data = [{'city': '北京','temperature':100}, {'city': '上海','temperature' 阅读全文
posted @ 2024-07-07 23:36 258333 阅读(33) 评论(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 阅读(34) 评论(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 阅读(12) 评论(0) 推荐(0)
摘要: 复习计算机网络 。。。 阅读全文
posted @ 2024-06-20 23:54 258333 阅读(29) 评论(0) 推荐(0)
摘要: 数据库 期末考试 复习 计算机网络 阅读全文
posted @ 2024-06-19 22:34 258333 阅读(8) 评论(0) 推荐(0)
摘要: 复习数据库 学校抓人 阅读全文
posted @ 2024-06-18 23:49 258333 阅读(41) 评论(0) 推荐(0)
摘要: .。。 复习数据库 找人看软件 阅读全文
posted @ 2024-06-17 23:44 258333 阅读(5) 评论(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 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页