[ https://issues.apache.org/jira/browse/SPARK-16620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383635#comment-15383635 ]
Apache Spark commented on SPARK-16620: -------------------------------------- User 'lw-lin' has created a pull request for this issue: https://github.com/apache/spark/pull/14256 > RDD.pipe(command: String) in Spark 2.0 should be compatible with Spark 1.6 > -------------------------------------------------------------------------- > > 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 > > Currently in Spark 2.0 {{RDD.pipe(command: String)}}: > - works only with a single command with no option specified, such as > {{RDD.pipe("wc")}} > - *does not work* when 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org