> I'll build the trunk and try to test it. Then I'll let you know if that
> helped.
I've just performed the test on current trunk. The problem is still
there, no changes.
Any ideas? Perhaps my config says something interesting? I've added it
to the GIST: https://gist.github.com/zygm0nt/5028591#f
On 20/02/13 00:19, Mark Grover wrote:
> Could you try setting mapred.job.tracker property in your
> mapred-site.xml to your jobtracker and see if that fixes it?
I've been setting while in hive with:
set mapred.job.tracker = 'host:port'
but this didn't help. Is setting that property in mapred-si
On 14/02/13 08:27, Marcin Cylke wrote:
> 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:
>
&g
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.ja
Hi
I'm experiencing the following problem when running a simple query under
hive-0.10. I'm using the stock release package with CDH-4.1
The query need to execute map-reduce job for this to happen. For me
something along this one is sufficient:
select count(*) from sample_table;
The error I get
Hi
I'm experiencing a strange behaviour with hive-0.9.0. Accessing it
through JDBC driver and using ALTER statements causes the session to
break. Specifically, the first successful ALTER breaks it.
Steps to reproduce:
alter table xyz add partition (dt='1');
alter table xyz add partition (dt='2')
Hi
We've deployed hive-server-2 from Cloudera 4.1.0 distribution. We've
introduced LDAP-based authentication. It works OK.
But is it possible to introduce some kind of user separation? There is
whole bunch of commands for that:
https://cwiki.apache.org/Hive/languagemanual-auth.html
Is it possib
Hi,
I'm having problems running current releases of Apache Hive, I get an
error:
java.lang.NoSuchMethodError:
org.apache.thrift.server.TThreadPoolServer.(Lorg/apache/thrift/server/TThreadPoolServer$Args;)V
I search a bit about this kind of problem and it seems I have an older
version of thrift