This is a continuation of “Internal Tables in Hive” from the previous article. There is an option to decide where to place the data when
Internal Tables in Hive – Part-1
As mentioned in the previous post, when the data is temporary or if you want Hive to control the life cycle of the table and
CDH Compatible Versions – Hive, Impala and HUE
How to get Apache Hive, Apache Impala and Hue version details? This is the question that many learners who use Cloudera’s supplied QuickStart VM are
Convert Delimited Data Into Columns In MySQL
This article addresses the conversion of the delimited data into columns in MySQL. There are is a function called “SUBSTRING_INDEX” that helps us convert the
Convert Delimited Data Into Columns In SQL Server
This article addresses the conversion of the delimited data into columns in SQL Server. There are two functions called “STRING_SPLIT” and “PARSENAME” that helps us
Convert Delimited Data Into Columns In Hive
The conversion of delimited data into columns in Apache Hive is discussed in this article. If the data is already loaded as a single column