A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 不二晨 金牌黑马   /  2018-11-12 09:25  /  1074 人查看  /  4 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

scala语法学习
说明:scala语法学习过程中,用例代码都放在scala-demo模块下。
快学scala电子书(推荐入门级书)
scala初学者指南(这可不是初学者可以理解的欧,还是写过一些程序后再看)
common库
日期操作lama)(注:只支持日期操作,不支持时间操作)
日期时间操作nscala-time)(注:没有每月多少天,每月最后一天,以及每年多少天)
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 zeppelin
Z-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既可。

4 个回复

正序浏览
奈斯~
回复 使用道具 举报
回复 使用道具 举报
回复 使用道具 举报
~(。≧3≦)ノ⌒☆
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马