Abhijit Das created HIVE-13992:
----------------------------------
Summary: Insert overwrite from Parquet Source Table to Parquet
Destination Table throws InvocationTargetException
Key: HIVE-13992
URL: https://issues.apache.org/jira/browse/HIVE-13992
Project: Hive
Issue Type: Bug
Components: hpl/sql, SQL
Affects Versions: 1.2.0
Reporter: Abhijit Das
This issue is due to an issue in Hive-1.2 with bundled parquet JAR. The same
use case(s) are working good in Hive-0.14.
This issue is because, Hive-1.2 comes with a packaged parquet Jar
(parquet-hadoop-bundle-1.6.0.jar) inside "../hive-1.2.1/lib" , and while
executing parquet related functionalities Hive-1.2 uses this JAR from the
classpath.
If the parquet JAR's which comes with Hadoop distribution is used instead of
Hive bundled parquet JARs, then these parquet related use cases(s) will work
fine.
As the workaround, we need to execute "set
mapreduce.job.user.classpath.first=true" for each and every hive session. If
this workaround is implemented, then this will be a code change in provisioning
module.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)