It is just creating a connection to RM and shouldn't take that long. Can you 
please file a ticket so that we can look at it?

JVM class loading overhead is one possibility but 1 sec is a bit too much.

Thanks,
+Vinod

On Oct 21, 2013, at 7:16 AM, Krishna Kishore Bonagiri wrote:

> Hi,
>   I am seeing the following call to start() on AMRMClientAsync taking from 
> 0.9 to 1 second. Why does it take that long? Is there a way to reduce it, I 
> mean does it depend on any of the interval parameters or so in configuration 
> files? I have tried reducing the value of the first argument below from 1000 
> to 100 seconds also, but that doesn't help.
> 
>     AMRMClientAsync.CallbackHandler allocListener = new RMCallbackHandler();
>     amRMClient = AMRMClientAsync.createAMRMClientAsync(1000, allocListener);
>     amRMClient.init(conf);
>     amRMClient.start();
> 
> 
> Thanks,
> Kishore
> 


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Reply via email to