Spark.jl
Spark.jl copied to clipboard
load_spark_defaults(d::Dict{Any, Any}) causes error
using Spark Spark.init()
causes error in ..spark/src/init.jl
in function load_spark_defaults(d::Dict)
line 86
p = split(read(spark_defaults_conf, String), '\n', keepempty=false)
Please see my comment in the other issue if you haven't done it yet. A few more suggestions for further reports:
- Use triple quotes (```) to format code. See GitHub formatting guide for details.
- Post reproducible code snippet and the full stacktrace. Stacktrace immediately gives a lot of information about the issue and helps to resolve it much faster.
Closing because of no activity.