Cloudera Runtime Release NotesPDF version

What's New in Apache Impala

This topic lists new features for Apache Impala in this release of Cloudera Runtime.

Multi-threaded query execution can be enabled manually on a per-query basis using the mt_dop query option for all SELECT queries. Previously queries with joins were not supported.

For details, see MT_DOP query option.

If Impala inserts into a table it refreshes the underlying table/partition. When the configuration enable_insert_events is set to True Impala will generate INSERT event types which when received by other Impala clusters will automatically refresh the tables or partitions. Event processing must be ON, for this property to work.

To help reduce spilling to disk:

  • Added startup parameter to support Spill-to-disk compression to increase effective scratch capacity by 2.5x.
  • Added startup parameter to reclaim space in scratch files.
  • Improved the efficiency of the data cache by providing an option to use a different cache eviction algorithm (LIRS).

For details, see Using Text Data Files.

This release adds client retry support in the impala-shell. For details about installing the impala-shell, see Using Impala shell.

In this release, you can set a limit for the size of a broadcast input. For details, see Impala Query Options.

Impala stability and performance have been improved. Consequently, ORC reads are now enabled in Impala by default. To disable, set -\-enable_orc_scanner to false when starting the cluster.

This release adds support for primary and foreign key constraints, but in this release the constraints are advisory and intended for estimating cardinality during query planning in a future release. There is no attempt to enforce constraints. For details, see the “Constraints” section of Create Table Statement.

By default HMS implicitly translates internal Kudu tables to external Kudu tables with the 'external.table.purge' property set to true. These tables behave similar to internal tables. You can explicitly create such external Kudu tables. For details, see the “External Kudu Tables” section of Create Table Statement.

This release supports Ranger column masking, which hides sensitive columnar data in Impala query output. For example, you can define a policy that reveals only the first or last four characters of column data. Column masking is enabled by default. For details, see the "Ranger Column Masking" section in Impala Authorization.

We want your opinion

How can we improve this page?

What kind of feedback do you have?