The result is Failed when exec the step 10
peiqiaoWang opened this issue · 1 comments
peiqiaoWang commented
Hello,
When I exec the step 10
sudo screen -r h13
# Now you are in the master container
# Load the data file in the DFS
./DAIET-MapReduce/dist/bin/dfs-load -rh h13 -rp 7777 -r 12 \
random_text_500mb.txt
# Start a job without DAIET (24 mappers, 12 reducers)
./DAIET-MapReduce/dist/bin/examples-wordcount \
random_text_500mb.txt result.txt -m 24 -r 12 -rh h13 \
-rp 7777
# Check the job status
./DAIET-MapReduce/dist/bin/mapreduce-jobs -rh h13 -rp 7777
And wait for minutes, the result is failed like follow:
root@h13:/# ./DAIET-MapReduce/dist/bin/mapreduce-jobs -rh h13 -rp 7777
#0 wordcount FAILED (mapper task: 18 pending, 0 succeeded, 6 failed || reducer task: 0 pending, 0 succeeded, 12 failed), start time to now (ms)= 23575, totalTime = 0
I don't know how to do make it success?
Ps: I use a virtual machine Ubuntu16.04 with 8 cores
Jmt1995 commented
Hello,
When I exec the step 10
sudo screen -r h13 # Now you are in the master container # Load the data file in the DFS ./DAIET-MapReduce/dist/bin/dfs-load -rh h13 -rp 7777 -r 12 \ random_text_500mb.txt # Start a job without DAIET (24 mappers, 12 reducers) ./DAIET-MapReduce/dist/bin/examples-wordcount \ random_text_500mb.txt result.txt -m 24 -r 12 -rh h13 \ -rp 7777 # Check the job status ./DAIET-MapReduce/dist/bin/mapreduce-jobs -rh h13 -rp 7777
And wait for minutes, the result is failed like follow:
root@h13:/# ./DAIET-MapReduce/dist/bin/mapreduce-jobs -rh h13 -rp 7777 #0 wordcount FAILED (mapper task: 18 pending, 0 succeeded, 6 failed || reducer task: 0 pending, 0 succeeded, 12 failed), start time to now (ms)= 23575, totalTime = 0
I don't know how to do make it success?
Ps: I use a virtual machine Ubuntu16.04 with 8 cores
run step 9 successful?