GitHub user zsxwing opened a pull request:

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

    [SPARK-7405][Streaming] Fix the bug that ReceiverInputDStream doesn't 
report InputInfo

    The bug is because SPARK-7139 removed some codes from SPARK-7112 
unintentionally here: 
https://github.com/apache/spark/commit/1854ac326a9cc6014817d8df30ed0458eee5d7d1#diff-5c8651dd78abd20439b8eb938175075dL72
    
    This PR just added them back and added some assertions in the tests to 
verify it.

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

    $ git pull https://github.com/zsxwing/spark SPARK-7405

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

    https://github.com/apache/spark/pull/5950.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 #5950
    
----
commit 675f5d9e3e7e8b4f2e0b954131703e270d017175
Author: zsxwing <[email protected]>
Date:   2015-05-06T19:58:51Z

    Fix the bug that ReceiverInputDStream doesn't report InputInfo
    
    The bug is because SPARK-7139 removed some codes from SPARK-7112 
unintentionally here: 
https://github.com/apache/spark/commit/1854ac326a9cc6014817d8df30ed0458eee5d7d1#diff-5c8651dd78abd20439b8eb938175075dL72

----


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