Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/1385#issuecomment-48861711
  
    @rxin and @aarondav, yeah ,the master branch deadlocks, it seems locks of 
#1273 and Hadoop-10456 lead to the problem. when run hivesql self join sql--- 
hql("SELECT t1.a, t1.b, t1.c FROM table_A t1 JOIN table_A t2 ON (t1.a = 
t2.a)"), the program stucks.
    
    i think clean SparkContext.hadoopFile api is a better way for fix it. in 
this way, we do not need the lock in 
    #1273 


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

Reply via email to