You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Dror Simon <dr...@cyiot.net> on 2017/09/26 12:54:26 UTC

Writing to struct columns in Hive

Hi,
I’ve been trying to write data from Storm to Hive tables using HiveBolt, but so far I’ve only succeeded in writing to primitive type columns (int, string, etc.).

Is there any way of writing into struct type columns?

Thanks,
Dror.