Book Image

Apache Hive Cookbook

Book Image

Apache Hive Cookbook

Overview of this book

Hive was developed by Facebook and later open sourced in Apache community. Hive provides SQL like interface to run queries on Big Data frameworks. Hive provides SQL like syntax also called as HiveQL that includes all SQL capabilities like analytical functions which are the need of the hour in today’s Big Data world. This book provides you easy installation steps with different types of metastores supported by Hive. This book has simple and easy to learn recipes for configuring Hive clients and services. You would also learn different Hive optimizations including Partitions and Bucketing. The book also covers the source code explanation of latest Hive version. Hive Query Language is being used by other frameworks including spark. Towards the end you will cover integration of Hive with these frameworks.
Table of Contents (19 chapters)
Apache Hive Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Introducing Hue


Hadoop User Experience (Hue) is an open source web interface for analyzing data with Hadoop and its ecosystem components.

Hue brings together the most common Apache Hadoop components into a single web interface. Its main goal is to allow the users to use Hadoop without worrying about underlying complexity or using a command-line interface.

Getting ready

The following are the major features of Hue:

  • The file browser for HDFS

  • The job browser for MapReduce or YARN

  • Query editors for Apache Hive

  • Query editors for Apache Pig

  • The Apache Sqoop2 editor

  • The Apache ZooKeeper browser

  • The Apache HBase browser

We will focus on the Query editors for Apache Hive.

How to do it…

To run Hue, there are various steps that need to be followed. The installation of Hue might seem a little complex, but once Hue is set up, it will ease up the running Hive queries through the web interface without using terminal screens.

Prepare dependencies

If you are installing Hue on Ubuntu, you need to install the following libraries...