As of 03/10 2019 the new version 1.2.2 is out
Standardization Hotfix
- #951 Fixed
Standardization
timezone issue. The default presumed timezone of incoming date/timestamp data can now be configured safely without affecting the JVM’s timezone. The new parameters inStandardization
’s configuration are:defaultTimestampTimeZone
- time zone used for timestamp fields standardization if none specified in the schemadefaultDateTimeZone
- time zone used for date fields standardization if none specified in the schema; Recommended to leave undefined.
You may specify these as part of the run scripts in
encealdus_env.sh
via the settingADDITIONAL_SPARK_CONF="-DdefaultTimestampTimeZone=..."
. Beware that the only supported timezone IDs are the ones in Java’sTimeZone.getAvailableIDs()
function.