Hive--行转列(Lateral View explode())和列转行(collect_set() 去重)

1.行转列shell 1.1 问题引入: 数组 如何将 spa a       b       1,2,3orm c       d       4,5,6string 变为:it a       b       1io a       b       2table a       b       3form c       d       4test c       d       5 c  
相关文章
相关标签/搜索