应用背景
- 学习 scala, 为后续Spark开发打基础
- 博文通过 Demo 给出如何在 Jupyter 中定义并调用 Scala程序。
- Jupyter Notebook 进行Python 开发 逐渐被更多的人所接受、熟知,从而应用于大数据预处理、分析,通过Jupyter 运行Scala 程序讲解文章相对较少。
基础知识
- 新手,有经验直接略过
- 查看官方 API 方法
- 本地Scala 安装目录 => api 文件夹
- scala-compiler => index.html
- scala-library => index.html
- scala-reflect => index.html
代码及运行结果
- 执行结果
References
- How to run a scala value class in a jupyter notebook
- scala only classes can have declared but undefined members
- Where to download the latest Scala API documentation?
Links
- http://www.scala-lang.org/
- Download Scala IDE for Eclipse
- The Scala Programming Language. Github