Please visit my previous article for an introduction and detailed information regarding Apache Avro and its use in Apache Hive. This is a follow-up to
SQL Server – Altering IDENTITY Values
When a new record is added to a table, SQL Server generates a unique number using the IDENTITY keyword. This is the primary key field
Using Apache Avro in Apache Hive
Avro is a serialization system developed by Apache. It is a row-based storage format. Avro contains the data definition as well as the data in
Starting Hosts and Roles in Cloudera VM
Long ago, while I was running Cloudera VM 5.10.0.0, I thought to download the most recent version (of that time) to see what modifications or
Alternative to “UNION” in Apache Hive
The UNION operator is one of the most often used SQL operators. This function combines the results of two or more SELECT queries and returns
SQL Server – Altering DEFAULT Values
The DEFAULT keyword can be used to assign a default value to a column. If the user’s INSERT statement does not have a specific value,