Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 608 Bytes

environment-variable.md

File metadata and controls

25 lines (16 loc) · 608 Bytes

Environment variable


Template home

FLINT_TEMPLATE_HOME

Set path for template home.

Preset value

FLINT_+VARIABLE_NAME (Whitespaces replaced with underscores.)

You can preset value for template variable on environment variables. For example, if there is a variable named Owner Name and you set environment variables as following

FLINT_Owner_Name=Jason Nam

Now, value for Owner Name will be automatically collected and skipped on interactive spark command. If the same value presented on input file, value on file will override environment variable.