What are SQL Unions?
SQL Stands for Structured Query Language(SQL). SQL UNION combines the results of two or more queries into a single result set in a database that includes all the rows that…
SQL Stands for Structured Query Language(SQL). SQL UNION combines the results of two or more queries into a single result set in a database that includes all the rows that…
Apache HBase is an open-source, non-relational, distributed database modeled after Google's BigTable. It is developed as part of the Apache Software Foundation and is written in Java. It sits on…
In the earlier blog, we read about Apache Kafka and its architecture. In this blog post, we will learn about Apache Kafka's Important components. Zookeeper It is the coordination interface…
SparkSession has been the main entry point to Spark applications since Spark 2.0. Before Spark 2.0 Spark Context was the main entry point for any Spark applications. We see how…
Oracle Database Server 12c is an industry-leading relational database server. This Docker Image contains the Oracle Database Server 12 Enterprise Edition running on Oracle Linux 7. This image contains a…
We can run Apache Pig Latin code and Pig statements using various modes. We will go through all of the Apache Pig execution modes in detail in this blog post.
Homebrew is a free and open-source package management system that makes it easier to install software on Apple MacOS and Linux. It is easy to use and integrates well into…
Apache Flume is an Apache open source project used for moving massive quantities of streaming data into HDFS. It collects log data from the web server logs files and aggregates…
Loops in Bash Scripting are the process of repeating the same script or logic many numbers of times. It works best when it is used for any of the below…
AWS, or Amazon Web Services, is a subsidiary of Amazon that provides various cloud computing options. It provides certain on-demand resources for hosting web services, storage, networking, databases, and other…