If I run an application, for example with 3 joins: [join 1] [join 2] [join 3]
[final join and save to disk] Could I change Spark properties in between each join? [join 1] [change properties] [join 2] [change properties] ... Or would I have to create a separate application with different properties for each of the three joins and also save each intermediate join result to disk? Jestin