Last active
September 24, 2019 00:36
-
-
Save mesmacosta/9cd71079db175d64a0c10de1a9e4e1ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ╔═════════════════════════════╦════════════════════════════════════════════════════════════════╗ | |
| ║ Property ║ Interface Or Abstract class ║ | |
| ╠═════════════════════════════╬════════════════════════════════════════════════════════════════╗ | |
| ║ hive.exec.pre.hooks ║ org.apache.hadoop.hive.ql.hooks.ExecuteWithHookContext ║ | |
| ║ hive.exec.post.hooks ║ org.apache.hadoop.hive.ql.hooks.ExecuteWithHookContext ║ | |
| ║ hive.exec.failure.hooks ║ org.apache.hadoop.hive.ql.hooks.ExecuteWithHookContext ║ | |
| ║ hive.metastore.init.hooks ║ org.apache.hadoop.hive.metastore.MetaStoreInitListener ║ | |
| ║ hive.exec.driver.run.hooks ║ org.apache.hadoop.hive.ql.HiveDriverRunHook ║ | |
| ║ hive.semantic.analyser.hook ║ org.apache.hadoop.hive.ql.parse.AbstractSemanticAnalyzerHook ║ | |
| ╚═════════════════════════════╩════════════════════════════════════════════════════════════════╝ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment