Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

 When executing Hive scripts, you might want to populate their parameter values (e.g., username, password) at runtime. This way, you do not have to hard-code values in the Hive scripts and your implementation will be more dynamic, secure and easy to maintain. You can do this in two ways:

Table of Contents
maxLevel3
minLevel3

...

Add the following details to the analyzer-config.xml where it registers the alias for specific class analyzers.

name - alias name which maps to the class analyzer  

class - class analyzer

parameters - parameters that are accepted by class analyzer (optional)

Following is an example config,

...