You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2016/07/19 17:26:21 UTC

[jira] [Resolved] (SPARK-16620) RDD.pipe(command: String) in Spark 2.0 does not work when command is specified with some options

     [ https://issues.apache.org/jira/browse/SPARK-16620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reynold Xin resolved SPARK-16620.
---------------------------------
       Resolution: Fixed
         Assignee: Liwei Lin
    Fix Version/s: 2.0.0

> RDD.pipe(command: String) in Spark 2.0 does not work when command is specified with some options
> ------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16620
>                 URL: https://issues.apache.org/jira/browse/SPARK-16620
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.0.0
>            Reporter: Liwei Lin
>            Assignee: Liwei Lin
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org