You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by 理 <ww...@126.com> on 2016/03/15 13:04:28 UTC

hiveOnSpark blocked at SparkClientFactory.createClient

Hi Xuefu and All,


     recently we are doing concurrent testing, we found the submit request are blocked at the SparkClientFactory.createClient method,   and there are a synchronized lock on the method,  i want to know is this lock required ?   the thread which hold this lock is doing rpcServer.registerClient, this is waiting the AM register back, it will take some time.
      So maybe we can think of to remove the synchronized lock.  what do you say?  


Thanks & Regards
wen