Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试spark在本地安装。运行 spark-shell 时出现以下错误
spark
系统找不到指定的路径
我已经更新了所有环境变量,如 JAVA_HOME、SPARK_HOME、PATH 变量,但仍然出现错误。
最后我改变了 JAVA_HOME 路径解决了我的问题。
JAVA_HOME 中的空间导致了该问题。如果您的 java 路径中有空格,则不会安装 Spark。