You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/13 23:53:31 UTC

[Hadoop Wiki] Update of "Hive/StorageHandlers" by JohnSichi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hive/StorageHandlers" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/StorageHandlers?action=diff&rev1=5&rev2=6

--------------------------------------------------

  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).
+ 
  == HiveMetaHook Interface ==
  
  The {{{HiveMetaHook}}} interface is reproduced below; for details, see