0 votes
in Hadoop by

To set an environment variable in a streaming command use ____________
a) -cmden EXAMPLE_DIR=/home/example/dictionaries/
b) -cmdev EXAMPLE_DIR=/home/example/dictionaries/
c) -cmdenv EXAMPLE_DIR=/home/example/dictionaries/
d) -cmenv EXAMPLE_DIR=/home/example/dictionaries/

1 Answer

0 votes
by

To set an environment variable in a streaming command use ____________

Answer: c) -cmdenv EXAMPLE_DIR=/home/example/dictionaries/
Explanation: Environment Variable is set using cmdenv command.

...