我有两个数据集。第一个android集有10列,第二个ios集有10列,其中6列相似,但其余4列不同,其中一列与各自的操作系统(我指的是android和ios)相关,现在我需要通过组合这两个表来创建一个hive视图,这样当我运行view query时,最终的聚合表应该如下所示
View_table:
os_7|1|2|3|4|5|6|8_android_different|9_and_dif|10_and_dif|8_ios_dif|9_ios_dif|10_ios_dif|
android All the android data from 1-6 should come here
ios All the ios data from 1-6 should come here
ios
android
android
因此,可以通过在一个字段中包含名为data的相同列来最小化列长度,并且其他不同的数据应该如上所述连接到列。
1条答案
按热度按时间c0vxltue1#
演示