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

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

    [ https://issues.apache.org/jira/browse/AMBARI-13696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987655#comment-14987655 ] 

Hudson commented on AMBARI-13696:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3763 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3763/])
AMBARI-13696. HDFS has issues after enabling wire encryption and (dlysnichenko: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ca7b8298366b5cb549d6a9de838274ab2cb139f7])
* ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py


> 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
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>         Attachments: AMBARI-13696.patch
>
>
> 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)