|
745 | 745 | <value>0</value> |
746 | 746 | <description> |
747 | 747 | Delay for first block report in seconds. Support multiple time unit |
748 | | - suffix(case insensitive), as described in dfs.heartbeat.interval. |
| 748 | + suffix(case insensitive), as described in dfs.heartbeat.interval.If |
| 749 | + no time unit is specified then seconds is assumed |
749 | 750 | </description> |
750 | 751 | </property> |
751 | 752 |
|
|
790 | 791 | <description>Interval in seconds for Datanode to scan data directories and |
791 | 792 | reconcile the difference between blocks in memory and on the disk. |
792 | 793 | Support multiple time unit suffix(case insensitive), as described |
793 | | - in dfs.heartbeat.interval. |
| 794 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 795 | + is assumed. |
794 | 796 | </description> |
795 | 797 | </property> |
796 | 798 |
|
|
831 | 833 | ms(millis), s(sec), m(min), h(hour), d(day) |
832 | 834 | to specify the time (such as 2s, 2m, 1h, etc.). |
833 | 835 | Or provide complete number in seconds (such as 30 for 30 seconds). |
| 836 | + If no time unit is specified then seconds is assumed. |
834 | 837 | </description> |
835 | 838 | </property> |
836 | 839 |
|
|
1039 | 1042 | <description>Namenode periodicity in seconds to check if |
1040 | 1043 | decommission or maintenance is complete. Support multiple time unit |
1041 | 1044 | suffix(case insensitive), as described in dfs.heartbeat.interval. |
| 1045 | + If no time unit is specified then seconds is assumed. |
1042 | 1046 | </description> |
1043 | 1047 | </property> |
1044 | 1048 |
|
|
1187 | 1191 | <description> |
1188 | 1192 | The number of seconds between two periodic checkpoints. |
1189 | 1193 | Support multiple time unit suffix(case insensitive), as described |
1190 | | - in dfs.heartbeat.interval. |
| 1194 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1195 | + is assumed. |
1191 | 1196 | </description> |
1192 | 1197 | </property> |
1193 | 1198 |
|
|
1206 | 1211 | <description>The SecondaryNameNode and CheckpointNode will poll the NameNode |
1207 | 1212 | every 'dfs.namenode.checkpoint.check.period' seconds to query the number |
1208 | 1213 | of uncheckpointed transactions. Support multiple time unit suffix(case insensitive), |
1209 | | - as described in dfs.heartbeat.interval. |
| 1214 | + as described in dfs.heartbeat.interval.If no time unit is specified then |
| 1215 | + seconds is assumed. |
1210 | 1216 | </description> |
1211 | 1217 | </property> |
1212 | 1218 |
|
|
1594 | 1600 | The notification is sent by a datanode when it is being shutdown |
1595 | 1601 | using the shutdownDatanode admin command with the upgrade option. |
1596 | 1602 | Support multiple time unit suffix(case insensitive), as described |
1597 | | - in dfs.heartbeat.interval. |
| 1603 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1604 | + is assumed. |
1598 | 1605 | </description> |
1599 | 1606 | </property> |
1600 | 1607 |
|
|
1663 | 1670 | often the logs are rolled. Note that failover triggers a log roll |
1664 | 1671 | so the StandbyNode will be up to date before it becomes active. |
1665 | 1672 | Support multiple time unit suffix(case insensitive), as described |
1666 | | - in dfs.heartbeat.interval. |
| 1673 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 1674 | + is assumed. |
1667 | 1675 | </description> |
1668 | 1676 | </property> |
1669 | 1677 |
|
|
3445 | 3453 | datanode is not yet registered with the namenode. This wait time |
3446 | 3454 | reduces initial request failures after datanode restart. |
3447 | 3455 | Support multiple time unit suffix(case insensitive), as described |
3448 | | - in dfs.heartbeat.interval. |
| 3456 | + in dfs.heartbeat.interval.If no time unit is specified then seconds |
| 3457 | + is assumed. |
3449 | 3458 | </description> |
3450 | 3459 | </property> |
3451 | 3460 |
|
|
0 commit comments