Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
0.7.2
-
None
-
None
Description
Livy interpreter does not handle correctly string interpolations of the form ${variable} in Scala, making jobs to fail.
As zjffdu pointed out in Zeppelin discussion thread of title "Livy interpreter Scala code string interpolation" :
"Spark only enable dynamic form for sql interpreter, while livy enable it for interpreters. This is the bug of livy interpreter."