[
https://issues.apache.org/jira/browse/TOREE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354673#comment-17354673
]
Luciano Resende commented on TOREE-479:
---------------------------------------
I cannot reproduce this on a regular Toree/Spark 3 standalone local env. If
this is only happening on a Cloudera distro, we might need some help from them
to get this resolved as I don't have access to a cluster.
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)