Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2452

Multi-statement input to spark repl does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.0.1
    • 1.1.0
    • Spark Core
    • None

    Description

      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;
      

      Attachments

        Issue Links

          Activity

            People

              prashant Prashant Sharma
              timhunter Timothy Hunter
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: