You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/06/18 14:25:00 UTC

[jira] [Commented] (SPARK-7862) Query would hang when the using script has error output in SparkSQL

    [ https://issues.apache.org/jira/browse/SPARK-7862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591707#comment-14591707 ] 

Apache Spark commented on SPARK-7862:
-------------------------------------

User 'chenghao-intel' has created a pull request for this issue:
https://github.com/apache/spark/pull/6882

> Query would hang when the using script has error output in SparkSQL
> -------------------------------------------------------------------
>
>                 Key: SPARK-7862
>                 URL: https://issues.apache.org/jira/browse/SPARK-7862
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: zhichao-li
>            Assignee: zhichao-li
>             Fix For: 1.5.0
>
>
> Steps to reproduce:
> val data = (1 to 100000).map { i => (i, i, i) }
> data.toDF("d1", "d2", "d3").registerTempTable("script_trans")
>  sql("SELECT TRANSFORM (d1, d2, d3) USING 'cat 1>&2' AS (a,b,c) FROM script_trans")



--
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