On Thu, Nov 11, 2010 at 10:57 PM, bryan xu <bryanxu.da...@gmail.com> wrote: > Dear all, > I would like to add jar to Hive in one session, and make this jar > "global" available to other New sessions. It seems "add jar filename.jar" > only preHook on current thread. > Any help or pointers on how to solve this? > > Thanks > bryan
You can run commands globally. You can use place a .hiverc in user home or hive home. https://issues.apache.org/jira/browse/HIVE-1414 Everything in this file is run on startup. Edward