Use local timezone
|
Select this check box to let Spark use the local time zone
provided by the system.
- If you clear this check box, Spark use UTC time zone.
- Some components also have the Use local timezone for
date check box. If you clear the check box from
the component, it inherits time zone from the Spark
configuration.
|
Use dataset API in migrated components
|
Select this check box to let the components use Dataset (DS) API
instead of Resilient Distributed Dataset (RDD) API:
- If you select the check box, the components inside the Job run
with DS which improves performance.
- If you clear the check box, the components inside the Job run
with RDD which means the Job remains unchanged. This ensures the
backwards compatibility.
This check box is selected by default, but if you import a Job from 7.3 backwards, the
check box will be cleared as those Jobs run with RDD.
Information noteImportant: If your Job contains tDeltaLakeInput and
tDeltaLakeOutput components, you must select this check box.
|
Use timestamp for dataset components
|
Select this check box to use java.sql.Timestamp
for dates. If you leave this check box clear,
java.sql.Timestamp or
java.sql.Date can be used depending on the
pattern.
|