spark SQL常用聚合函数

This commit is contained in:
罗祥
2019-05-21 16:06:35 +08:00
parent 656090f384
commit 0dd9d8862f
24 changed files with 584 additions and 403 deletions

4
resources/json/dept.json Normal file
View File

@ -0,0 +1,4 @@
{"DEPTNO": 10,"DNAME": "ACCOUNTING","LOC": "NEW YORK"}
{"DEPTNO": 20,"DNAME": "RESEARCH","LOC": "DALLAS"}
{"DEPTNO": 30,"DNAME": "SALES","LOC": "CHICAGO"}
{"DEPTNO": 40,"DNAME": "OPERATIONS","LOC": "BOSTON"}