gpt4 book ai didi

hadoop - 仅在 Hive 中打印表头

转载 作者:可可西里 更新时间:2023-11-01 14:26:27 34 4
gpt4 key购买 nike

是否可以在没有表名前缀的情况下在 Hive 中打印表头?

我做了:set hive.cli.print.header=true;

然后:select * from brands limit 3;

结果是:

brands.id  brands.name brands.tag      brands.value
7 Brand 50 DeLorme
0 Brand 50 U-Line
27 Brand 50 Elcon

而真正想要得到的是:

id    name       tag      value
7 Brand 50 DeLorme
0 Brand 50 U-Line
27 Brand 50 Elcon

brands”是我创建的表而不是主数据库表。

谢谢你的帮助,
妮娜

最佳答案

set hive.resultset.use.unique.column.names=false;

hive.resultset.use.unique.column.names

Default Value: true.
Added In: Hive 0.13.0 with HIVE-6687

Make column names unique in the result set by qualifying column names with table alias if needed. Table alias will be added to column names for queries of type "select *" or if query explicitly uses table alias "select r1.x..".

https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties

关于hadoop - 仅在 Hive 中打印表头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45211969/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com