Impala Prerequisites

This section describes software prerequisites for Impala.

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

To successfully install and run Impala, verify that the system meets the following hardware and software requirements. Note that Impala must be installed on a node that contains HPE Ezmeral Data Fabric Core. Because of tight coupling with Core, it is not possible to run Impala on a client node.

Prerequisite Requirement
Operating System The MapR repository provides packages for the 64-bit operating systems listed in Operating System Support Matrix. For restrictions associated with a specific operating system or Impala version, see the support table for your EEP under EEP Components and OS Support.
Core Software See Component Versions for Released EEPs. Also see EEP Support and Lifecycle Status.
EEP repository Set up the EEP repository, if you have not already done so. For instructions on setting up the EEP repository, see Step 2: Prepare Packages and Repositories.
Hive Metastore

You must install and configure a Hive metastore. Configure the Hive metastore service and connect to a MySQL database through the service. For more information, see Installing Hive.

Note: Verify that hive-site.xml contains the hive.metastore.uris setting, and substitute the appropriate host name for metastore_server_host on every Impala server node.

Example
<property>
   <name>hive.metastore.uris</name>
   <value>thrift://<metastore_server_host>:9083</value>
</property>
Hive Hive 2.3 is required to run Impala 2.12.x. Impala must have access to the same metastore database that Hive uses. For Hive configuration information, see the Hive documentation.
HPE Ezmeral Data Fabric Database HPE Ezmeral Data Fabric Database binary tables (HBase 1.4.12.x API) are required to run Impala. Install mapr-hbase-1.4.12.x from the EEP repository.
Java JDK 11 is required.

See JDK Support Matrix.

OpenSSL Version 1.0.2 (or newer)