Chevron Left
Back to Big Data Analysis with Scala and Spark

Learner Reviews & Feedback for Big Data Analysis with Scala and Spark by École Polytechnique Fédérale de Lausanne

4.6
stars
2,584 ratings

About the Course

Manipulating big data distributed over a cluster using functional concepts is rampant in industry, and is arguably one of the first widespread industrial uses of functional ideas. This is evidenced by the popularity of MapReduce and Hadoop, and most recently Apache Spark, a fast, in-memory distributed collections framework written in Scala. In this course, we'll see how the data parallel paradigm can be extended to the distributed case, using Spark throughout. We'll cover Spark's programming model in detail, being careful to understand how and when it differs from familiar programming models, like shared-memory parallel collections or sequential Scala collections. Through hands-on examples in Spark and Scala, we'll learn when important issues related to distribution like latency and network communication should be considered and how they can be addressed effectively for improved performance. Learning Outcomes. By the end of this course you will be able to: - read data from persistent storage and load it into Apache Spark, - manipulate data with Spark and Scala, - express algorithms for data analysis in a functional style, - recognize how to avoid shuffles and recomputation in Spark, Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Parallel Programming: https://www.coursera.org/learn/parprog1....

Top reviews

BP

Nov 28, 2019

Excellent overview of Spark, including exercises that solidify what you learn during the lectures. The development environment setup tutorials were also very helpful, as I had not yet worked with sbt.

CC

Jun 7, 2017

The sessions where clearly explained and focused. Some of the exercises contained slightly confusing hints and information, but I'm sure those mistakes will be ironed out in future iterations. Thanks!

Filter by:

26 - 50 of 509 Reviews for Big Data Analysis with Scala and Spark

By Varun R

Sep 22, 2017

Greate course to get an overview of Spark. Heather's teaching style is awesome. Her style really helps to connect the dots. Explains a lot on 'why' along with 'how'. To get full benefit, do as a continuation of other scala courses in the specialization. It would have been nice if there was a gentle intro to other areas like ML and Streaming. Great course.

By Apostolos N P

Mar 15, 2017

I really enjoyed this course! First of all I would like to congratulate the people behind this effort. The videos are clear, to the point and they contain very useful information and tips that are very difficult to get from a book. I hope that you will continue with a second course on Spark and Scala with more advanced topics. Thank you very much.

By Marcus E

Apr 9, 2017

The course gave me insight into the world och big data batch processing and how Spark solves it. Heather does a great job with presenting the material in a thorough way with relevant theory and illustrative examples. The assignments are well balanced and forces you to apply all your new knowledge when solving them. I highly recommend this course!

By Li Z

Aug 11, 2017

An introductory course to spark programming, lectures are well-balanced between theory and boier-plate codes, but programming assignments are mainly about teaching you the APIs. The problem-solving part is basically trivial, whereas most of the time were spent on searching for API documents and correcting compiler errors and runtime exceptions.

By Igor Y

May 29, 2017

This is my first cource review on English, but I want to do accent on Heather's high professionalism, great explanations abilities and great organisation of material. I need to say that I have education of computer science teacher and I can say that it's wonderful cource. It was difficult for me and I've really increased my skill. Thanx.

By Imran K

Apr 8, 2017

As always, Coursera delivered another top quality courses on Spark with Scala. I have learned a lot of details, understood the underlying working principles of Spark in the last few days. Thanks to Dr. Miller for such a great course. I hope in the future versions of this course the overall presentations will be more smooth and typo-free.

By Zhaokang P

Sep 17, 2017

this course help me form a basic understanding of Spark and how to use it to analyze large scale dataset. Besides fundamental knowledge of how to use, the lecturer also provide students with some deeper concept of how to optimize the performance of spark programming, which can be very useful in running code on large dataset.

By Akash P

Mar 12, 2018

Thank you Dr. Heather Miller and the EPFL team along with coursera team for this course. I found it interesting. It gave me complete insight of spark. I had a great start with spark.

The internal working of spark API, the shuffle operations, query optimization and many more tips are really useful. Thank you once again.

By Ignacio A G

Apr 17, 2017

This course is a great introduction to Spark. The only thing I think could be improved is that each programming assignments has unit tests that drive students towards the final solution. I saw lots of people complaining in the forums about this slow and tedious back and forth of having the grader testing their code.

By Yury C

Jul 18, 2019

This course was by far the best of 22 courses I've done on Coursera. Prof Miller has this rare ability of presenting material in concise and interesting way and yet going into nitty gritty aspects when needed (in another course on Spark technology, such intricacies weren't covered). Thanks a lot for this course!

By Ananda P V

Aug 31, 2017

excellent introduction to Spark. I was always looking for some course which touches the underlying functional aspect of Spark then just showing syntactic values. Moreover this course also teaches how parallelism and distributed process works with Spark. You also get an idea why Spark is written in Scala.

By Doug F

Aug 7, 2020

I thought it was very good, hands on. I think they need to add a lesson 3 homework to bridge the gap between the lectures. Week 4 lecture is really long. The HW4 is a bit tricky and requires alot of research and lack of any provided unit tests makes it alot of work to figure out what is wrong.

By Xiongchu W

Aug 5, 2017

This course is indeed introductive to learn all the necessary stuffs about Spark. It is pretty good to tell much about shuffling. Because we should not only be familiar with how to operate on Spark, but we should really have a good understanding of what's going on underneath the hood. Thanks!

By Deepika S

Jun 19, 2020

It is a great course with excellent material.

There is a lot to try in this course, concepts that one has to try oneself which opens opportunities to learn.

Please go ahead with the course if you are starting to work on Scala and Spark. Iterations run great on a decent 8 GB 64 bit machine.

By Aldrin

Jul 10, 2017

The information was explained really well for someone coming in with no spark and minimal scala knowledge. Due to this course I understood basic spark concepts well enough to begin understanding pipelines built on top of spark such as ADAM.

I would highly recommend this course to everyone.

By Edgar D

Mar 10, 2019

Favorite so far out of the Scala Specialization Course. It was executed really well, and taught really well, too. Kinda wish they would add more exercises to help us get more experience with some of the concepts, but that's something you can always just do by yourself either way.

By Emanuel O

Oct 22, 2017

Excelente curso. Já trabalhei com Spark, mas tive a oportunidade de aprender muitas coisas novas sobre ele. Achei muito interessante a abordagem sobre as novas estruturas de dados que chegaram nas novas versões (para mim, pelo menos, pois trabalhei com a versão 1.6). Recomendo.

By WEIWEI X

Feb 4, 2022

Excellent course, the contents are very in details and comprehensive, slids are so cool and assignments are very fun and practical, except the last one timeusage which is a little bit hard, however, i really enjoy the learning process. Fabulous course, Fabulous teacher

By Markus B

Apr 9, 2017

Great course overall. The feedback on failed tests and out of memory errors on the assignments can be improved to make it more user-friendly.

Would be great to see a more advanced version of this course that dives deeper into the machine learning features of Spark, etc.

By Jaseer A

Dec 23, 2017

Really enjoyed this course. Unlike previous courses where I had to wrestle with algorithms and only learn the subject as a side effect, the assignments in this course directly addressed the subject. One of the best in this series except for the first course in scala.

By Mugren A

Aug 20, 2020

Perfect. One of the most summarized course, to the point, and straight forward without any trouble. Special thanks to Prof. Heather for focusing on the optimization part and performance and easily explained the lazy transformation and how it could highly cost us.

By Gustavo H L d S

May 31, 2020

Such a great course! Prof. Miller gives a very good coverage about spark, it's perfect for beginners who never deal with his technology and advanced users who wants o refresh their knowledge about this subject. The didactic of teaching is also excellent!

By Šejla Č

Mar 20, 2019

Brilliant lecturer and slides! The only problem is assignments not being clear on the expected outputs. Sometimes it takes more time to figure out what exactly is asked than to find the solution. A few more test cases or detailed examples would help.

By Kevin L

Apr 2, 2019

I loved this course - it was a great introduction to Spark. At the end, I wasn't (and am still not) clear on type-safe operations on Datasets, and now to write Tests to verify this.

These will be one of the targets of my upcoming research and study.

By AJ C

Apr 9, 2017

This course is a nice guided way to get started with Apache Spark! I wish I took this course earlier when i was using Spark at my previous company. It would've come in handy. Plenty of great content and the course exercises supply good practice.