Spark How to run Spark 3.0 applications on your GPU Wanted to run your Spark job on a GPU but didn't know how? Well, your search ends here :)
Spark Cool Spark ML - Part 2: Preprocessing of Data Data preprocessing is the process of detecting and correcting inaccurate records from a dataset. Its importance is more paramount when it comes to big data. Learn how you can preprocess data in Spark ML.
Spark Spark 3.0 adds native GPU integration: Why that matters? You won't have to depend on your CPU anymore to run Spark based jobs. You will be able to offload them off to the GPU. Learn why this matters in this post
Spark Cool Spark ML: K Nearest Neighbors Learn how you can write a KNN algorithm from scratch and modify it for use with larger datasets in Spark