|
756 | 756 | <value>0s</value> |
757 | 757 | <description> |
758 | 758 | Delay for first block report in seconds. Support multiple time unit |
759 | | - suffix(case insensitive), as described in dfs.heartbeat.interval. |
| 759 | + suffix(case insensitive), as described in dfs.heartbeat.interval.If |
| 760 | + no time unit is specified then seconds is assumed |
760 | 761 | </description> |
761 | 762 | </property> |
762 | 763 |
|
|
801 | 802 | <description>Interval in seconds for Datanode to scan data directories and |
802 | 803 | reconcile the difference between blocks in memory and on the disk. |
803 | 804 | Support multiple time unit suffix(case insensitive), as described |
804 | | - in dfs.heartbeat.interval. |
| 805 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 806 | + is assumed. |
805 | 807 | </description> |
806 | 808 | </property> |
807 | 809 |
|
|
842 | 844 | ms(millis), s(sec), m(min), h(hour), d(day) |
843 | 845 | to specify the time (such as 2s, 2m, 1h, etc.). |
844 | 846 | Or provide complete number in seconds (such as 30 for 30 seconds). |
| 847 | + If no time unit is specified then seconds is assumed. |
845 | 848 | </description> |
846 | 849 | </property> |
847 | 850 |
|
|
1051 | 1054 | <description>Namenode periodicity in seconds to check if |
1052 | 1055 | decommission or maintenance is complete. Support multiple time unit |
1053 | 1056 | suffix(case insensitive), as described in dfs.heartbeat.interval. |
| 1057 | + If no time unit is specified then seconds is assumed. |
1054 | 1058 | </description> |
1055 | 1059 | </property> |
1056 | 1060 |
|
|
1181 | 1185 | <description> |
1182 | 1186 | The number of seconds between two periodic checkpoints. |
1183 | 1187 | Support multiple time unit suffix(case insensitive), as described |
1184 | | - in dfs.heartbeat.interval. |
| 1188 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1189 | + is assumed. |
1185 | 1190 | </description> |
1186 | 1191 | </property> |
1187 | 1192 |
|
|
1200 | 1205 | <description>The SecondaryNameNode and CheckpointNode will poll the NameNode |
1201 | 1206 | every 'dfs.namenode.checkpoint.check.period' seconds to query the number |
1202 | 1207 | of uncheckpointed transactions. Support multiple time unit suffix(case insensitive), |
1203 | | - as described in dfs.heartbeat.interval. |
| 1208 | + as described in dfs.heartbeat.interval.If no time unit is specified then |
| 1209 | + seconds is assumed. |
1204 | 1210 | </description> |
1205 | 1211 | </property> |
1206 | 1212 |
|
|
1636 | 1642 | The notification is sent by a datanode when it is being shutdown |
1637 | 1643 | using the shutdownDatanode admin command with the upgrade option. |
1638 | 1644 | Support multiple time unit suffix(case insensitive), as described |
1639 | | - in dfs.heartbeat.interval. |
| 1645 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1646 | + is assumed. |
1640 | 1647 | </description> |
1641 | 1648 | </property> |
1642 | 1649 |
|
|
1705 | 1712 | often the logs are rolled. Note that failover triggers a log roll |
1706 | 1713 | so the StandbyNode will be up to date before it becomes active. |
1707 | 1714 | Support multiple time unit suffix(case insensitive), as described |
1708 | | - in dfs.heartbeat.interval. |
| 1715 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1716 | + is assumed. |
1709 | 1717 | </description> |
1710 | 1718 | </property> |
1711 | 1719 |
|
|
3413 | 3421 | datanode is not yet registered with the namenode. This wait time |
3414 | 3422 | reduces initial request failures after datanode restart. |
3415 | 3423 | Support multiple time unit suffix(case insensitive), as described |
3416 | | - in dfs.heartbeat.interval. |
| 3424 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 3425 | + is assumed. |
3417 | 3426 | </description> |
3418 | 3427 | </property> |
3419 | 3428 |
|
|
0 commit comments