<?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: Can i store the output from the parquet file as csv using PIG in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103917#M15519</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2247/psivala.html" nodeid="2247"&gt;@Pradeep Allu&lt;/A&gt; You can combine these 2 to see if it works. If does then please do submit an article. &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-7-1/CDH4-Installation-Guide/cdh4ig_parquet.html"&gt;link1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/9910908/store-output-to-a-single-csv"&gt;link2&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2016 04:03:33 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-20T04:03:33Z</dc:date>
    <item>
      <title>Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103916#M15518</link>
      <description />
      <pubDate>Wed, 20 Jan 2016 03:37:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103916#M15518</guid>
      <dc:creator>psivala</dc:creator>
      <dc:date>2016-01-20T03:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103917#M15519</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2247/psivala.html" nodeid="2247"&gt;@Pradeep Allu&lt;/A&gt; You can combine these 2 to see if it works. If does then please do submit an article. &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-7-1/CDH4-Installation-Guide/cdh4ig_parquet.html"&gt;link1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/9910908/store-output-to-a-single-csv"&gt;link2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 04:03:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103917#M15519</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-20T04:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103918#M15520</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2247/psivala.html" nodeid="2247"&gt;@Pradeep Allu&lt;/A&gt;
&lt;P&gt;Load as parquet then&lt;/P&gt;&lt;P&gt;store as PigStorage(',') syntax will save as csv.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:11:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103918#M15520</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-20T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103919#M15521</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2247/psivala.html" nodeid="2247"&gt;@Pradeep Allu&lt;/A&gt; for more robust usecases use csv storer &lt;A href="http://help.mortardata.com/integrations/amazon_s3/csv"&gt;Link&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:14:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103919#M15521</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-20T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103920#M15522</link>
      <description>&lt;P&gt;Thanks Artem the PigStorage(',') worked &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:31:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103920#M15522</guid>
      <dc:creator>psivala</dc:creator>
      <dc:date>2016-01-20T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can i store the output from the parquet file as csv using PIG</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103921#M15523</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2247/psivala.html" nodeid="2247"&gt;@Pradeep Allu&lt;/A&gt; don't forget to accept the best answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:34:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-i-store-the-output-from-the-parquet-file-as-csv-using/m-p/103921#M15523</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-20T08:34:24Z</dc:date>
    </item>
  </channel>
</rss>

