Re: Query failing in Hive 2.2

2018-01-22 Thread Raghuraman Murugaiyan
cessorImpl.java:45) >> at java.lang.reflect.Constructor.newInstance(Constructor.java:422) >> at org.apache.hadoop.hive.shims.HadoopShimsSecure$CombineFileRe >> cordReader.initNextRecordReader(HadoopShimsSecure.java:255) >> ... 11 more >> Caused by: java.io.IOException: Unknown encoding kind: DICTIONARY_V2 >> dictionarySize: 6 >> in column 219 >> >> >> Can you help me debug this error ? I am using Hive 2.2. >> >> Regards, >> Raghu M >> > >

Re: Query failing in Hive 2.2

2018-01-20 Thread Mich Talebzadeh
imsSecure.java:255) > ... 11 more > Caused by: java.io.IOException: Unknown encoding kind: DICTIONARY_V2 > dictionarySize: 6 > in column 219 > > > Can you help me debug this error ? I am using Hive 2.2. > > Regards, > Raghu M >

Query failing in Hive 2.2

2018-01-19 Thread Raghuraman Murugaiyan
dictionarySize: 6 in column 219 Can you help me debug this error ? I am using Hive 2.2. Regards, Raghu M

回复: Hive 2.2

2017-06-08 Thread 赵伟
Hi, I meet the problem previously,refer to http://mail-archives.apache.org/mod_mbox/hive-user/201706.mbox/browser. Thanks for Bing Li 's help,here is his suggestion and it do works. Please try to build hive-storage-api module in local ahead. e.g. cd storage-api mvn clean install -DskipTests And

Re: Hive 2.2

2017-06-08 Thread Boris Lublinsky
Thanks for your help. I was trying to build Hive from GIT following https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-BuildingHivefromSource But mvn clean package

Re: Hive 2.2

2017-06-07 Thread Barna Zsombor Klara
Hi Boris, you can build from the branches branch-2.3, branch-2 or master. All of these should have spark 2.0 based on the git commit history. However these are non-released versions, so I'm not sure what you can expect in terms of stability. On Wed, Jun 7, 2017 at 4:05 PM, Boris Lublinsky < boris

Re: Hive 2.2

2017-06-07 Thread Boris Lublinsky
Thanks Vergil I do not see version 2.4 The Highest branch is 2.3.RC Is 2.4 master? Boris Lublinsky FDP Architect boris.lublin...@lightbend.com https://www.lightbend.com/ > On Jun 6, 2017, at 10:07 PM, vergil wrote: > > Hi, > You can build distribution from source code,github > URL:https://git

Re: Hive 2.2

2017-06-06 Thread vergil
Hi,You can build distribution from source code,github URL:https://github.com/apache/hive/releases.And you can follow the guide https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-BuildingHivefromSource. But,I found it that Hive2.2 2.3 version do not support Spark2.0 whe

Hive 2.2

2017-06-06 Thread Boris Lublinsky
Hi, Documentation for Hive on Spark https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started <https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark:+Getting+Started> refers to Hive 2.2 for Spark 2.0 and above support. Where can I find distribution for Hi

Hive 2.2 binaries

2016-11-14 Thread Joaquin Alzola
Hi Guys I found out that I am having a inconsistency when running Hive2.1 with Spark2.0.1 Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/spark/JavaSparkListener Found out this JIRA: https://issues.apache.org/jira/browse/HIVE-14029 When is the Hive 2.2 binar