swordspoet

Results 5 comments of swordspoet

你的解法好漂亮了啊!我的思路是先转化为整数加一然后再转化为数组,结果遇到比2^31次方还大的数就不行了。 我想请问一下Java 解法一中的自增自减符号为什么都写在前面,写在后面也不影响最终的结果啊。

开启自动阅读不就好了吗。

第54页的表格内sampleByKey()的例子中的“用法”中应该是`rdd2 = rdd1.sampleByKey(true,map)` ![image](https://user-images.githubusercontent.com/14816130/94554012-fd669400-028b-11eb-81bb-5567dbcfd927.png)

第56页,list应该为List ![image](https://user-images.githubusercontent.com/14816130/94555266-e9bc2d00-028d-11eb-88b2-93431fb5b601.png)

p35第三行和p36页,ParallelCollectonRDD笔误,应为ParallelCollectionRDD p35第四行,MapRartitionsRDD笔误,应为MapPartitionsRDD