spark hivecontext无法读取配置单元Parquet表的重命名列

qnzebej0  于 2021-06-28  发布在  Hive
关注(0)|答案(0)|浏览(204)

我在 hive 里有一个外置table,table的格式是Parquet地板
我们已经使用hive alter table change column(from id to empid)语句和 set parquet.column.index.access = true .
表名:xyz
旧列名:id
新列名emp\u id
sql select emp_id from xyz 在Hive中运行良好,我想通过spark查询表 HiveContext 我设置了

hc.setConf("parquet.column.index.access", "true")

但是 hc.sql("select emp_id from xyz") ,所有 emp_id 为空

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题