MemVerge / splash

Splash, a flexible Spark shuffle manager that supports user-defined storage backends for shuffle data storage and exchange
Apache License 2.0
127 stars 29 forks source link

SparkConf is not available during `onApplicationStart` #22

Closed jealous closed 5 years ago

jealous commented 5 years ago

During ShuffleListener::onApplicationStart, Spark conf instance is not available. This may cause issues for some listener implementations.