Additional Scripting in Guzzle - ja-guzzle/guzzle_docs GitHub Wiki

Background

Guzzle supports wide range of scripting to manipulate the source data, guzzle params and file names. This page describes different how each of this scripting can be utizlied in guzzle

SQL

  1. Applicable in varied places like: source section for hive and jdbc; pre-sql, post-sql for all the modeules; validate, trasnform sql and checksum sql in ingestion ;

Glob

  1. Use to specify the file naming patter in ingestion for file sources

Grok

  1. Parsing of raw from files using grok templates

Groovy

  1. Used to manipulate guzzle parameters - guzzle params are everywhere and whatever value which the job or job group receives can be manipulated using this
⚠️ **GitHub.com Fallback** ⚠️