This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################################################## | |
| # dfsio writes to the local file system, so the hdfs user should have permission to write to the actual dir | |
| ################################################################################################################## | |
| export HADOOP_LIBS=/usr/hdp/current/hadoop-mapreduce-client | |
| export JAR_EXAMPLES=$HADOOP_LIBS/hadoop-mapreduce-examples.jar | |
| export JAR_JOBCLIENT=$HADOOP_LIBS/hadoop-mapreduce-client-jobclient.jar |