楼主: Lisrelchen
1338 9

[GitHub]Scala and Spark for Big Data Analytics [推广有奖]

  • 0关注
  • 62粉丝

VIP

已卖:4194份资源

院士

67%

还不是VIP/贵宾

-

TA的文库  其他...

Bayesian NewOccidental

Spatial Data Analysis

东西方数据挖掘

威望
0
论坛币
50288 个
通用积分
83.6306
学术水平
253 点
热心指数
300 点
信用等级
208 点
经验
41518 点
帖子
3256
精华
14
在线时间
766 小时
注册时间
2006-5-4
最后登录
2022-11-6

楼主
Lisrelchen 发表于 2017-8-17 09:51:52 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Scala and Spark for Big Data Analytics

本帖隐藏的内容

https://github.com/PacktPublishing/Scala-and-Spark-for-Big-Data-Analytics#scala-and-spark-for-big-data-analytics


This is the code repository for Scala and Spark for Big Data Analytics, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book is divided into three parts. In the first part, it will introduce you to Scala programming, helping you understand its fundamentals and be able to program with Spark. It will then move on to introducing you to Spark and the design choices beneath it and show you how to perform data analysis with it. Finally, to shake things up, the book moves on to Advanced Spark and teaches you advanced topics, such as monitoring, configuration, debugging, testing, and finally deployment.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

package com.chapter11.SparkMachineLearningimport org.apache.spark.mllib.feature.StandardScalerModelimport org.apache.spark.mllib.linalg.{ Vector, Vectors }import org.apache.spark.sql.{ DataFrame }import org.apache.spark.sql.SparkSession

To follow this book, you need basic to medium-level knowledge of the Java programming language. A basic knowledge of concurrency concepts is welcome too.

Related ProductsSuggestions and Feedback

Click here if you have any feedback or suggestions.


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Analytics Analytic Big data GitHub Spark

沙发
Lisrelchen 发表于 2017-8-17 09:54:40
  1. package com.chapter3.OOP

  2. class Hello(primaryMessage: String, secondaryMessage: String) {
  3.   def this(primaryMessage: String) = this(primaryMessage, "")
  4.   def sayHello() = println(primaryMessage + secondaryMessage)
  5. }
  6. object Constructors {
  7.   def main(args: Array[String]): Unit = {
  8.     val hello = new Hello("Hello world!", " I'm in a trouble, please help me out.")
  9.     hello.sayHello()
  10.   }
  11. }
复制代码

藤椅
Lisrelchen 发表于 2017-8-17 09:56:07
  1. package com.chapter3.OOP

  2. object VariablesDemo {
  3.    def main(args: Array[String]) {
  4.       var myVar : Int = 50;
  5.       val myVal : String = "Hello World! I've started learning Scala.";

  6.       myVar = 90;  
  7.       //myVal = "Hello world!"        
  8.       
  9.       println(myVar);
  10.       println(myVal);

  11.    }
  12. }
复制代码

板凳
MouJack007 发表于 2017-8-17 10:06:44
谢谢楼主分享!

报纸
MouJack007 发表于 2017-8-17 10:08:02

地板
albertwishedu 发表于 2017-8-17 13:23:58

7
No1zhuwm 发表于 2017-8-17 19:09:40
谢谢楼主分享,非常有用.

8
kfklkfkw 发表于 2017-8-24 10:37:56

9
abcdefgzyl 发表于 2017-8-25 21:21:54
感谢分享

10
Teslax 发表于 2017-9-9 20:45:21
谢谢分享!

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群
GMT+8, 2025-12-22 02:30