Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non-default db #25

Open
kchatterjee opened this issue Jan 3, 2013 · 1 comment
Open

Support for non-default db #25

kchatterjee opened this issue Jan 3, 2013 · 1 comment

Comments

@kchatterjee
Copy link

I am trying to use a non-default db to issue the windowing queries. I see there is a patch for that but encountered some issue in building it. Can you send me (kasturi.chatterjee at gmail.com) a latest jar with the fix?

Thanks

@kchatterjee
Copy link
Author

An Update: I was able to build the recent jar. But when I try to invoke the service, I get the following error:

hive --service windowingCli
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hive/common/io/CachingPrintStream
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.hadoop.util.RunJar.main(RunJar.java:201)
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hive.common.io.CachingPrintStream
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant