InterviewSolution
Saved Bookmarks
| 1. |
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/I got this question by my college director while I was bunking the class.The above asked question is from Hadoop Streaming topic in chapter Mapreduce of Hadoop |
|
Answer» Correct answer is (C) -cmdenv EXAMPLE_DIR=/home/example/dictionaries/ |
|