filter a Map in spark using scala
2021-01-18
Requirement : There is a Map in scala which is being used by one of your application ,which have all the configurations for your spark app. you need to remove some of conf in Map. Solution : Step 1: Creation of Map Map is the combination of key value pair. Read More →