我有外部Hive表(存储为orc)。我在nifi中使用putorc处理器放置orc文件。
当我使用hivecli从表中选择时,timestamp列中的值比orc文件中的值少3小时。
hive> desc transactions;
OK
host string
id bigint
type int
time_ timestamp
hive> select id, time_ from transactions where id=9126893492;
OK
9126893492 2020-03-01 08:45:18
我通过pyarrow lib检查orc文件的内容,结果是: 2020-03-01 11:45:18
配置单元是否有配置时区的设置?
我在centos 7上使用Hive3.1.2。系统时区-欧洲/莫斯科
暂无答案!
目前还没有任何答案,快来回答吧!