(4)---- ScalaTestを学習スパーク

まず、例:

1、簡単な例:https://www.jianshu.com/p/ceabf3437dd7

2、Funsuite例:https://www.programcreek.com/scala/org.scalatest.FunSuite

3、SparkFunsuite例:https://www.programcreek.com/scala/org.apache.spark.SparkFunSuite

4、スパーク学習ブログ:https://liuxiaofei.com.cn/blog/category/spark/spark-core/

  scalatestブログ:https://blog.csdn.net/zhouyan8603/article/details/85560861

5、GBTRegressorSuite例:https://fossies.org/linux/spark/mllib/src/test/scala/org/apache/spark/ml/regression/GBTRegressorSuite.scala

6、scalatestオンラインドキュメント:http://tool.oschina.net/apidocs/apidoc?api=scalatest-1.7.2

7、scalatest公式文書:http://www.scalatest.org/getting_started_with_fun_suite

        http://doc.scalatest.org/3.0.1/#org.scalatest.FunSuite

7、スパーク公式文書:http://spark.apache.org/docs/2.3.0/

おすすめ

転載: www.cnblogs.com/Lee-yl/p/11096989.html