<?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: Is there an -ignoreCrc equivalent when using getmerge? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99049#M12312</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;, than you for the script line - looks like i will be adding that in!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 08:18:33 GMT</pubDate>
    <dc:creator>emilysharpe</dc:creator>
    <dc:date>2015-12-16T08:18:33Z</dc:date>
    <item>
      <title>Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99046#M12309</link>
      <description>&lt;P&gt;When copying files from HDFS to a local file system:&lt;/P&gt;&lt;PRE&gt;hdfs dfs -copyToLocal &amp;lt;source&amp;gt; &amp;lt;dest&amp;gt;&lt;/PRE&gt;&lt;P&gt;you have options -crc and -ignoreCrc to turn the checksum files on/off.&lt;/P&gt;&lt;P&gt;I am merging/copying out to local using &lt;/P&gt;&lt;PRE&gt;hdfs dfs -getmerge &amp;lt;sourceDir&amp;gt; &amp;lt;destFile&amp;gt;&lt;/PRE&gt;&lt;P&gt;and end up with a hidden .destFile.crc file for each destFile.&lt;/P&gt;&lt;P&gt;Is there an equivalent way to turn this function off, or otherwise automatically remove the .destFile.crc if the corresponding destFile is deleted (from the local file system)?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 12:28:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99046#M12309</guid>
      <dc:creator>emilysharpe</dc:creator>
      <dc:date>2015-12-14T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99047#M12310</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1104/emilysharpe.html" nodeid="1104"&gt;@Emily Sharpe&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;I don't see any option  in -getmerge. I think you may want to write a shell script to remove .crc files from a particular location. Something like the following. You can run a cron to execute that &lt;/P&gt;&lt;PRE&gt;find . -type f -name '*.crc' -exec rm {} +&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:47:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99047#M12310</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-14T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99048#M12311</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/1104/emilysharpe.html" nodeid="1104"&gt;@Emily Sharpe&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is currently no way to skip writing the CRC file when running the -getmerge command.  I filed Apache JIRA &lt;A href="https://issues.apache.org/jira/browse/HADOOP-12643"&gt;HADOOP-12643&lt;/A&gt; to propose an enhancement to the command that would allow skipping the write of the CRC file.  In the meantime, the best option is probably to use a scripting workaround, such as the suggestion from &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 02:27:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99048#M12311</guid>
      <dc:creator>cnauroth</dc:creator>
      <dc:date>2015-12-16T02:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99049#M12312</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;, than you for the script line - looks like i will be adding that in!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:18:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99049#M12312</guid>
      <dc:creator>emilysharpe</dc:creator>
      <dc:date>2015-12-16T08:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99050#M12313</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/381/cnauroth.html" nodeid="381"&gt;@Chris Nauroth&lt;/A&gt; thanks for the confirmation, and great to know the option has been suggested &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 08:21:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99050#M12313</guid>
      <dc:creator>emilysharpe</dc:creator>
      <dc:date>2015-12-16T08:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an -ignoreCrc equivalent when using getmerge?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99051#M12314</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am trying to save my output results in Spark using saveAsTextFile(""). The result of which is multiple parts (part-0000, part-00001 ...so on) along with .crc files in the output directory. Do you have any idea how can I avoid forming the .crc files?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 20:30:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-there-an-ignoreCrc-equivalent-when-using-getmerge/m-p/99051#M12314</guid>
      <dc:creator>gmarya</dc:creator>
      <dc:date>2016-05-17T20:30:36Z</dc:date>
    </item>
  </channel>
</rss>

