Comments on: Spark Use Case – Olympics Data Analysis https://acadgild.com/blog/spark-use-case-olympics-data-analysis/ Learn. Do. Earn. Thu, 25 Aug 2016 12:12:23 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: Kiran Krishna https://acadgild.com/blog/spark-use-case-olympics-data-analysis/#comment-2858 Tue, 21 Jun 2016 18:06:11 +0000 https://acadgild.com/blog/?p=2807#comment-2858 Hi vasu,

textFile() in spark can load any type of file. Everything in spark is an RDD, it will load the dataset and distribute among the Worker nodes. For more information on RDD’s you can refer to our Beginner’s Guide.

]]>
By: Vasu https://acadgild.com/blog/spark-use-case-olympics-data-analysis/#comment-2857 Tue, 21 Jun 2016 17:56:22 +0000 https://acadgild.com/blog/?p=2807#comment-2857 Hi Kiran,

Thank you so much for this precious information, but can be able to load CSV file using textFile(…csv)? i dont think so, could you please let me know (if you have a chance) how can we convert CSV file into RDD? Thank you!!!

Vasu

]]>
By: kirankumar https://acadgild.com/blog/spark-use-case-olympics-data-analysis/#comment-2105 Thu, 05 May 2016 09:03:20 +0000 https://acadgild.com/blog/?p=2807#comment-2105 Hi ,

Is there any one help me …in Spark -Hbase Integration
I am able to write the data to Hbase but I am trying to read it form Hbase ?
If any sample code please forward to kumardwh@outlook.com

]]>