<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: SSL Configurations for HSFTP Sources in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167807#M29694</link>
    <description>&lt;P&gt;When data is being transferred from secure to unsecure cluster via distcp. User will require to set ipc.client.fallback-to-simple-auth-allowed=true on secure machine otherwise distcp operation will fail with permission error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Sys_Admin_Guides/content/ref-c8ffaa14-eaf8-48a6-9791-307283d5d29d.1.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Sys_Admin_Guides/content/ref-c8ffaa14-eaf8-48a6-9791-307283d5d29d.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When ipc.client.fallback-to-simple-auth-allowed is set to true, hdfs client switch to SASL SIMPLE (unsecure) authentication. &lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 07:50:01 GMT</pubDate>
    <dc:creator>yvora</dc:creator>
    <dc:date>2016-06-14T07:50:01Z</dc:date>
    <item>
      <title>SSL Configurations for HSFTP Sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167806#M29693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to transfer HDFS files securely between two clusters using &lt;/P&gt;&lt;P&gt;hadoop distcp  hsftp://&amp;lt;host1&amp;gt;:50470/srcPath  hdfs://&amp;lt;host2&amp;gt;:8020/destPath.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Sys_Admin_Guides/content/ref-bbf68907-3bb1-4ef9-ba4e-aecb737a0222.1.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_Sys_Admin_Guides/content/ref-bbf68907-3bb1-4ef9-ba4e-aecb737a0222.1.html&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;"HSFTP, uses HTTPS by default. This means that data will be encrypted in transit"&lt;/PRE&gt;&lt;P&gt;Source Cluster is made secure with ssl setup on all nodes and dfs.http.policy is set to HTTP_AND_HTTPS .In destination cluster we have truststore of source cluster.&lt;/P&gt;&lt;P&gt;I understand that Distcp hsftp command when we run on destination cluster, it talks to source name node on 50470 port which is secure. Does that mean  actual data transfer between data nodes is also secure? If so, can someone explain me how it works .&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 00:02:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167806#M29693</guid>
      <dc:creator>subacini_balakr</dc:creator>
      <dc:date>2016-05-26T00:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Configurations for HSFTP Sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167807#M29694</link>
      <description>&lt;P&gt;When data is being transferred from secure to unsecure cluster via distcp. User will require to set ipc.client.fallback-to-simple-auth-allowed=true on secure machine otherwise distcp operation will fail with permission error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Sys_Admin_Guides/content/ref-c8ffaa14-eaf8-48a6-9791-307283d5d29d.1.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Sys_Admin_Guides/content/ref-c8ffaa14-eaf8-48a6-9791-307283d5d29d.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When ipc.client.fallback-to-simple-auth-allowed is set to true, hdfs client switch to SASL SIMPLE (unsecure) authentication. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:50:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167807#M29694</guid>
      <dc:creator>yvora</dc:creator>
      <dc:date>2016-06-14T07:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Configurations for HSFTP Sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167808#M29695</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10666/subacini-balakrishna.html" nodeid="10666"&gt;@subacini balakrishnan&lt;/A&gt;, HTTP calls to both the NameNode and the DataNode will utilize SSL.  Since it utilizes SSL for the data transfer performed with the DataNode, the bytes in transit are encrypted and cannot be read by a man-in-the-middle attacker.&lt;P&gt;The way this works is that the HTTP client first initiates a call to the NameNode using either the "http" or "https" scheme.  For a file read or write operation, the NameNode will select an appropriate DataNode and send an HTTP 302 redirect response back to the client telling it to reconnect to that DataNode to complete its request.  When the NameNode performs this redirect, it detects the scheme of the incoming call that was sent to it and preserves that scheme in the Location header of the HTTP 302 redirect response.  Thus, for a request originating at the NameNode via "http", the redirection will point to an "http" URL on a DataNode, and for a request originating at the NameNode via "https", the redirection will point to an "https" URL on a DataNode.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:43:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167808#M29695</guid>
      <dc:creator>cnauroth</dc:creator>
      <dc:date>2016-06-14T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Configurations for HSFTP Sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167809#M29696</link>
      <description>&lt;P&gt;Hi Yvora,&lt;/P&gt;&lt;P&gt;I didnt set this property and didnt face any permission issue. We are using hsftp and captured packets during transit. Data is encrypted and communication is happening over  secure ports [50470, 50475 ]. Please confirm.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 01:22:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/SSL-Configurations-for-HSFTP-Sources/m-p/167809#M29696</guid>
      <dc:creator>subacini_balakr</dc:creator>
      <dc:date>2016-06-15T01:22:02Z</dc:date>
    </item>
  </channel>
</rss>

