Re: Hive-server2 trying to execute local mapreduce

2014-11-06 Thread Juan Carlos
My problem was that I configured in hive-site.xml this: hive.exec.mode.local.auto true After setting it to false it works fine 2014-11-06 12:21 GMT+01:00 Juan Carlos : > Thanks Matouk, > I checked what you said, and finally I noticed that it's not the same > running "/etc/init.d/hive-server2

Re: Hive-server2 trying to execute local mapreduce

2014-11-06 Thread Juan Carlos
Thanks Matouk, I checked what you said, and finally I noticed that it's not the same running "/etc/init.d/hive-server2 start" than "service hive-server2 start". In the first case the CWD are being used by the script and it was causing my issue. Now I'm having another issue, after submiting the joi

Re: Hive-server2 trying to execute local mapreduce

2014-11-05 Thread Matouk IFTISSEN
Hello Juan, As you see the problem is come from the permissions roles, I had have like this error before and pass it. check and compare : 1. your hadoop installation is done as 'root' or an other user (if this is the suoer user)? 2. your hive execution (who -'user'- run hive script) 3.

Hive-server2 trying to execute local mapreduce

2014-11-05 Thread Juan Carlos
I have a secured and HA hdfs cluster, and I have been trying to execute a join operation with beeline CLI. My issue is that it try to execute mapreduce localy instead by yarn. I set parameters mapreduce.framework.name yarn mapred.job.tracker anythin