Skip to content

Instantly share code, notes, and snippets.

View chendalu's full-sized avatar

Bigroad chendalu

  • UCAS
  • Beijing
View GitHub Profile
@hustcat
hustcat / spark_compile_debug_errors.md
Last active November 18, 2021 13:04
spark编译调试错误
  • 运行exmaple中示例错误1:
Exception in thread "main" org.apache.spark.SparkException: A master URL must be set in your configuration

VM options启动参数增加:

-Dspark.master=local