<?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 How to move files from HDFS to HIVE? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134579#M31620</link>
    <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I have set of .csv files in HDFS folder with different columns, i want to move this files to HIVE dynamically. How to move this set of files to HIVE ? please help me and thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2016 10:04:52 GMT</pubDate>
    <dc:creator>manikandan</dc:creator>
    <dc:date>2016-06-13T10:04:52Z</dc:date>
    <item>
      <title>How to move files from HDFS to HIVE?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134579#M31620</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I have set of .csv files in HDFS folder with different columns, i want to move this files to HIVE dynamically. How to move this set of files to HIVE ? please help me and thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:04:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134579#M31620</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-06-13T10:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to move files from HDFS to HIVE?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134580#M31621</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10670/manikandan.html" nodeid="10670"&gt;@Manikandan Durairaj&lt;/A&gt;&lt;P&gt;Here is the sample code:&lt;/P&gt;&lt;PRE&gt;CREATE EXTERNAL TABLE IF NOT EXISTS Cars(
        Name STRING, 
        Miles_per_Gallon INT,
        Cylinders INT,
        Displacement INT,
        Horsepower INT, 
        Weight_in_lbs INT,
        Acceleration DECIMAL,
        Year DATE,
        Origin CHAR(1))
    COMMENT 'Data about cars from a public database'
    ROW FORMAT DELIMITED
    FIELDS TERMINATED BY ','
    STORED AS TEXTFILE
    location '/user/&amp;lt;username&amp;gt;/visdata'; &lt;/PRE&gt;&lt;P&gt; Link might help you more&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_dataintegration/content/moving_data_from_hdfs_to_hive_external_table_method.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_dataintegration/content/moving_data_from_hdfs_to_hive_external_table_method.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:19:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134580#M31621</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-06-13T10:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to move files from HDFS to HIVE?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134581#M31622</link>
      <description>&lt;P&gt;how to create the hive table dynamically based on the csv files.&lt;/P&gt;&lt;P&gt; for example, if csv1 file consists of 3 columns and csv2 file consists of 4 columns how to create hive table dynamically for both&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 11:40:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134581#M31622</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-06-13T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to move files from HDFS to HIVE?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134582#M31623</link>
      <description>&lt;P&gt;thanks for ur reply sri but i have following doubt please give any solution&lt;/P&gt;&lt;P&gt;how to create the hive table dynamically based on the csv files.&lt;/P&gt;&lt;P&gt;for example, if csv1 file consists of 3 columns and csv2 file consists of 4 columns how to create hive table dynamically for both&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 11:41:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-move-files-from-HDFS-to-HIVE/m-p/134582#M31623</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-06-13T11:41:37Z</dc:date>
    </item>
  </channel>
</rss>

