Google News
logo
Hadoop - Quiz(MCQ)
To set an environment variable in a streaming command use ________
A)
-cmenv EXAMPLE_DIR=/home/example/dictionaries/
B)
-cmdenv EXAMPLE_DIR=/home/example/dictionaries/
C)
-cmden EXAMPLE_DIR=/home/example/dictionaries/
D)
-cmdev EXAMPLE_DIR=/home/example/dictionaries/

Correct Answer :   -cmdenv EXAMPLE_DIR=/home/example/dictionaries/


Explanation : Environment Variable is set using cmdenv command.

Advertisement