GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/10779

    [SPARK-12847][Core][Streaming]Remove StreamingListenerBus and post all 
Streaming events to the same thread as Spark events

    Including the following changes:
    
    1. Add StreamingSparkListenerAdapter to process events in `onOtherEvent` to 
StreamingListener
    2. Remove StreamingListenerBus
    3. Merge AsynchronousListenerBus and LiveListenerBus to the same class 
LiveListenerBus
    4. Remove unnecessary generics
    5. Add `logEvent` method to SparkListenerEvent so that EventLoggingListener 
can use it to ignore StreamingListenerEvents

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark streaming-listener

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10779.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10779
    
----
commit 2e13d5ecb867d644c11718eda7dd358d137d60a0
Author: Shixiong Zhu <[email protected]>
Date:   2016-01-15T23:34:28Z

    Remove StreamingListenerBus and post all Streaming events to the same 
thread as Spark events
    
    Including the following changes:
    
    1. Add StreamingSparkListenerAdapter to process events in `onOtherEvent` to 
StreamingListener
    2. Remove StreamingListenerBus
    3. Merge AsynchronousListenerBus and LiveListenerBus to the same class 
LiveListenerBus
    4. Remove unnecessary generics
    5. Add `logEvent` method to SparkListenerEvent so that EventLoggingListener 
can use it to ignore StreamingListenerEvents

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to