You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gideon Korir (JIRA)" <ji...@apache.org> on 2019/03/13 15:04:00 UTC

[jira] [Updated] (HIVE-21442) Malformed ORC created by Hive Streaming

     [ https://issues.apache.org/jira/browse/HIVE-21442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gideon Korir updated HIVE-21442:
--------------------------------
    Description: 
We've been getting malformed ORC files created by Hive Streaming by our NiFi instance when it crashes. I managed to create a malformed file by following the following steps using a simple hive streaming client:

 
{code:java}
// table
create table test.stream_test2(id bigint, create_date timestamp, type string);{code}
 

 

> Malformed ORC created by Hive Streaming
> ---------------------------------------
>
>                 Key: HIVE-21442
>                 URL: https://issues.apache.org/jira/browse/HIVE-21442
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gideon Korir
>            Priority: Major
>
> We've been getting malformed ORC files created by Hive Streaming by our NiFi instance when it crashes. I managed to create a malformed file by following the following steps using a simple hive streaming client:
>  
> {code:java}
> // table
> create table test.stream_test2(id bigint, create_date timestamp, type string);{code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)