I tried install full package include: HBase, HDFS, Hue, MapReduce, Oozie, ZooKeeper
But on start MapReduce I got error that JobTracker doesn't want to run.
After a few hours I found in log /var/log/hadoop-0.20-mapreduce/hadoop-cmf-mapreduce1-TASKTRACKER-localhost.localdomain.log.out this row:
p.s. so MapReduse run but i have problem to start Beeswax Server :)
Beeswax Server problem fixed, port 8002 used by other program
[me@localhost]# nmap -sT -O localhost
8002/tcp open teradataordbms
so I changed port of Beeswax to 8004 and restarted service
But on start MapReduce I got error that JobTracker doesn't want to run.
After a few hours I found in log /var/log/hadoop-0.20-mapreduce/hadoop-cmf-mapreduce1-TASKTRACKER-localhost.localdomain.log.out this row:
INFO org.apache.hadoop.mapred.TaskTracker: Tasktracker disallowed by JobTrackersolution found in google :
I added the following to the "MapReduce Service Configuration SafetyIn Cloudera Manager click Services->MapReduce in category search type: "MapReduce Service Configuration Safety Valve" edit value and save, after it restart all services
Valve" in the configuration of the MapReduce service page.
mapred.hosts
/root/mapred_approved_
hosts
true
Then created /root/mapred_approved_hosts containing:
localhost
localhost.localdomain
Beeswax Server problem fixed, port 8002 used by other program
[me@localhost]# nmap -sT -O localhost
8002/tcp open teradataordbms
so I changed port of Beeswax to 8004 and restarted service
Комментариев нет:
Отправить комментарий