more
$HADOOP_HOME/SAS_VERSION
SAS Hadoop Extensions Version 3.0
hadoop
fsck /
$HADOOP_HOME/sbin/stop-dfs.sh
to stop HDFS daemons, and confirm that all processes have ceased on all the machines
in the cluster.
ps –ef | grep hadoop
.
If you find any Java processes owned by the hdfs user
account, terminate them. You can issue a single simsh command
to simultaneously check all the machines in the cluster: /HPA-environment-installation-directory/bin/simsh
ps –ef | grep hdfs
.
hadoop-name
by default).
depot-installation-location/standalone_installs/SAS_Plug-ins_for_Hadoop/1_0/Linux_for_x64/hdatplugins.tar.gz
cp hdatplugins.tar.gz /tmp cd /tmp tar xzf hdatplugins.tar.gz
hdatplugins
is created.
hdatplugins
to the $HADOOP_HOME/share/hadoop/sas
directory
on each machine in the Hadoop cluster:
$HADOOP_HOME/share/hadoop/hdfs/lib
instead.
/opt/TKGrid/bin/simcp /tmp/hdatplugins/sas.lasr.jar $HADOOP_HOME/share/hadoop/sas /opt/TKGrid/bin/simcp /tmp/hdatplugins/sas.lasr.hadoop.jar $HADOOP_HOME/share/hadoop/sas /opt/TKGrid/bin/simcp /tmp/hdatplugins/sas.grid.provider.yarn.jar $HADOOP_HOME/share/hadoop/sasFor more information, see Simultaneous Utilities Commands.
hdatplugins
to the $HADOOP_HOME/share/hadoop/sas/bin
directory
on each machine in the Hadoop cluster.
hdatplugins
to the $HADOOP_HOME/share/hadoop/sas
directory
on each machine in the Hadoop cluster.
$HADOOP_HOME/sbin/start-dfs.sh