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 2017/07/05 08:21:00 UTC

[jira] [Commented] (SPARK-21313) ConsoleSink's string representation

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

Apache Spark commented on SPARK-21313:
--------------------------------------

User 'jaceklaskowski' has created a pull request for this issue:
https://github.com/apache/spark/pull/18539

> ConsoleSink's string representation
> -----------------------------------
>
>                 Key: SPARK-21313
>                 URL: https://issues.apache.org/jira/browse/SPARK-21313
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 2.1.1
>            Reporter: Jacek Laskowski
>            Priority: Trivial
>
> Add {{toString}} with options for {{ConsoleSink}} so it shows nicely in query progress.
> *BEFORE*
> {code}
>   "sink" : {
>     "description" : "org.apache.spark.sql.execution.streaming.ConsoleSink@4b340441"
>   }
> {code}
> *AFTER*
> {code}
>   "sink" : {
>     "description" : "ConsoleSink[numRows=10, truncate=false]"
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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