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

RDD.pipe(command: String) in Spark 2.0 does not work when command is specified with some options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • Spark Core
    • None

    Description

      Currently RDD.pipe(command: String):

      • works only when the command is specified without any options, such as RDD.pipe("wc")
      • does NOT work when the command is specified with some options, such as RDD.pipe("wc -l")

      This is a regression from Spark 1.6.

      Attachments

        Issue Links

          Activity

            People

              proflin Liwei Lin(Inactive)
              proflin Liwei Lin(Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: