Re: ExecuteHQL failed to reading table from Hive

2018-03-21 Thread Matt Burgess
This sounds like a bug in HiveJdbcCommon, we should be able to support
a Hive SMALLINT into an Avro integer or something.

On Tue, Mar 20, 2018 at 11:53 AM, Rohit  wrote:
> Hi Matt,
>
> Issue got resolved after casting smallint to int, as avro not supported
> smallint datatype.
>
> Thanks.
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/


Re: ExecuteHQL failed to reading table from Hive

2018-03-20 Thread Rohit
Hi Matt,

Issue got resolved after casting smallint to int, as avro not supported
smallint datatype.

Thanks.



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/


ExecuteHQL failed to reading table from Hive

2018-03-14 Thread Rohit
Hi,

  I am trying read table from hive using ExecuteHQL  processor, but getting
"org.apache.avro.AvroRuntimeException: Unknown datum type java.lang.Short:
1" error.





--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/