Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 08-02-2019 02:35 AM
hello @GopiG ,
have you tried setting the executor's and the driver's params in spark-defaults.conf ?
spark.driver.extraJavaOptions -Duser.timezone=UTC
spark.executor.extraJavaOptions -Duser.timezone=UTC
you can set the default time zone UTC or any example you want like GMT+8 etc...
cheers.