Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Database Design & Development Hadoop

Learn by Example : HBase - The Hadoop Database

25 solved examples to get you up to speed with HBase
Rating: 4.1 out of 54.1 (493 ratings)
5,299 students
Created by Loony Corn
Last updated 1/2018
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Set up a database for your application using HBase
  • Integrate HBase with MapReduce for data processing tasks
  • Create tables, insert , read and delete data from HBase
  • Get an all round understanding of HBase and it's role in the Hadoop ecosystem
Curated for the Udemy for Business collection

Course content

9 sections • 43 lectures • 4h 56m total length

  • Preview01:50
  • Source Code and PDFs
    00:04

  • Preview07:17
  • Installing HBase
    10:57
  • The Hadoop ecosystem
    Preview08:01
  • The role of HBase in the Hadoop ecosystem
    09:42
  • How is HBase different from RDBMS?
    03:10
  • HBase Data Model
    10:44
  • Introducing CRUD operations
    08:32
  • HBase is different from Hive
    04:48

  • [For Linux/Mac OS Shell Newbies] Path and other Environment Variables
    08:25
  • Preview05:23
  • Example 2 - Inserting a row
    03:51
  • Example 3 - Updating a row
    03:14
  • Example 4 - Retrieving a row
    04:24
  • Example 5 - Retrieving a range of rows
    03:47
  • Example 6 - Deleting a row
    02:11
  • Example 7 - Deleting a table
    02:17

  • Example 8 - Creating a table with HBaseAdmin
    06:36
  • Preview08:33
  • Example 10 - Inserting a list of Puts
    03:30
  • Example 11 - Retrieving data - Get and Result objects
    10:55
  • Example 12 - A list of Gets
    03:34
  • Example 13 - Deleting a row
    02:25
  • Example 14 - A list of Deletes
    02:36
  • Example 15 - Mix and match with batch operations
    06:02
  • Example 16 - Scanning a range of rows
    08:06
  • Example 17 - Deleting a table
    03:50

  • HBase Architecture
    09:20

  • Example 18 - Filter by Row id - RowFilter
    08:56
  • Example 19 - Filter by column value - SingleColumnValueFilter
    05:13
  • Example 20 - Apply multiple conditions - Filterlist
    04:31
  • Example 21 - Retrieve rows within a time range
    02:11
  • Example 22 - Atomically incrementing a value with Counters
    07:31

  • Example 23 : A MapReduce task to count Notifications by Type
    10:24
  • Example 23 continued: Implementing the MapReduce in Java
    13:35
  • Demo : Running a MapReduce task
    02:21

  • Example 24 : Implement a Notification Hierarchy
    13:30
  • Example 25: Implement a Notifications Manager
    12:05

  • Hadoop Install Modes
    08:32
  • Hadoop Install Step 1 : Standalone Mode
    15:46
  • Hadoop Install Step 2 : Pseudo-Distributed Mode
    11:44
  • Setting up a Virtual Linux Instance - For Windows Users
    15:58

Requirements

  • You'll need to have an IDE where you can run Java code, Intellij IDEA and Eclipse are both good options
  • You'll need to have some experience with Java programming

Description

Prerequisites: Working with HBase requires knowledge of Java

Taught by a team which includes 2 Stanford-educated, ex-Googlers  and 2 ex-Flipkart Lead Analysts. This team has decades of practical experience in working with large-scale data processing jobs. 

Relational Databases are so stuffy and old! Welcome to HBase - a database solution for a new age. 

HBase: Do you feel like your relational database is not giving you the flexibility you need anymore? Column oriented storage, no fixed schema and low latency make HBase a great choice for the dynamically changing needs of your applications. 

What's Covered: 

25 solved examples covering all aspects of working with data in HBase
CRUD operations in the shell and with the Java API, Filters, Counters, MapReduce 

Implement your own notification service for a social network using HBase

HBase and it’s role in the Hadoop ecosystem, HBase architecture and what makes HBase different from RDBMS and other Hadoop technologies like Hive. 

Who this course is for:

  • Yep! Anyone who is interested in understanding HBase, NoSQL and distributed database management
  • Yep! Engineers who want to move away from RDBMS and use HBase for their database solution
  • Yep! Folks who are using Hadoop ecosystem tools for analytical processing and want a single system for both OLAP and OLTP

Featured review

Chufan Xiao
Chufan Xiao
179 courses
48 reviews
Rating: 5.0 out of 511 months ago
The concept of HBase is explained clearly. Lecturer also explained the code line by line about what it does to give me hands on experience. The course can be divided into 4 parts: (1) HBase fundamental concept. (2) HBase command line (3) HBase Java API (4) HBase with Map Reduce notification service project

Instructor

Loony Corn
An ex-Google, Stanford and Flipkart team
Loony Corn
  • 4.2 Instructor Rating
  • 22,039 Reviews
  • 131,451 Students
  • 73 Courses

Loonycorn is us, Janani Ravi and Vitthal Srinivasan. Between us, we have studied at Stanford, been admitted to IIM Ahmedabad and have spent years  working in tech, in the Bay Area, New York, Singapore and Bangalore.

Janani: 7 years at Google (New York, Singapore); Studied at Stanford; also worked at Flipkart and Microsoft

Vitthal: Also Google (Singapore) and studied at Stanford; Flipkart, Credit Suisse and INSEAD too

We think we might have hit upon a neat way of teaching complicated tech courses in a funny, practical, engaging way, which is why we are so excited to be here on Udemy!

We hope you will try our offerings, and think you'll like them :-)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.