dfdx/Spark.jl

load_spark_defaults(d::Dict{Any, Any}) causes error

JuanVargas opened this issue · 2 comments

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)

dfdx commented

Please see my comment in the other issue if you haven't done it yet. A few more suggestions for further reports:

  1. Use triple quotes (```) to format code. See GitHub formatting guide for details.
  2. 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.
dfdx commented

Closing because of no activity.