Run Hadoop commands using the hadoop3
keywords.
About this task
Use the following steps to create hadoop3
symlinks in the usr/local/bin directory for a Data Fabric client on Mac OS X:
Procedure
-
To create the symlinks, run the following commands as
root:
ln -s /opt/mapr/hadoop/hadoop-3.x.x/bin/hadoop /usr/local/bin/hadoop
NOTE
In the preceding command, replace
hadoop-3.x.x
with the actual Hadoop
3
version that you installed.
-
Add the Hadoop binaries to the
PATH environment variable. For example,
add the following text to the user login shell script such as ~/.bashrc:
export PATH=/opt/mapr/bin:/opt/mapr/hadoop/hadoop-3.x.x/bin:${PATH}
NOTE
In the preceding text, replace
hadoop-3.x.x
with the actual Hadoop
3
version that you installed.