最贊回答 / 貝加爾湖畔v
c1和c2不是代表只有兩個partition,可以把這兩個當做輸入的參數,類似于reduce函數。c1代表前幾個partition已經累計計算到的值,c2代表新partition的值。
2018-03-11
sbt下載組件慢的同學,記得在idea中setting->build...->build tools->spt的jvm參數那塊設置以下參數
-Dsbt.repository.config=C:/opensource/sbt/conf/repo.properties
然后在這個配置文件中指定從國內的鏡像庫中下載jar包
osc:http://maven.aliyun.com/nexus/content/groups/public/
-Dsbt.repository.config=C:/opensource/sbt/conf/repo.properties
然后在這個配置文件中指定從國內的鏡像庫中下載jar包
osc:http://maven.aliyun.com/nexus/content/groups/public/
2018-02-19