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

Apache Spark commented on SPARK-18182:
--------------------------------------

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

> Expose ReplayListenerBus.replay() overload which accepts Iterator<String>
> -------------------------------------------------------------------------
>
>                 Key: SPARK-18182
>                 URL: https://issues.apache.org/jira/browse/SPARK-18182
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Core
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Minor
>
> The {{ReplayListenerBus.read()}} method can be called by a custom 
> {{ApplicationHistoryProvider}}. The current interface only exposes a method 
> which takes an {{InputStream}} and performs stream-to-lines conversion 
> itself, but it would also be useful to expose an overloaded method which 
> accepts an iterator of strings, thereby enabling events to be provided from 
> non-InputStream sources.



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

Reply via email to