Hi,
I am new to spark and scala, and have gone through the spark programming guide, but i still need help writing jobs in spark.
As i have worked in hadoop map reduce, i understand the philosophy of writing code in map reduce.
I have searched the web but have not found enough examples.
from what i read i am under the impression that it will be hard to transform the existing map reduce code (which is in java) to fit for spark.
I also need help regarding the usage of Transformations and Actions mentioned in the Spark Programming Guide.
Please help out with some examples or study material, also let me know that is there any way that the existing hadoop map reduce code can be reused with spark.