摘要: https://spark.apache.org/docs/latest/index.html 前置环境 JDK:确保安装的JDK版本与Spark兼容(通常建议使用Java 8或Java 11) winutils:如果打算在Windows上运行Spark,尤其是使用Hadoop相关功能,建议下载Wi 阅读全文
posted @ 2025-07-05 20:46 vonlinee 阅读(79) 评论(0) 推荐(0)
摘要: 核心特性 1) 内存计算 Apache Spark在内存中存储中间数据的能力使其处理数据的速度比传统的基于磁盘的系统快得多。 2) 统一分析 Apache Spark提供了一个用于批处理、实时流、机器学习和交互式查询的单一平台,减少了对多种工具的需求。 3) 支持多种语言 Spark支持包括Java 阅读全文
posted @ 2025-07-05 19:16 vonlinee 阅读(34) 评论(0) 推荐(0)
摘要: getResource("...")和getResourceAsStream("...") https://stackoverflow.com/questions/26328040/intellij-idea-getclass-getresource-return-null/65173942#651 阅读全文
posted @ 2025-07-05 12:08 vonlinee 阅读(41) 评论(0) 推荐(0)