Hi,
Does Hive 2.3.4 support Hadoop 2.8.x?
When compiling Hive 2.3.4 on Hadoop 2.8.5, I got the following errors:
Finding:
1) Hive 2.3.4 on Hadoop 2.7.7 no problem
2) Hive 2..3.4 on Hadoop 2.8.5, 7 errors
[ERROR]
/apache-hive-2.3.4-src/shims/common/src/main/test/org/apache/hadoop/hive/io/TestHd
Anyone uses Hive 2.1.1? please help
On Thu, May 11, 2017 at 9:53 PM, Ascot Moss wrote:
> I ran the following simple SQLs:
>
> create table Customers (CustomerName STRING, ContactName STRING, Address
> STRING,, City STRING,, PostalCode STRING,, Country STRING,);
>
> INS
nslatorPB.java:418)
Any idea?
On Thu, May 11, 2017 at 6:12 PM, Ascot Moss wrote:
> Hi,
>
> I tried Hive 2.1.1 and got following error:
>
> java.io.IOException: com.google.protobuf.ServiceException:
> java.lang.IncompatibleClassChangeError:
> Class com.google
Hi,
I tried Hive 2.1.1 and got following error:
java.io.IOException: com.google.protobuf.ServiceException:
java.lang.IncompatibleClassChangeError: Class
com.google.protobuf.UnmodifiableLazyStringList does not implement the
requested interface com.google.protobuf.ProtocolStringList
OS: RH7
Java:
Hi,
I have just installed Hive 1.1.0, its Metastore is stored in the single
MySQL instance (remote mode) that is running on my namenode-1 (nn1), it
just works. However, I believe my current Hive setup, especially about
Hive metastore, should have single-point-of-failure issue.
My plan to resolv