<?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 Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133676#M96343</link>
    <description>&lt;P&gt;
	These lines should come with HDP image in core-site.xml , if one wish to have working NFSGateway out of the box
&lt;/P&gt;
&lt;PRE&gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.hdfs.groups&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.hdfs.hosts&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;
	Without them this is the result in /var/log/hadoop/root/hadoop-hdfs-nfs3-sandbox.hortonworks.com.log
&lt;/P&gt;
&lt;PRE&gt;
2016-06-10 10:22:21,763 WARN  nfs3.RpcProgramNfs3 (RpcProgramNfs3.java:fsinfo(1982)) - Exception
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: hdfs is not allowed to imperson
ate root
        at org.apache.hadoop.ipc.Client.call(Client.java:1427)
        at org.apache.hadoop.ipc.Client.call(Client.java:1358)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
        at com.sun.proxy.$Proxy11.getFileLinkInfo(Unknown Source)
        at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileLinkInfo(ClientNamenodeProtocolTranslatorPB.java:7
84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
        at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
        at com.sun.proxy.$Proxy12.getFileLinkInfo(Unknown Source)
        at org.apache.hadoop.hdfs.DFSClient.getFileLinkInfo(DFSClient.java:2156)
        at org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Utils.getFileStatus(Nfs3Utils.java:58)
        at org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Utils.getFileAttr(Nfs3Utils.java:82)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.fsinfo(RpcProgramNfs3.java:1969)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.fsinfo(RpcProgramNfs3.java:1925)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.handleInternal(RpcProgramNfs3.java:2251)
        at org.apache.hadoop.oncrpc.RpcProgram.messageReceived(RpcProgram.java:167)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:281)
        at org.apache.hadoop.oncrpc.RpcUtil$RpcMessageParserStage.messageReceived(RpcUtil.java:132)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:555)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
        at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
        at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:107)
        at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
        at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:88)
        at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
        at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
        at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
&lt;/PRE&gt;
&lt;P&gt;
	with mount failing without useful error message
&lt;/P&gt;
&lt;PRE&gt;
mount -t nfs -o vers=3,proto=tcp,nolock 127.0.0.1:/ /media/
mount.nfs: mount system call failed
&lt;/PRE&gt;</description>
    <pubDate>Sat, 11 Jun 2016 06:05:03 GMT</pubDate>
    <dc:creator>vvatashki</dc:creator>
    <dc:date>2016-06-11T06:05:03Z</dc:date>
    <item>
      <title>Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133676#M96343</link>
      <description>&lt;P&gt;
	These lines should come with HDP image in core-site.xml , if one wish to have working NFSGateway out of the box
&lt;/P&gt;
&lt;PRE&gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.hdfs.groups&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;hadoop.proxyuser.hdfs.hosts&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;
	Without them this is the result in /var/log/hadoop/root/hadoop-hdfs-nfs3-sandbox.hortonworks.com.log
&lt;/P&gt;
&lt;PRE&gt;
2016-06-10 10:22:21,763 WARN  nfs3.RpcProgramNfs3 (RpcProgramNfs3.java:fsinfo(1982)) - Exception
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: hdfs is not allowed to imperson
ate root
        at org.apache.hadoop.ipc.Client.call(Client.java:1427)
        at org.apache.hadoop.ipc.Client.call(Client.java:1358)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
        at com.sun.proxy.$Proxy11.getFileLinkInfo(Unknown Source)
        at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileLinkInfo(ClientNamenodeProtocolTranslatorPB.java:7
84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
        at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
        at com.sun.proxy.$Proxy12.getFileLinkInfo(Unknown Source)
        at org.apache.hadoop.hdfs.DFSClient.getFileLinkInfo(DFSClient.java:2156)
        at org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Utils.getFileStatus(Nfs3Utils.java:58)
        at org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Utils.getFileAttr(Nfs3Utils.java:82)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.fsinfo(RpcProgramNfs3.java:1969)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.fsinfo(RpcProgramNfs3.java:1925)
        at org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3.handleInternal(RpcProgramNfs3.java:2251)
        at org.apache.hadoop.oncrpc.RpcProgram.messageReceived(RpcProgram.java:167)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:281)
        at org.apache.hadoop.oncrpc.RpcUtil$RpcMessageParserStage.messageReceived(RpcUtil.java:132)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)
        at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)
        at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:555)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
        at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
        at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
        at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:107)
        at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
        at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:88)
        at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
        at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
        at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
&lt;/PRE&gt;
&lt;P&gt;
	with mount failing without useful error message
&lt;/P&gt;
&lt;PRE&gt;
mount -t nfs -o vers=3,proto=tcp,nolock 127.0.0.1:/ /media/
mount.nfs: mount system call failed
&lt;/PRE&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:05:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133676#M96343</guid>
      <dc:creator>vvatashki</dc:creator>
      <dc:date>2016-06-11T06:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133677#M96344</link>
      <description>&lt;P&gt;This may require a bug or at least documentation of the above&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:37:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133677#M96344</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2016-06-11T06:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133678#M96345</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/132/abajwa.html" nodeid="132"&gt;@Ali Bajwa&lt;/A&gt;, I'm from the Tech Docs team. I'm happy to work with you, assuming that you need documentation assistance. Please file a bug and/or contact me directly.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 06:49:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133678#M96345</guid>
      <dc:creator>plevinson</dc:creator>
      <dc:date>2016-06-11T06:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133679#M96346</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11062/vvatashki.html" nodeid="11062"&gt;@Ventseslav Vat&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;This appears to be documented already in Step 1 of this topic in our documentation: &lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_hdfs_nfs_gateway/content/user-guide-hdfs-nfs-instructions.html"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_hdfs_nfs_gateway/content/user-guide-hdfs-nfs-instructions.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also find it documented in the Apache docs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html"&gt;https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Pattie&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 05:45:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133679#M96346</guid>
      <dc:creator>plevinson</dc:creator>
      <dc:date>2016-06-14T05:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133680#M96347</link>
      <description>&lt;P&gt;That is correct, but I'm talking about HDP 2.4 and 2.3.2 sandboxes. NfsGateway should work in those VM images. If you do a plain Ambari cluster from start, the NfsGateway is properly configured. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 15:24:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133680#M96347</guid>
      <dc:creator>vvatashki</dc:creator>
      <dc:date>2016-06-14T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133681#M96348</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11062/vvatashki.html" nodeid="11062"&gt;@Ventseslav Vat&lt;/A&gt;&lt;P&gt;We in Tech Docs have no control over the sandbox. You should file a bug against the HDP-2.3.2 and HDP-2.4 Sandbox (Project: Bug DB, Issue Type: Bug, Component: Sandbox). Provide a description of the problem in the bug, and also a link to this HCC post. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:24:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133681#M96348</guid>
      <dc:creator>plevinson</dc:creator>
      <dc:date>2016-06-14T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133682#M96349</link>
      <description>&lt;P&gt;Hopefully, that will fix your issue and help others in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:25:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133682#M96349</guid>
      <dc:creator>plevinson</dc:creator>
      <dc:date>2016-06-14T20:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133683#M96350</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11062/vvatashki.html" nodeid="11062"&gt;@Ventseslav Vat&lt;/A&gt;, I filed a JIRA against the Sandbox for this issue (https://hortonworks.jira.com/browse/BUG-60085), so the Sandbox team will take it from here. Thanks very much for letting us know about this issue. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:51:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133683#M96350</guid>
      <dc:creator>dhoyle</dc:creator>
      <dc:date>2016-06-14T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133684#M96351</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11062/vvatashki.html" nodeid="11062"&gt;@Ventseslav Vat&lt;/A&gt;&lt;P&gt;Sorry, about that. Mistakenly assumed you were a Hortonworks employee and could file a bug. &lt;A href="https://hortonworks.jira.com/browse/BUG-60085"&gt;https://hortonworks.jira.com/browse/BUG-60085&lt;/A&gt; has been filed on this issue. Hopefully, the problem will be fixed very soon.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:56:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133684#M96351</guid>
      <dc:creator>plevinson</dc:creator>
      <dc:date>2016-06-14T20:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem report HDP 2.4 User that is tunning NFSGateway doesn't have proxy rights</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133685#M96352</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11062/vvatashki.html" nodeid="11062"&gt;@Ventseslav Vat&lt;/A&gt;, BUG-60085 has been resolved, so this update will be in the next version (HDP-2.5) of the Sandbox.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 21:15:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-report-HDP-2-4-User-that-is-tunning-NFSGateway-doesn/m-p/133685#M96352</guid>
      <dc:creator>dhoyle</dc:creator>
      <dc:date>2016-06-23T21:15:36Z</dc:date>
    </item>
  </channel>
</rss>

