Basic Informatica Tutorial
Showing posts with label
Hive
.
Show all posts
Showing posts with label
Hive
.
Show all posts
Sunday, March 9, 2025
Partitioning
›
Hive organizes the tables into partitions, and partitions are subdivided into buckets. ALTER TABLE table_name ADD [IF NOT EXISTS] PARTITION ...
Create, Alter, Drop Databases and Tables
›
CREATE DATABASE [IF NOT EXISTS] userdb; DROP DATABASE IF EXISTS userdb; IF NOT EXISTS : This is a optional clause we are using to remove the...
Data Types
›
Data types in Hadoop are classified into 4 types - Column Types - Literals - Null Values - Complex Types When the data range exceeds the ran...
Hadoop/Hive
›
The term bigdata is used to refer large volumes of data. Using the traditional way to handle this data is very difficult. So, the Apache sof...
›
Home
View web version