scala语法学习 说明:scala语法学习过程中,用例代码都放在scala-demo模块下。 common库BigData库SparkSpark coreSpark StreamingSpark SQLSpark 机器学习KeyStoneML KeystoneML is a software framework, written in Scala, from the UC Berkeley AMPLab designed to simplify the construction of large scale, end-to-end, machine learning pipelines with Apache Spark. Spark zeppelinZ-Manager--Simplify getting Zeppelin up and running zeppelin--a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more. helium--Brings Zeppelin to data analytics application platform Spark 其它ES贡献代码步骤- 首先 fork 我的项目
- 把 fork 过去的项目也就是你的项目 clone 到你的本地
- 运行 git remote add jacksu git@github.com:jacksu/utils4s.git 把我的库添加为远端库
- 运行 git pull jacksu master 拉取并合并到本地
- coding
- commit后push到自己的库( git push origin master )
- 登陆Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交即可。 1~3是初始化操作,执行一次即可。在coding前必须执行第4步同步我的库(这样避免冲突),然后执行5~7既可。
|