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/06/18 23:38:59 UTC

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

Dear Wiki user,

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

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

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

  }}}
  
  
+ For a more involved example, see [[Hive/GenericUDAFCaseStudy]].
+ 
  == Deploying jars for User Defined Functions and User Defined SerDes ==
  
  In order to start using your UDF, you first need to add the code to the classpath:
@@ -64, +66 @@

  my_jar.jar
  }}}
  
- For a more involved example, see [[Hive/GenericUDAFCaseStudy]].
-