forked from pedropark99/Introd-pyspark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
58 lines (45 loc) · 1.28 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
@article{mitsloan2013,
title = {How 'Big Data' is different?},
author = {Thomas Davenport and Paul Barth and Randy Bean},
journal = {MIT Sloan Management Review},
volume = {54},
number = {1},
year = {2012}
}
@manual{sparkdoc,
title = {Apache Spark Official Documentation},
year = {2022},
address = {Documentation for Apache Spark 3.2.1},
url = {https://spark.apache.org/docs/latest/}
}
@book{karau2015,
title = {Learning Spark},
subtitle = {Lightning-Fast Data Analytics},
author = {Holden Karau and Andy Konwinski and Patrick Wendell and Matei Zaharia},
address = {Sebastopol, CA},
year = {2015},
publisher = {O'Reilly Media}
}
@book{damji2020,
title = {Learning Spark},
subtitle = {Lightning-Fast Data Analytics},
author = {Jules Damji and Brooke Wenig and Tathagata Das and Denny Lee},
address = {Sebastopol, CA},
year = {2020},
publisher = {O'Reilly Media}
}
@book{chambers2018,
author = {Bill Chambers and Matei Zaharia},
title = {Spark: The Definitive Guide},
subtitle = {Big Data Processing Made Simple},
address = {Sebastopol, CA},
year = {2018},
publisher = {O'Reilly Media}
}
@misc{regexinfo,
author = {Jan Goyvaerts},
title = {Regular-Expressions.info},
year = {2023},
month = {March},
url = {https://www.regular-expressions.info/}
}