reopen if
you can repro and provide a test-case.
> Error in metadata: MetaException(message:java.lang.IllegalStateException:
> Can't overwrite cause)
>
>
>
this table I get the following error:
FAILED: Error in metadata:
MetaException(message:java.lang.IllegalStateException: Can't overwrite cause)
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
Also I am able to load the same file using PIG Script usin
this table I get the following error:
FAILED: Error in metadata:
MetaException(message:java.lang.IllegalStateException: Can't overwrite cause)
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
Also I am able to load the same file using PIG Script usin
Rishabh Bhardwaj created HIVE-6509:
--
Summary: Error in metadata:
MetaException(message:java.lang.IllegalStateException: Can't overwrite cause)
Key: HIVE-6509
URL: https://issues.apache.org/jira/browse/HIVE
Andrew Tindle created HIVE-4043:
---
Summary: Parallel Hive Queries: Sporadic Errors of form: Error in
metadata: javax.jdo.JDOFatalDataStoreException: IO Error: Connection reset
Key: HIVE-4043
URL: https
Hi All,
when I execute the create table query-I get error
Query
--
create external table my_table(a string, b string, c string)
row format serde 'com.test.CSVSerde'
stored as textfile;
Error Mesage -
------
Error in metadata: Cannot vali