I am desperately trying to change the timezone of my JVM in Sparklyr (using spark 2.1.0
). I want GMT
everywhere.
I am setting:
config$`driver.extraJavaOptions` <-"Duser.timezone=GMT"
in my spark_config()
file but unfortunately, in the Spark UI I still see (under System Properties) that user.timezone
is set to America/New_York
.
Any ideas?
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…