Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-03-01 Thread Robin East
rs/dp/1484209656/> > > From: charles li [mailto:charles.up...@gmail.com > <mailto:charles.up...@gmail.com>] > Sent: Monday, February 29, 2016 1:39 AM > To: Ashok Kumar > Cc: User > Subject: Re: Recommendation for a good book on Spark, beginner to moderate > knowl

RE: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-03-01 Thread Mohammed Guller
ary 29, 2016 1:39 AM To: Ashok Kumar Cc: User Subject: Re: Recommendation for a good book on Spark, beginner to moderate knowledge since spark is under actively developing, so take a book to learn it is somehow outdated to some degree. I would like to suggest learn it from several ways as

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-29 Thread charles li
since spark is under actively developing, so take a book to learn it is somehow outdated to some degree. I would like to suggest learn it from several ways as bellow: - spark official document, trust me, you will go through this for several time if you want to learn in well : http://spark.

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-29 Thread Ashok Kumar
Thank you all for valuable advice. Much appreciated Best On Sunday, 28 February 2016, 21:48, Ashok Kumar wrote:   Hi Gurus, Appreciate if you recommend me a good book on Spark or documentation for beginner to moderate knowledge I very much like to skill myself on transformation and act

RE: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Mohammed Guller
ark-Practitioners/dp/1484209656/> From: Suhaas Lang [mailto:suhaas.l...@gmail.com] Sent: Sunday, February 28, 2016 6:21 PM To: Jules Damji Cc: Ashok Kumar; User Subject: Re: Recommendation for a good book on Spark, beginner to moderate knowledge Thanks, Jules! On Feb 28, 2016 7:47 PM, "

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Suhaas Lang
Thanks, Jules! On Feb 28, 2016 7:47 PM, "Jules Damji" wrote: > Suhass, > > When I referred to interactive shells, I was referring the the Scala & > Python interactive language shells. Both Python & Scala come with > respective interacive shells. By just typing “python” or “scala” (assume > the in

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Jules Damji
Suhass, When I referred to interactive shells, I was referring the the Scala & Python interactive language shells. Both Python & Scala come with respective interacive shells. By just typing “python” or “scala” (assume the installation bin directory is in your $PATH), it will put fire up the she

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Suhaas Lang
Jules, Could you please post links to these interactive shells for Python and Scala? On Feb 28, 2016 5:32 PM, "Jules Damji" wrote: > Hello Ashoka, > > "Learning Spark," from O'Reilly, is certainly a good start, and all basic > video tutorials from Spark Summit Training, "Spark Essentials", are >

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Chris Fregly
for hands-on, check out the end-to-end reference data pipeline available either from the github or docker repo's described here: http://advancedspark.com/ i use these assets to training folks of all levels of Spark knowledge. also, some relevant videos and slideshare presentations, but might be

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Mich Talebzadeh
In my opinion the best way to learn something is trying it on the spot. As suggested if you have Hadoop, Hive and Spark installed and you are OK with SQL then you will have to focus on Scala and Spark pretty much. Your best bet is interactive work through Spark shell with Scala, understanding RDD

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Jules Damji
Hello Ashoka, "Learning Spark," from O'Reilly, is certainly a good start, and all basic video tutorials from Spark Summit Training, "Spark Essentials", are excellent supplementary materials. And the best (and most effective) way to teach yourself is really firing up the spark-shell or pyspark

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Nicos
I agree with suggestion to start with "Learning Spark" to further forge your knowledge of Spark fundamentals. "Advanced Analytics with Spark" has good practical reinforcement of what you learn from the previous book. Though it is a bit advanced, in my opinion some practical/real applications ar

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Ted Yu
http://www.amazon.com/Scala-Spark-Alexy-Khrabrov/dp/1491929286/ref=sr_1_1?ie=UTF8&qid=1456696284&sr=8-1&keywords=spark+dataframe There is another one from Wiley (to be published on March 21): "Spark: Big Data Cluster Computing in Production," written by Ilya Ganelin, Brennon York, Kai Sasaki, and

Re: Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Michał Zieliński
Most of the books are outdated (don't include DataFrames or Spark ML and focus on RDDs and MLlib). The one I particularly liked is "*Learning Spark*". It starts from the basics, but has lots of useful tips on caching, serialization etc. The online docs

Recommendation for a good book on Spark, beginner to moderate knowledge

2016-02-28 Thread Ashok Kumar
  Hi Gurus, Appreciate if you recommend me a good book on Spark or documentation for beginner to moderate knowledge I very much like to skill myself on transformation and action methods. FYI, I have already looked at examples on net. However, some of them not clear at least to me. Warmest regards