sparker
  • Hello
  • Intro
  • Hadoop
  • Hive
    • Intro
    • File Formats
    • Internal and External tables
    • SQL
      • Beginner
      • Advanced
    • Partitioning and Bucketing
    • Performance Optimisation
    • Compression Techniques
    • Misc
  • Spark
    • Real relief
  • Streaming
    • Kafka
  • No-SQL
  • Fancy Databases
  • Cloud
  • Airflow
  • DevOps
  • K8s
    • My_cheatSheets
  • Languages
    • scala
    • Python
    • Golang
    • Julia
    • R
  • Developer's Nation
  • k-no-w me
Powered by GitBook
On this page

Was this helpful?

  1. Hive

Intro

PreviousHiveNextFile Formats

Last updated 7 months ago

Was this helpful?

Just another SQL but intended to view files on Hadoop. This is to serve as a quick checkpoint where to start what to start for a new or upcoming data engineer like me.

Hive under the hood uses MapReduce to present the data in tabular format. Think it is like a wrapper on top of HDFS.

Let's talk business