This tutorials is hands on session for writing your first spark job as standalone application using java. This is recommended for all who wants to learn spark and are not familiar with coding spark programs.
This tutorial reads input file as an input and filter out lines from the file based on certain keyword. In this tutorial you will find-
1) how you can create your Spark configuration
2) How to create Spark Context manually
3) How to define RDD (Resilient distributed dataset manually)
4) How to apply functions to RDD
Here is complete RDD tutorial playlist-
https://www.youtube.com/playlist?list=PL0Uw5OUr1nQiY1p7UnLLLEN0fh02m-ZYE
For more tutorials, visit our website- www.limeguru.com
Download
0 formats
No download links available.
Write First Standalone Spark Job Using RDD In Java | Beginner's Guide To Spark | NatokHD