Hadoop Certification - CCA - Scala - 01 Joining Data Sets

preview_player
Показать описание
Connect with me or follow me at
Рекомендации по теме
Комментарии
Автор

Hi durga,

Why did you not create a tuple instead of doing this. we could have accessed the tupple as well to get the desired result
# Get order count per day
val ordersPerDay = ordersJoinOrderItems.map(rec => rec._2._2.split(", ")(1) + ", " + rec._1).distinct()

singhaideepak
Автор

For any technical discussions or doubts, please use our forum - discuss.itversity.com
For practicing on state of the art big data cluster, please sign up on - labs.itversity.com
Lab is under free preview until 12/31/2016 and after that subscription
charges are 14.99$ per 31 days, 34.99$ per 93 days and 54.99$ per 185 days

itversity
Автор

Hi Durga, I am not able to find your github repo. Please provide me the link

sankha
Автор

Hello Durga,
How can I download spark 1.2.1?
I tried from spark site but version 1.2.1 is not available in their site.

mahebubsayyed