Timothy Hunter created SPARK-2452:
-------------------------------------

             Summary: Multi-statement input to spark repl does not work
                 Key: SPARK-2452
                 URL: https://issues.apache.org/jira/browse/SPARK-2452
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.0.0
            Reporter: Timothy Hunter


Here is an example:

scala> val x = 4 ; def f() = x
x: Int = 4
f: ()Int

scala> f()
<console>:11: error: $VAL5 is already defined as value $VAL5
val $VAL5 = INSTANCE;




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to