You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "antonkulaga (JIRA)" <ji...@apache.org> on 2018/08/02 19:06:00 UTC

[jira] [Created] (TOREE-479) annoing " has location not matching its contents" errors

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)