Zingg Runtime Properties
Memory, external jars and other runtime properties
Zingg jobs can be passed JVM and other settings through a properties file. A sample file exists at config/zingg.conf. The properties can be passed by invoking
./scripts/zingg.sh --properties-file <location to file> --conf conf.json
To include jars for Snowflake/BigQuery/MySQL etc, please download them and add them to the spark.jars property.
Last updated