Re: Hive LLAP daemon failing with Tez

2017-02-17 Thread Damien Carol
For record, We had the same issue in my company. We use Ambari and HDP. Ambari in HDP 2.5.3 doesn't provide well some configuration keys. My advice for HDP users: checks the xml configuration files which Ambari generate. Regards, Damien 2017-02-16 22:32 GMT+01:00 Mistry, Jigar : > Hi Gopal, >

Re: Hive LLAP daemon failing with Tez

2017-02-16 Thread Mistry, Jigar
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:+Us

Re: Hive LLAP daemon failing with Tez

2017-02-16 Thread Gopal Vijayaraghavan
>    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

Hive LLAP daemon failing with Tez

2017-02-16 Thread Mistry, Jigar
Hello, I am testing out Hive’s LLAP functionality. My test environment is as follows: - Hadoop 2.7.3 - Hive 2.1.1 - Tez 0.8.4 - Zookeeper 3.4.8 - Slider 0.91 I am able to get the LLAP daemon running successfully and can see it in the RM UI. But w