<?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: How to use Encrypted zone vi NFS? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104110#M15619</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/2277/john-lee.html" nodeid="2277"&gt;@john Lee&lt;/A&gt;&lt;P&gt;This can help to give some pointers to resolve this.&lt;/P&gt;&lt;P&gt;1) Support jira &lt;A href="https://issues.apache.org/jira/browse/HDFS-7003" target="_blank"&gt;https://issues.apache.org/jira/browse/HDFS-7003&lt;/A&gt;  (TDE is supported with NFS)&lt;/P&gt;&lt;P&gt;2) Permission denied and I/O error &lt;A href="https://issues.apache.org/jira/browse/HDFS-6411" target="_blank"&gt;https://issues.apache.org/jira/browse/HDFS-6411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) It has hint to the problem  &lt;A target="_blank" href="https://support.pivotal.io/hc/en-us/articles/204185008-Write-data-to-HDFS-via-NFS-gateway-failed-with-Input-output-error-"&gt;link&lt;/A&gt;  (The issue may not be related to TDE) &lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 00:07:00 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-02-15T00:07:00Z</dc:date>
    <item>
      <title>How to use Encrypted zone vi NFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104106#M15615</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I download sandbox HDP_2.3.2_virtualbox.ova for evaluating the TDE(transparent data encryption) feature. After simple setup, the HDFS CLI works as expected; but I also want to see TDE works with NFS. &lt;/P&gt;&lt;P&gt;As yo can see below, Both TDE and NFS works fine on their own. However, I can't make them to work together. In my tests, I created one encrypted /zone_encr dir and one unencrypted /zone_plain dir; I mounted the HDFS on /mnt/nfs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test 1: Unencrypted zone works fine.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;copy file to/from /mnt/nfs/zone_plain/  works as epxected;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test 2: Encrypted zone not working.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[hdfs@sandbox ~]$  cp test.txt /mnt/nfs/zone_encr/testx.txt
cp: cannot create regular file `/mnt/nfs/zone_encr/testx.txt': Permission denied
[hdfs@sandbox ~]$ cat /mnt/nfs/zone_encr/test2.txt 
cat: /mnt/nfs/zone_encr/test2.txt: Stale file handle&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Test 3: Giving hdfs all the KMS managed permissions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After giving "hdfs" all the permissions in the KMS policy (did it on the Ranger web site &lt;/P&gt;&lt;P&gt;&lt;A href="http://127.0.0.1:6080/index.html#!/service/6/policies/18/edit" target="_blank"&gt;http://127.0.0.1:6080/index.html#!/service/6/policies/18/edit&lt;/A&gt; ), I got different error when copying files to the directory:&lt;/P&gt;&lt;PRE&gt;[hdfs@sandbox ~]$ cp test.txt /mnt/nfs/zone_plain/fromNFS.txt
cp: cannot create regular file `/mnt/nfs/zone_plain/fromNFS.txt': Input/output error&lt;/PRE&gt;&lt;P&gt;On the other hand, read works:&lt;/P&gt;&lt;PRE&gt;[hdfs@sandbox ~]$ cat /mnt/nfs/zone_encr/test3.txt&lt;/PRE&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John Lee&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:30:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104106#M15615</guid>
      <dc:creator>john_lee</dc:creator>
      <dc:date>2016-01-20T13:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Encrypted zone vi NFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104107#M15616</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 04:30:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104107#M15616</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T04:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Encrypted zone vi NFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104108#M15617</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2277/john-lee.html" nodeid="2277"&gt;@john Lee&lt;/A&gt; are you still having problems with this? Can you provide your own solution or accept best answer?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:22:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104108#M15617</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T05:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Encrypted zone vi NFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104109#M15618</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/553/mherring.html" nodeid="553"&gt;@Mark Herring&lt;/A&gt; no response since 02/02.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 23:53:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104109#M15618</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-14T23:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Encrypted zone vi NFS?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104110#M15619</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2277/john-lee.html" nodeid="2277"&gt;@john Lee&lt;/A&gt;&lt;P&gt;This can help to give some pointers to resolve this.&lt;/P&gt;&lt;P&gt;1) Support jira &lt;A href="https://issues.apache.org/jira/browse/HDFS-7003" target="_blank"&gt;https://issues.apache.org/jira/browse/HDFS-7003&lt;/A&gt;  (TDE is supported with NFS)&lt;/P&gt;&lt;P&gt;2) Permission denied and I/O error &lt;A href="https://issues.apache.org/jira/browse/HDFS-6411" target="_blank"&gt;https://issues.apache.org/jira/browse/HDFS-6411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) It has hint to the problem  &lt;A target="_blank" href="https://support.pivotal.io/hc/en-us/articles/204185008-Write-data-to-HDFS-via-NFS-gateway-failed-with-Input-output-error-"&gt;link&lt;/A&gt;  (The issue may not be related to TDE) &lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 00:07:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-Encrypted-zone-vi-NFS/m-p/104110#M15619</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-15T00:07:00Z</dc:date>
    </item>
  </channel>
</rss>

