![240](https://cdn2.jianshu.io/assets/default_avatar/12-aeeea4bedf10f2a12c0d50d626951489.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
练习来自网站:http://sqlzoo.net/wiki/SUM_and_COUNT 1. Show the total population...
练习来自网页:http://sqlzoo.net/wiki/SELECT_within_SELECT_Tutorial 1. List each...
练习来自网页:http://sqlzoo.net/wiki/SELECT_from_Nobel_Tutorial 1. Change the q...
练习来自网页:http://sqlzoo.net/wiki/SELECT_from_WORLD_Tutorial 1. Read the not...
练习来自网站:http://sqlzoo.net/wiki/SELECT_basics 1. The example uses a WHERE ...
1 Transformations介绍 Transformations(转换)从之前的RDD构建一个新的RDD,像map()和filter() ...
Scala的变量声明 在Scala中创建变量的时候,必须使用val或者var var和var的区别 var:变量值不可修改,一旦分配不能重新指向...
SparkContext Driver programs 通过SparkContext对象访问Spark SparkContext对象代表和一个...
RDD(resilient distributed dataset, 弹性分布式数据集) RDD的特点 1、分布式2、只读3、血缘关系4、缓存(...