Maybe there is another older log4j library in the classpath?
Le ven. 14 août 2015 à 5:34, Praveen Sripati a
écrit :
> Hi,
>
> I installed Java 1.8.0_51, Hadoop 1.2.1 and Hive 1.2.1 on Ubuntu 14.04 64
> bit, I do get the below exception when I start the hive shell or the
> beeline. How do I get a
Hi,
I installed Java 1.8.0_51, Hadoop 1.2.1 and Hive 1.2.1 on Ubuntu 14.04 64
bit, I do get the below exception when I start the hive shell or the
beeline. How do I get around this problem?
analysis@analysis-vm:~/Installations/apache-hive-1.2.1-bin$ bin/hive
Exception in thread "main" java.lang.N
I ran into this today, when dropping a table CREATED LIKE an external
table, and ended up with a significant chunk of data unintentionally
deleted (moved to trash, thankfully!). The (potential) issue is this:
currently, CREATE TABLE LIKE doesn't maintain the EXTERNAL status of the
table, unless
Hi,
Currently I am having an issue really need some help from hive community.
We are trying kerberize our hadoop cluster including hive server2 and oozie. My
oozie job spins off a java action in data node which tries to connect to
kerberized hive server 2.
There is no user’s kerberos keytab fo