Hi Gopal,

Thanks for your response. I was indeed a configuration issue. I was able to 
make it work by using something like this:

hive --service llap --name llap_test\
 --instances 1\
 --cache 2000m\
 --executors 10\
 --iothreads 10\
 --size 5000m\
 --xmx 2000m\
 --loglevel WARN\
 --args "-XX:+UseG1GC -XX:+ResizeTLAB -XX:+UseNUMA  -XX:-ResizePLAB"\
 --javaHome $JAVA_HOME

Thanks again for pointing me in the correct direction.

Regards,
Jigar

On 2/16/17, 12:23 PM, "Gopal Vijayaraghavan" <[email protected] on behalf 
of [email protected]> wrote:

    
    >                at 
org.apache.hadoop.hive.llap.registry.impl.LlapZookeeperRegistryImpl$DynamicServiceInstance.getResource(LlapZookeeperRegistryImpl.java:474)
    
    Most likely incorrect configuration.
    
    hive.llap.daemon.num.executors
    or
    hive.llap.daemon.memory.per.instance.mb
    
    Are you using something like this?
    
    https://github.com/t3rmin4t0r/tez-autobuild/blob/llap/slider-gen.sh
    
    Cheers,
    Gopal
    
    
    
    

Reply via email to