Tag: hive
-
Apache Hive Deep Dive – Load Data from Local File System
Welcome to the first post of the series called “Apache Hive Deep Dive”. In this post we are going to explore what happens behind the scenes in HDFS when we issue the following commands in Hive: CREATE DATABASE CREATE TABLE LOAD DATA DROP TABLE DROP DATABASE In this exercise, the data will be loaded from the local file…