We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Show NULL values in Hive table data used Cygnus NGSIHDFSSink.

https://stackoverflow.com/questions/55948021/how-to-match-column-between-hdfs-filesave-through-cygnus-to-hive-table

I want save some data in hive through fiware-cygnus, but we occured some problems;

I guess the difference between hive table column name and HDFS File Attribute Name is the problem. Hive table column name used encoding name, but hdfs file attribute name use not encoding name.(ex: recvTimeTs - recvx0054imex0054s)

How to match between Hive Table Column name and HDFS File Attribute name?

or How to use cygnus and hive other way?