<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pascal Helbig</title>
    <description>The latest articles on DEV Community by Pascal Helbig (@pascalhelbig).</description>
    <link>https://dev.to/pascalhelbig</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F318068%2F8fc32eae-6f94-418f-be74-f76de5a9aae6.jpeg</url>
      <title>DEV Community: Pascal Helbig</title>
      <link>https://dev.to/pascalhelbig</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pascalhelbig"/>
    <language>en</language>
    <item>
      <title>Learning the concepts of HBase</title>
      <dc:creator>Pascal Helbig</dc:creator>
      <pubDate>Mon, 17 Feb 2020 14:15:54 +0000</pubDate>
      <link>https://dev.to/pascalhelbig/learning-the-concepts-of-hbase-35fn</link>
      <guid>https://dev.to/pascalhelbig/learning-the-concepts-of-hbase-35fn</guid>
      <description>&lt;p&gt;Last week I started working with HBase. As someone who has worked almost exclusively with relational databases so far, it was not easy for me to understand the concepts behind HBase.&lt;/p&gt;

&lt;p&gt;There are several tutorials for HBase on the internet, but very few of them helped me to understand it. In this blog post I want to gather the links that have been useful to me:&lt;/p&gt;

&lt;h2&gt;
  
  
  Post by Jim Wilson
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dzone.com/articles/understanding-hbase-and-bigtab"&gt;https://dzone.com/articles/understanding-hbase-and-bigtab&lt;/a&gt;&lt;br&gt;
This blog post is also linked in the official documentation. Jim explains with JSON how the data is structured in HBase. I found this explanation particularly descriptive.&lt;/p&gt;

&lt;h2&gt;
  
  
  Article by Amandeep
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f.r43.cf2.rackcdn.com/9353-login1210_khurana.pdf"&gt;http://0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f.r43.cf2.rackcdn.com/9353-login1210_khurana.pdf&lt;/a&gt;&lt;br&gt;
At the beginning, Amandeep explains the structure of HBase. In the second part, he then uses an example to show how HBase is applied. He compares different solution approaches and indicates their advantages and disadvantages. Especially the second part helped me to design my own HBase schema.&lt;/p&gt;

&lt;h2&gt;
  
  
  The official Documentation
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://hbase.apache.org/book.html#datamodel"&gt;https://hbase.apache.org/book.html#datamodel&lt;/a&gt;&lt;br&gt;
To be honest, I have not read the complete HBase documentation. It is far too extensive to understand the fundamentals. But the chapter Data Model gives a good impression of how HBase is structured.&lt;/p&gt;

&lt;h2&gt;
  
  
  Playing with HBase shell
&lt;/h2&gt;

&lt;p&gt;To play around a bit with HBase, I used the following git repository: &lt;a href="https://github.com/big-data-europe/docker-hbase/"&gt;https://github.com/big-data-europe/docker-hbase/&lt;/a&gt;&lt;br&gt;
I should mention that for performance reasons HBase should not be used with Docker in production. To learn HBase, however, Docker is perfectly sufficient.&lt;/p&gt;

&lt;p&gt;I used the &lt;code&gt;docker-compose-standalone.yml&lt;/code&gt; file. After a &lt;code&gt;docker-compose up&lt;/code&gt;, I logged in with &lt;code&gt;docker exec -it hbase bash&lt;/code&gt; on the container. With &lt;code&gt;hbase shell&lt;/code&gt; on the container, I was connected with a working HBase environment.&lt;/p&gt;

&lt;p&gt;I play around with the HBase Shell commands I found here: &lt;a href="https://sparkbyexamples.com/hbase/hbase-shell-commands-cheat-sheet"&gt;https://sparkbyexamples.com/hbase/hbase-shell-commands-cheat-sheet&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hbase</category>
      <category>todayilearned</category>
    </item>
  </channel>
</rss>
