On 13/02/13 17:34, Mark Grover wrote: > Hi Marcin, > Sorry to hear that you ran into this. > > My guess is you are using Yarn and this is, in fact, a known issue. > > The culprit line here is > https://github.com/apache/hive/blob/branch-0.10/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java#L209 > > This issue is being tracked > by https://issues.apache.org/jira/browse/HIVE-4003 which is assigned to > me, I will try to get this in sooner than later. > > In the meanwhile, a workaround is to set yarn.resourcemanager.address > property to some value other than "local" so Hive queries can run on > your MR2 cluster.
Actually I'm not using YARN, just the classic MR. Perhaps the setting is somewhere in my configuration? My whole cluster is running MR1. Since I'm running Cloudera cdh4.1 I'm starting hive with the following line: HADOOP_MAPRED_HOME=/usr/lib/hadoop-0.20-mapreduce HADOOP_HOME=/usr/lib/hadoop bin/hive Is there anything else I can do to debug this issue? I'd like to confirm, that in my situation Hive is not trying to use YARN. Regards Marcin