YouTube
LinkedIn
Instagram
https://www.youtube.com/embed/5bgkRZPRKFo
Cloud Computing - Similar to Car Rental?
https://www.youtube.com/embed/3AWUaJcYZms
Cloud Virtual Machine - Cloud Server
https://www.youtube.com/embed/frq21KZ3w4w
Serverless Computing - Function as a Service (FaaS)
  • 1
  • 2
  • 3
  • 4

Cloud Computing - Similar to Car Rental?

Cloud Virtual Machine - Cloud Server

Serverless Computing - Function as a Service (FaaS)

Cloud Regions and Availability Zones

Cloud Block Storage as a Service

Cloud File Storage as a Service

Cloud Object Storage as a Service

Covid-19 hooks Zoom up with Oracle Cloud - Explained with Memes

This is Big Data

Cloud Desktop as a Service

Category: Apache Hive

Hive: How to clear the contents of Hive CLI

Command You’re most likely familiar with the clear command to clear the contents of Unix /Linux shells. You can use a slightly modified version of this command to clear the contents of the Hive CLI. Keyboard Shortcut Alternatively, the following keyboard shortcut can be used to clear the contents of the Hive CLI.

Hive: How to display column names in SELECT statement output

If you’re executing any SELECT statement on Hive cli, only the rows are displayed. The column names are not displayed by default. To show the column headers, print.header property needs to be set to true. This can be done with the following statement. By default, the output of SELECT statement will not have any column […]

Find the version of Apache Hive from Command Line Interface (CLI)

The version of Apache Hive can be retrieved from Command Line. You don’t have to navigate through the configuration files or browse through the User Interface. There are two commands that can be used from Command Line to obtain the version of Apache Hive. COMMAND #1 This command follows the popular convention used by other […]

Scroll to Top