<?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 Import / Load data from CSV to Hbase in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48614#M49240</link>
    <description>&lt;P&gt;i am new in hadoop developer, now i try to research with Hbase table.&lt;/P&gt;&lt;P&gt;i want to try to load data from my CSV file. I have more than 10 million data from my CSV file. so i want to populate it to the Hbase table.&lt;/P&gt;&lt;P&gt;but i do not know how to do it. Anybody can help me ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is step by step to populate hbase table from my CSV file ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much, i need somebody help ..&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 10:51:39 GMT</pubDate>
    <dc:creator>Mjudhandoyo</dc:creator>
    <dc:date>2022-09-16T10:51:39Z</dc:date>
    <item>
      <title>Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48614#M49240</link>
      <description>&lt;P&gt;i am new in hadoop developer, now i try to research with Hbase table.&lt;/P&gt;&lt;P&gt;i want to try to load data from my CSV file. I have more than 10 million data from my CSV file. so i want to populate it to the Hbase table.&lt;/P&gt;&lt;P&gt;but i do not know how to do it. Anybody can help me ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is step by step to populate hbase table from my CSV file ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much, i need somebody help ..&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:51:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48614#M49240</guid>
      <dc:creator>Mjudhandoyo</dc:creator>
      <dc:date>2022-09-16T10:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48615#M49241</link>
      <description>You are looking for the ImportTSV utility offered by HBase, and its&lt;BR /&gt;bulk-load option. Read up more at&lt;BR /&gt;&lt;A href="http://archive.cloudera.com/cdh5/cdh/5/hbase/book.html#_importtsv" target="_blank"&gt;http://archive.cloudera.com/cdh5/cdh/5/hbase/book.html#_importtsv&lt;/A&gt; to learn&lt;BR /&gt;how to use the ImportTSV to prepare bulk-loadable output, followed by&lt;BR /&gt;&lt;A href="http://archive.cloudera.com/cdh5/cdh/5/hbase/book.html#arch.bulk.load.complete" target="_blank"&gt;http://archive.cloudera.com/cdh5/cdh/5/hbase/book.html#arch.bulk.load.complete&lt;/A&gt;&lt;BR /&gt;which&lt;BR /&gt;shows how to load the prepared output finally into HBase.&lt;BR /&gt;&lt;BR /&gt;There's also a slightly dated example of the process on the Cloudera&lt;BR /&gt;Engineering blog which uses a CSV example with the above process:&lt;BR /&gt;&lt;A href="http://blog.cloudera.com/blog/2013/09/how-to-use-hbase-bulk-loading-and-why/" target="_blank"&gt;http://blog.cloudera.com/blog/2013/09/how-to-use-hbase-bulk-loading-and-why/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Dec 2016 08:04:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48615#M49241</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-12-18T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48667#M49242</link>
      <description>&lt;P&gt;so i must to download the importtsv again ? or function importtsv had been there since i download and install hbase for my cluster ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:24:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48667#M49242</guid>
      <dc:creator>Mjudhandoyo</dc:creator>
      <dc:date>2016-12-20T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48668#M49243</link>
      <description>The ImportTSV utility comes included with your CDH installation.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:26:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48668#M49243</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-12-20T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48704#M49244</link>
      <description>&lt;P&gt;i try to use command&lt;/P&gt;&lt;P&gt;"hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.columns=HBASE_ROW_KEY,f:count wordcount word_count.csv"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i get an error like this permission denied : user = xxxxx , access = WRITE, inode ="/user":hdfs:supergroup:drwxr-xr-x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what must i do ? .. can you help me ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 07:59:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48704#M49244</guid>
      <dc:creator>Mjudhandoyo</dc:creator>
      <dc:date>2016-12-21T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48709#M49245</link>
      <description>&lt;P&gt;i have make it !&lt;/P&gt;&lt;P&gt;i can upload csv now thanks a lot for your help !&lt;/P&gt;&lt;P&gt;i appreciate that &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:06:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48709#M49245</guid>
      <dc:creator>Mjudhandoyo</dc:creator>
      <dc:date>2016-12-21T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48799#M49246</link>
      <description>&lt;P&gt;sorry for bother again..&lt;/P&gt;&lt;P&gt;i have upload it but when i try to upload it second time with same file..&lt;/P&gt;&lt;P&gt;my mapreduce result is success and the output file is exist.&lt;/P&gt;&lt;P&gt;but my database still empty , i don't know why becuase there is no error in the log.&lt;/P&gt;&lt;P&gt;i only change the name of the output folder, only that..&lt;/P&gt;&lt;P&gt;the first time, my output file is " output " and the next i change my output file to "output2",etc&lt;/P&gt;&lt;P&gt;do you know why ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;i don't know why this happen.. thank you very much&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 10:43:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/48799#M49246</guid>
      <dc:creator>Mjudhandoyo</dc:creator>
      <dc:date>2016-12-25T10:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import / Load data from CSV to Hbase</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/63411#M49247</link>
      <description>Hallo, can you help me?&lt;BR /&gt;I have a problem when importing data into hbase table. I've tried to use importtsv, but the problem is the number of columns in my file very much (1000 columns). Do I have to write all the columns or is there another way that can automatically increase the number of columns according to the file?&lt;BR /&gt;&lt;BR /&gt;Thankyou..</description>
      <pubDate>Mon, 08 Jan 2018 09:58:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Import-Load-data-from-CSV-to-Hbase/m-p/63411#M49247</guid>
      <dc:creator>Zie</dc:creator>
      <dc:date>2018-01-08T09:58:36Z</dc:date>
    </item>
  </channel>
</rss>

