Dear Wiki user,

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

The following page has been changed by LarryOgrodnek:
http://wiki.apache.org/hadoop/Hive/AdminManual/Plugins

The comment on the change is:
changed 'register' to 'create'

------------------------------------------------------------------------------
  
  Once hive is started up with your jars in the classpath, the final step is to 
register your function:
  {{{
- register temporary function my_lower as 'com.example.hive.udf.Lower';
+ create temporary function my_lower as 'com.example.hive.udf.Lower';
  }}}
  Now you can start using it:
  {{{

Reply via email to