<?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: hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174129#M50374</link>
    <description>&lt;P&gt;I did the same way, load data using PIG into a bag, and FILTER the TOP row. &lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2017 00:37:53 GMT</pubDate>
    <dc:creator>sreeviswa_athic</dc:creator>
    <dc:date>2017-01-11T00:37:53Z</dc:date>
    <item>
      <title>hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174127#M50372</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/164/rich.html" nodeid="164"&gt;@rich&lt;/A&gt;&lt;P&gt;hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ??&lt;/P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/164/rich.html" nodeid="164"&gt;
&lt;/A&gt;</description>
      <pubDate>Thu, 29 Dec 2016 12:12:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174127#M50372</guid>
      <dc:creator>rrs1610</dc:creator>
      <dc:date>2016-12-29T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174128#M50373</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15152/rrs1610.html" nodeid="15152"&gt;@Ramesh  Raja&lt;/A&gt; &lt;/P&gt;&lt;P&gt;In the exam you may or may not be required to remove the header.&lt;/P&gt;&lt;P&gt;It is better to know how to do it and feel more comfortable.&lt;/P&gt;&lt;P&gt;To remove header in Hive use tblproperties:&lt;/P&gt;&lt;PRE&gt;Create table test(
name string,
email string
)
tblproperties("skip.header.line.count"="1");

//Now load the data into the table&lt;/PRE&gt;&lt;P&gt;To remove header in Pig:&lt;/P&gt;&lt;PRE&gt;A=load 'data.csv' using PigStorage(',');
B=FILTER A BY $0&amp;gt;1;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jan 2017 15:13:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174128#M50373</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-01-10T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174129#M50374</link>
      <description>&lt;P&gt;I did the same way, load data using PIG into a bag, and FILTER the TOP row. &lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 00:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174129#M50374</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2017-01-11T00:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: hi i am planning to took HDPCD certificate exam this week. on practice exam in amazon webservices flight_delays1.csv file contains data with header. In exam i need to remove header manually ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174130#M50375</link>
      <description>@Ramesh Raja - &lt;P&gt;Pls consider accepting the answer if this has helped you at all.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 22:13:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hi-i-am-planning-to-took-HDPCD-certificate-exam-this-week-on/m-p/174130#M50375</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-03-16T22:13:23Z</dc:date>
    </item>
  </channel>
</rss>

