How to upgrade Spark version on AWS EMR cluster?

Viewed 474

My application uses Spark 2.4.X (scala 2.11.X) and Hbase 2.X. I didn't find any EMR release that matches my application needs. I taught on using EMR release 6.0 which includes HBase 2.2.3, but what is the best way to install the specific Spark version?

1 Answers
Related