I am trying to integrate howtop with intelligence. I added the hadoop-lustre-plugin-3.1.0 hadoop-2.7.3/lib/native to hadoop-2.7.3/lib/native . Glitter is mounted on /mnt/lustre . I get the following error when I start hasoop using start-all.sh
[ root@master hadoop]
core-site.xml:
<property> <name>fs.defaultFS</name> <value>lustre:
maprd-site.xml
<property> <name>mapreduce.job.map.output.collector.class</name> <value>org.apache.hadoop.mapred.SharedFsPlugins$MapOutputBuffer</value> </property> <property> <name>mapreduce.job.reduce.shuffle.consumer.plugin.class</name> <value>org.apache.hadoop.mapred.SharedFsPlugins$Shuffle</value> </property>
HDFS-site.xml
<property> <name>dfs.name.dir</name> <value>/mnt/lustre/hadoop/hadoop_tmp/namenode</value> <description>true</description> </property>
Is there any configuration that I missed in the configuration files?
source share