antonkulaga created TOREE-479: --------------------------------- Summary: annoing " has location not matching its contents" errors Key: TOREE-479 URL: https://issues.apache.org/jira/browse/TOREE-479 Project: TOREE Issue Type: Bug Affects Versions: 0.2.0 Environment: Linux mint, all-spark-notebook docker Reporter: antonkulaga
I constantly get errors whenever I have custom udf functions with latest spark-all-notebook doker, functions like val spark = SparkSession .builder() .appName("mapping_models") .getOrCreate() import org.apache.spark.sql.functions._ import spark.implicits._ val toDouble = udf[Double, String]( _.toDouble) I have to restart them 3 times to get rid of it standard " has location not matching its contents" errors Unlike ( https://issues.apache.org/jira/projects/TOREE/issues/TOREE-478?filter=reportedbyme ) it dissapears after 2-3 reruns of the cell, so it is very annoying but not a blocker -- This message was sent by Atlassian JIRA (v7.6.3#76005)