Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hive Storage Handlers

...

Table of Contents

Introduction

...

The configureTableJobProperties method is called as part of
planning a job for execution by Hadoop. It is the responsibility of
the storage handler to examine the table definition and set corresponding
attributes on jobProperties. At execution time, only these jobProperties
will be available to the input format, output format, and serde.

See also Hive- FilterPushdownDev to learn how a storage handler can participate in filter evaluation (to avoid full-table scans).

...