SPARK-1494: Spark's static logger, accessing static variables which are initialized in a non-static way. This may cause nullpointer exceptions on startup.…
SPARK-1494: Spark's static logger, accessing static variables which are initialized in a non-static way. This may cause nullpointer exceptions on startup.
-Initial spark directories, if accessed in a static way when spark initialization of the directory is not yet done