<?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 extract Bz file in hdfs in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98276#M61405</link>
    <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt; . &lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 23:31:44 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2015-12-09T23:31:44Z</dc:date>
    <item>
      <title>How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98269#M61398</link>
      <description>&lt;P&gt;i already try this comment not working fine .....&lt;/P&gt;&lt;P&gt;hadoop fs -unzip /path/fileinRC_2015-01.bz2&lt;/P&gt;&lt;P&gt;hadoop fs -bunzip /path/fileinRC_2015-01.bz2&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:10:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98269#M61398</guid>
      <dc:creator>hadoopsmi</dc:creator>
      <dc:date>2015-12-09T21:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98270#M61399</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt;&lt;P&gt;You would need to do something like this &lt;I&gt;gunzip -c &lt;/I&gt;fileinRC_2015-01.bz2&lt;I&gt; | hadoop fs -put - &lt;/I&gt;/path/fileinhdfs&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:19:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98270#M61399</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-09T21:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98271#M61400</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt; This is &lt;A target="_blank" href="http://tricky.cz/uncompressing-files-into-hdfs-wikipedia-dump-example/"&gt;useful&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:32:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98271#M61400</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-09T21:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98272#M61401</link>
      <description>&lt;P&gt;&lt;STRONG&gt;i want extract file  with in hdfs ... &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i dont want extrct the file outside hdfs and put in file again in hdfs ... &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:37:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98272#M61401</guid>
      <dc:creator>hadoopsmi</dc:creator>
      <dc:date>2015-12-09T21:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98273#M61402</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;hadoop fs -text /hdfs_path/compressed_file.gz | hadoop fs -put -/hdfs_path/uncompressed-file.txt &lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:51:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98273#M61402</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-09T21:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98274#M61403</link>
      <description>&lt;P&gt;Thnks lot&lt;/P&gt;&lt;P&gt;but in ur comment minor correction (-put &lt;STRONG&gt;(space)&lt;/STRONG&gt; - &lt;STRONG&gt;(space) after given file path )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hadoop fs -text /hdfs_path/compressed_file.gz | hadoop fs -put - /hdfs_path/uncompressed-file.txt&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:26:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98274#M61403</guid>
      <dc:creator>hadoopsmi</dc:creator>
      <dc:date>2015-12-09T22:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98275#M61404</link>
      <description>&lt;P&gt;Thanks, it worked..&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:29:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98275#M61404</guid>
      <dc:creator>aravind_amirtha</dc:creator>
      <dc:date>2015-12-09T23:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract Bz file in hdfs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98276#M61405</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt; . &lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:31:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-extract-Bz-file-in-hdfs/m-p/98276#M61405</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-09T23:31:44Z</dc:date>
    </item>
  </channel>
</rss>

