Results 27 comments of YC

That class should be included in the jar file, you might use any zip tool to open the jar file for verification. Maybe you do not use --auxpath to include...

according to the exception message, it's expected there should have a method looks like: public String sayHello(){...} in class com.sun.jini.example.hel lo.Hello, but it's not... What are you trying to build?...

then I guess there might be some older version of this class been cached somewhere. Try to restart everything and try again.

1. which version of Hive are you working with? 2. from the stacktrace, it seems that this error happens during perform join but not insert, so could you try to...

It seems that your hive/hadoop enviroment has some mis-configuration issue... hive 0.9.0 itself is ok, we have used it in production env for several months... On Wednesday, May 29, 2013,...

make sure you add all required jar to auxpath when launching hive, e.g. $HIVE_HOME/bin/hive --auxpath /home/yc.huang/mongo-java-driver-2.6.3.jar,/home/yc.huang/guava-r06.jar, /home/yc.huang/hive-mongo-0.0.1-SNAPSHOT.jar On Wednesday, May 29, 2013, Minely wrote: > Hi, it's me again. >...

could you post the full exception stack?

according to the exception stack, the NumberFormatException is thrown when parsing the mongo db port: # this.db = new Mongo(host, Integer.valueOf(port)).getDB(dbName); and it seems that the port specified in the...

Thanks Brian, I have a full time job and do not need donation at this time. Thanks for your requirments information, I will be on vacation for several weeks, and...

Great idea! Currently it's not supported since we have different use cases: we use mongodb to store some meta/user profile data, and we need to both query and update to...