当前位置:网站首页>Task failed task_ 1641530057069_ 0002_ m_ 000000
Task failed task_ 1641530057069_ 0002_ m_ 000000
2022-07-05 08:39:00 【Aii parson】
Problem description :
[[email protected] hadoop-3.1.3]$ hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-3.1.3.jar wordcount /wcinput /wcoutput
Output file has no content .
terms of settlement :
Modify the default profile “mapred-default.xml”
<property>
<name>mapreduce.task.timeout</name>
<value>8000000</value> # time expand 600000 It is amended as follows 8000000
<description>The number of milliseconds before a task will be
terminated if it neither reads an input, writes an output, nor
updates its status string. A value of 0 disables the timeout.
</description>
</property>
边栏推荐
- Sword finger offer 05 Replace spaces
- Numpy pit: after the addition of dimension (n, 1) and dimension (n,) array, the dimension becomes (n, n)
- GEO数据库中搜索数据
- Explore the authentication mechanism of StarUML
- STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)
- 2022.7.4-----leetcode. one thousand and two hundred
- Detailed summary of FIO test hard disk performance parameters and examples (with source code)
- Esphone retrofits old fans
- Stm32--- systick timer
- Bluebridge cup internet of things competition basic graphic tutorial - clock selection
猜你喜欢
随机推荐
Guess riddles (11)
Numpy pit: after the addition of dimension (n, 1) and dimension (n,) array, the dimension becomes (n, n)
Example 001: the number combination has four numbers: 1, 2, 3, 4. How many three digits can be formed that are different from each other and have no duplicate numbers? How many are each?
猜谜语啦(9)
Some pitfalls of win10 network sharing
One question per day - replace spaces
STM32 single chip microcomputer -- debug in keil5 cannot enter the main function
Chapter 18 using work queue manager (1)
[formation quotidienne - Tencent Selection 50] 557. Inverser le mot III dans la chaîne
leetcode - 445. Add two numbers II
Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
Warning: retrying occurs during PIP installation
整形的分类:short in long longlong
Example 004: for the day of the day, enter a day of a month of a year to judge the day of the year?
Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
猜谜语啦(3)
Guess riddles (6)
猜谜语啦(10)
Sword finger offer 05 Replace spaces
Count the number of inputs (C language)







