Ok nevermind the question before. I found them jars all in the build
directory.
Maybe the copy process should be included into the ant job.
Also two other libraries have been missing: antlr runtime & jline
Can these be integrated into the lib?
Now I've got hive runnin and unfortunately I receiving following error:
hive> CREATE TABLE pokes (foo INT, bar STRING);
java.lang.NoSuchFieldError: ruleMemo
at
org.apache.hadoop.hive.ql.parse.HiveParser.<init>(HiveParser.java:264)
at
org.apache.hadoop.hive.ql.parse.ParseDriver$HiveParserX.<init>(ParseDriv
er.java:194)
at
org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:253)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:122)
at
org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:183)
at
org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:208)
at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
Somebody knows a solution for this?
Thanks for help
Von: Sancar Gazi [mailto:[email protected]]
Gesendet: Freitag, 13. Februar 2009 12:02
An: [email protected]
Betreff: Missing hive execution jar
Hi,
i am really interested to try hive out asap, because it looks like a
great technology.
While having a windows machine here at work, I installed vmware with
preconfigured hadoop (following this guide
http://public.yahoo.com/gogate/hadoop-tutorial/html/module3.html) and
trying out the examples, I can tell it works!
Now I downloaded hive into Vmware (and did these steps
http://wiki.apache.org/hadoop/Hive/GettingStarted) but when I try to run
hive I get the error message that the hive execution jar in the lib
directory is missing.
What did I miss and how can I get it to work?
Thanks,
Sancar