Which of the following is correct syntax for parameter substitution using cmd?
(a) pig {-param param_name = param_value | -param_file file_name} [-debug | -dryrun] script
(b) {%declare | %default} param_name param_value
(c) {%declare | %default} param_name param_value cmd
(d) All of the mentioned
The question was posed to me in an online quiz.
The above asked question is from Data Processing Operators in Pig topic in division Pig of Hadoop