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
Author: SHAFI SHAIK
Hi, this is Shafi Shaik, Microsoft Solutions Specialist in Data platform as well as in Data Management & Analytics. I am a certified associate in Oracle SQL*Plus and extensively trained in MongoDB Administration. My current role is Database administration with hands-on expertise in almost all relational databases namely Microsoft SQL Server, MySQL, Oracle SQL*Plus, PostGreSQL & Teradata. I'm also specialized in database development, warehousing, traditional data analysis and Big Data analysis.
Internal Tables in Hive – Part-2
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