【发布时间】:2020-03-19 21:14:14
【问题描述】:
我想在我的 Windows 机器上从源代码运行 Spark。我做了以下步骤:
- git 克隆https://github.com/apache/spark
- 将 SPARK_HOME 变量添加到用户变量中。
- 已将 %SPARK_HOME%\bin 添加到 PATH 变量中。
- ./build/mvn -DskipTests 清理包
- ./bin/spark-shell
我应该怎么做才能修复错误?
【问题讨论】:
标签: apache-spark