尔尔辞挽

导航

2023年2月15日 #

hive中的列转行

摘要: 1、建表 create table crisps_test.tmp_test1( col1 string, col2 string, col3 string, col4 string )row format delimited fields terminated by '\t'; 2、构建测试数据 阅读全文

posted @ 2023-02-15 17:27 尔尔辞挽 阅读(182) 评论(0) 推荐(0)

hive中的行转列

摘要: 1、建表 create table tmp_test (col1 string, col2 string, bian string) row format delimited fields terminated by '\t' stored as textfile; 2、构建测试数据 vi row_ 阅读全文

posted @ 2023-02-15 16:03 尔尔辞挽 阅读(175) 评论(0) 推荐(0)