大数据spark蘑菇云行动前传第5课:零基础彻底实战Scala函数式编程及Spark源码解析
1 零基础彻底实战Scala函数式编程入门 2 Spark源码中的scala函数式编程鉴赏
package com.dt.spark.scala.bascis
object HelloFunctionPograming { def main(args: Array[String]): Unit = { val age=helloword("spark", 80) println(age)