You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/11/03 15:47:27 UTC

[jira] [Created] (AMBARI-13696) HDFS has issues after enabling wire encryption and reconfiguring DATANODEs

Dmitry Lysnichenko created AMBARI-13696:
-------------------------------------------

             Summary: HDFS has issues after enabling wire encryption and reconfiguring DATANODEs
                 Key: AMBARI-13696
                 URL: https://issues.apache.org/jira/browse/AMBARI-13696
             Project: Ambari
          Issue Type: Bug
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko



Steps:
# Deployed cluster.
# Enabled security.
# Enabled wire encryption.
# Set up dfs.datanode.address to value <=1023.
# Set up dfs.datahode.http.address to value <=1023.
# Set up dfs.datahode.https.address to value > 1023.
# Set up dfs.http.policy value to HTTP_AND_HTTPS.
# Restart HDFS components.

Restart was failed with [^datanodeRestart.txt] for datanode.

After that was executed:
# Set up dfs.datanode.address to use ports > 1023.
# Set up dfs.datanode.https.address to use ports > 1023.
# Set up dfs.data.transfer.protection to authentication.
# Set up dfs.http.policy value to HTTPS_ONLY.
# Restart HDFS components.

Restart was failed for datanode also.

Next steps:
# Set up dfs.datanode.address to use ports > 1023.
# Set up dfs.datanode.https.address to use ports > 1023.
# Set up dfs.data.transfer.protection to integrity.
# Set up dfs.http.policy value to HTTPS_ONLY.
# Restart HDFS components.

Restart was passed.

Next steps:
# Set up dfs.datanode.address to use ports <= 1023.
# Set up dfs.datanode.http.address to use ports <= 1023.
# Set up dfs.http.policy value to HTTP_ONLY.
# Delete dfs.data.transfer.protection.
# Restart HDFS components.

Restart was failed with [^namenodeStart.txt] for namenode.
Now NameNode can not to be restarted/started.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)