| Name |
Value |
Description |
| Fs. default. name |
Hdfs: // hadoopmaster: 9000 |
Define the URI and port of HadoopMaster |
| Fs. checkpoint. dir |
/Opt/data/hadoop1/hdfs/namesecondary1 |
Defines the path for hadoop name backup. The official document says it is read and written to dfs. name. dir. |
| Fs. checkpoint. period |
1800 |
Defines the backup interval of name backup, in seconds. It takes effect only for snn. The default value is one hour. |
| Fs. checkpoint. size |
33554432 |
Backup interval by log size interval, effective only for snn, default 64 M |
| Io. compression. codecs |
Org. apache. hadoop. io. compress. DefaultCodec, Com. hadoop. compression. lzo. LzoCodec, Com. hadoop. compression. lzo. LzopCodec, Org. apache. hadoop. io. compress. GzipCodec, Org. apache. hadoop. io. compress. BZip2Codec (For typographical adjustment, do not press ENTER for actual configuration) |
The codecs used by Hadoop. gzip and bzip2 are built-in. The lzo must be installed with hadoopgpl or kevinweil, separated by commas (,), and snappy must also be installed separately. |
| Io. compression. codec. lzo. class |
Com. hadoop. compression. lzo. LzoCodec |
Compression encoder used by LZO |
| Topology. script. file. name |
/Hadoop/bin/RackAware. py |
Rack-aware script location |
| Topology. script. number. args |
1000 |
Rack-aware script-managed hosts, IP addresses |
| Fs. trash. interval |
10800 |
HDFS garbage bin settings, can be restored to accidental deletion, in minutes, 0 is disabled, add this item without restarting hadoop |
| Hadoop. http. filter. initializers |
Org. apache. hadoop. security. AuthenticationFilterInitializer (For typographical adjustment, do not press ENTER for actual configuration) |
Jobtracker and tasktracker are required. Users of http access ports such as namenode and datanode must configure all nodes. |
| Hadoop. http. authentication. type |
Simple | kerberos | # AUTHENTICATION_HANDLER_CLASSNAME # |
Verification method. The default value is simple. You can also define your own class. You need to configure all nodes. |
Hadoop. http. authentication. Token. validity (For typographical adjustment, do not press ENTER for actual configuration) |
36000 |
The validity period of the token. You must configure all nodes. |
Hadoop. http. authentication. Signature. secret (For typographical adjustment, do not press ENTER for actual configuration) |
Parameter unspecified by default |
By default, private signatures are automatically generated when hadoop is started. You need to configure all nodes. |
| Hadoop. http. authentication. cookie. domain |
Domian. tld |
The domain name of the cookie used for http verification. If the IP address is accessed, this item is invalid. You must configure a domain name for all nodes. |
Hadoop. http. authentication. Simple. anonymous. allowed (For typographical adjustment, do not press ENTER for actual configuration) |
True | false |
Dedicated for simple verification. Anonymous access is allowed by default. true |
| Hadoop. http. authentication. Kerberos. principal (For typographical adjustment, do not press ENTER for actual configuration) |
HTTP/localhost @ $ LOCALHOST |
Dedicated for Kerberos authentication. The authenticated entity must use HTTP as the K Name |
Hadoop. http. authentication. Kerberos. keytab (For typographical adjustment, do not press ENTER for actual configuration) |
/Home/xianglei/hadoop. keytab |
Dedicated for Kerberos authentication, key file storage location |
| Hadoop. security. authorization |
True | false |
Hadoop service level authentication security verification, must be used with the hadoop-policy.xml, configured with dfsadmin, mradmin-refreshServiceAcl refresh effective |
| Io. file. buffer. size |
131072 |
Used as the buffer size for reading and writing serialized files |
| Hadoop. security. authentication |
Simple | kerberos |
Permission verification for hadoop itself, non-http access, simple or kerberos |
| Hadoop. logfile. size |
1000000000 |
Set the log file size. If the size exceeds the limit, the new log is rolled. |
| Hadoop. logfile. count |
20 |
Maximum number of logs |
| Io. bytes. per. checksum |
1024 |
The number of bytes verified by each verification code. Do not exceed io. file. buffer. size. |
| Io. skip. checksum. errors |
True | false |
When processing serialized files, skip the verification code error without throwing an exception. Default Value: false. |
| Io. serializations |
Org. apache. hadoop. io. Serializer. WritableSerialization (Typographical needs. Do not press ENTER for actual configuration) |
Serialized codecs |
| Io. seqfile. compress. blocksize |
1024000 |
The minimum block size, in bytes, of the serialized file. |
| Webinterface. private. actions |
True | false |
If this parameter is set to true, operations such as killing tasks and deleting files will be connected to the tracker page of JT and NN. The default value is false. |