Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-6294] fix hang when call take() in JVM on PythonRDD #5

Commits on Apr 16, 2015

  1. [SPARK-6294] fix hang when call take() in JVM on PythonRDD

    The Thread.interrupt() can not terminate the thread in some cases, so we should not wait for the writerThread of PythonRDD.
    
    This PR also ignore some exception during clean up.
    
    cc JoshRosen mengxr
    
    Author: Davies Liu <[email protected]>
    
    Closes apache#4987 from davies/fix_take and squashes the following commits:
    
    4488f1a [Davies Liu] fix hang when call take() in JVM on PythonRDD
    Davies Liu authored and Justin Uang committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    b06616d View commit details
    Browse the repository at this point in the history