Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 397 Bytes

Spark Yaml Parser

This function will Parse a simple YAML file and will output concatenate --conf arguments

Typical Usage:

spark-shell $(sbin/parse-yaml.sh conf/spark-default.yml.template)
  • parse-yaml.sh: Yaml parser logic
  • spark-default.yml.template: Yaml file which contains spark configurations