#scala

scala语法在spark withScope上的应用

withSpout在spark中是用来做DAG可视化的,它在代码里的用法如下(以map为例,spark2.0.0版本)defmap[U:ClassTag](f:T=>U):RDD[U]=withScope{valcleanF=sc.clean(f)newMapPartitionsRDD[U,T](this,(co...

linux 安装scala

1.下载scala到scala官网下载scalahttps://www.scala-lang.org/download/,目前最新版本是2.12.8wgethttps://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.tgz#downloadscalabinaryf...
代码星球 ·2020-04-05

Software Scalability with MapReduce

 SoftwareScalabilitywithMapReduceCraig HendersonFirstpublishedonlineApril2010Thearchitectureofa software systemisthestructureanddesignofthec...
首页上一页...56789下一页尾页