Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Impala 2.2
Description
Implement the command line switch --var to allow defining shell variables through the command line.
These variables can be referenced from Impala interactive commands and/or scripts and will be textually replaced by the shell before the commands are executed. The variable names should be case insensitive and can be referenced with the following syntax: ${var:variable_name}.