Spark.jl icon indicating copy to clipboard operation
Spark.jl copied to clipboard

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

Open JuanVargas opened this issue 1 year ago • 1 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)

JuanVargas avatar Jul 23 '22 20:07 JuanVargas

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 avatar Jul 23 '22 20:07 dfdx

Closing because of no activity.

dfdx avatar Aug 05 '23 20:08 dfdx