Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.7.2
-
-
Incompatible change
-
The default port for KMS service is now 9600. This is to avoid conflicts on the previous port 16000, which is also used by HMaster as the default port.
-
Patch
Description
The HBase's HMaster port number conflicts with Hadoop kms port number. Both uses 16000.
There might be use cases user need kms and HBase present on the same cluster. The HBase is able to encrypt its HFiles but user might need KMS to encrypt other HDFS directories.
Users would have to manually override the default port of either application on their cluster. It would be nice to have different default ports so kms and HBase could naturally coexist.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-9427 HDFS should not default to ephemeral ports
- Resolved
-
HBASE-10123 Change default ports; move them out of linux ephemeral port range
- Closed