Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link ADD JAR/FILE to CLI doc's Hive Resources section

...

This statement lets you create a function that is implemented by the class_name.  Jars, files, or archives which need to be added to the environment can be specified with the USING clause; when the function is referenced for the first time by a Hive session, these resources will be added to the environment as if ADD JAR/FILE had been issued.  If Hive is not in local mode, then the resource location must be a non-local URI such as an HDFS location.

...