Beam SQL extensions: SET and RESET Pipeline Options

Beam SQL’s SET and RESET statements allow the user to configure Pipeline Options via the SQL shell. These are the same Pipeline Options passed to other Beam applications on the command line in the --<option>=<value> format.

Syntax

SET option = value

The SET command sets a Pipeline Option.

RESET option

The RESET command resets a Pipeline Option to its default value.

Common Options