<?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: HDFS NFS copy commands fails with cannot create regular file Input/output error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167319#M53848</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/103/rgautam.html" nodeid="103"&gt;@Raghav Kumar Gautam&lt;/A&gt;- Can you please share HDFS NFS server logs?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 07:54:20 GMT</pubDate>
    <dc:creator>namaheshwari</dc:creator>
    <dc:date>2017-02-09T07:54:20Z</dc:date>
    <item>
      <title>HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167318#M53847</link>
      <description>&lt;P&gt;cp /tmp/Data_src/1MB_File /tmp/tmp_mnt/NFS_DIR/1MB_File&lt;/P&gt;&lt;P&gt;cp: cannot create regular file ‘/tmp/tmp_mnt/NFS_DIR/1MB_File’: Input/output error&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 07:53:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167318#M53847</guid>
      <dc:creator>rgautam</dc:creator>
      <dc:date>2017-02-09T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167319#M53848</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/103/rgautam.html" nodeid="103"&gt;@Raghav Kumar Gautam&lt;/A&gt;- Can you please share HDFS NFS server logs?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 07:54:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167319#M53848</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-02-09T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167320#M53849</link>
      <description>&lt;P&gt;From the HDFS NFS logs I see the below exception&lt;/P&gt;&lt;PRE&gt;org.apache.hadoop.ipc.RemoteException(java.io.IOException): Access time for hdfs is not configured.  Please set dfs.namenode.accesstime.precision configuration parameter.
        at org.apache.hadoop.hdfs.server.namenode.FSDirAttrOp.setTimes(FSDirAttrOp.java:105)
        at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.setTimes(FSNamesystem.java:1953)
        at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.setTimes(NameNodeRpcServer.java:1360)
        at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.setTimes(ClientNamenodeProtocolServerSideTranslatorPB.java:926)
        at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:640)
        at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:982)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2351)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2347)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1833)
        at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2345)
        at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1552)
        at org.apache.hadoop.ipc.Client.call(Client.java:1496)
        at org.apache.hadoop.ipc.Client.call(Client.java:1396)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:233)
        at com.sun.proxy.$Proxy12.setTimes(Unknown Source)
        at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.setTimes(ClientNamenodeProtocolTranslatorPB.java:901)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
&lt;/PRE&gt;&lt;P&gt;I have set the dfs.access.time.precision value to 360000 in hdfs-site.xml. Please let me know what am I missing here&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 07:57:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167320#M53849</guid>
      <dc:creator>rgautam</dc:creator>
      <dc:date>2017-02-09T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167321#M53850</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/103/rgautam.html" nodeid="103"&gt;@Raghav Kumar Gautam&lt;/A&gt;&lt;P&gt;As from the logs you can see you need to set the dfs.namenode.accesstime.precision value to 3600000. 
The property dfs.access.time.precision is deprecated. Ambari sets the new one dfs.namenode.accesstime.precision to 0, which disables setting access time.
So, setting the new property should resolve the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 08:00:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167321#M53850</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-02-09T08:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167322#M53851</link>
      <description>&lt;P&gt;Hi Raghav, I am also facing same issue.. is it resolved for you?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 21:09:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/167322#M53851</guid>
      <dc:creator>pmalla</dc:creator>
      <dc:date>2017-06-21T21:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: HDFS NFS copy commands fails with cannot create regular file Input/output error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/375991#M53852</link>
      <description>&lt;P&gt;In CDP 7.1.8 you cant set access time parameter&amp;nbsp;&lt;/P&gt;&lt;DIV class="property-name small"&gt;dfs.access.time.precision to zero, it doesnt accept this value while updating the configuration.&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Sep 2023 07:53:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDFS-NFS-copy-commands-fails-with-cannot-create-regular-file/m-p/375991#M53852</guid>
      <dc:creator>Shyam_siam</dc:creator>
      <dc:date>2023-09-05T07:53:58Z</dc:date>
    </item>
  </channel>
</rss>

