Pages
(Move to ...)
Home
Thank You
▼
Wednesday, September 30, 2020
Hive - Extended Properties
›
In this article, you will learn how to list out the properties of a database or a table in Hive. DATABASE LEVEL: DESCRIBE DATABASE db_name; ...
Hive Table Properties
›
The TBLPROPERTIES clause enables you to use your own metadata key/value pairs to tag the table definition. There are also several predefined...
Word Count in HiveQL - Explode and Split Usage
›
This article aims to explain the usage of the SPLIT function in HiveQL. If you are looking for a similar function in SQL Server, then please...
Tuesday, September 29, 2020
File formats and compression in Apache Hive
›
The purpose of this article is to address the different file formats and compression codecs in Apache Hive that are available for different ...
Commonly used Apache Hive non-SQL Statements
›
Commands are non-SQL statements such as setting a property or adding a resource. They can be used in HiveQL scripts or directly in the CLI ...
HDFS Basic Commands
›
This article will explore some Hadoop basic commands that help in our day-to-day activities. Hadoop file system shell commands are organized...
1 comment:
File exists error in HDFS - CopyFromLocal
›
HDFS is a distributed file system designed to run on top of the local file system. Many times we may need to copy files from different sourc...
Monday, September 28, 2020
Difference between CopyFromLocal, Put, CopyToLocal and Get
›
The purpose of this article is to let you know about few HDFS commands that are identical in behavior but distinct. CopyFromLocal and Put: ...
An alternative to ISNULL() and NVL() functions in Hive
›
The NVL() function enables you to substitute null for a more relevant alternative in the query results. This function accepts two arguments....
1 comment:
Hive Internal vs External Tables
›
This article offers a summary of the situations in which you would need to create internal (managed) tables and external ...
‹
›
Home
View web version