Table of Contents

About

The set command permits to modify the behavior of the hive command line client application.

Example

  • to show the column names above the results
set hive.cli.print.header=true;
set hive.execution.engine=tez;