RE: select count(1) causes java.io.IOException

2011-01-03 Thread kiteraddict
solved in thread "select count(1)" on Mon, 03 Jan

Re: select count(1)

2011-01-03 Thread kiteraddict
t; I had written an article on using Hive from Jython >> - http://csgrad.blogspot.com/2010/04/to-use-language-other-than-java-say.html. >>  Verifying that all the jars listed in the article are in your classpath may >> help. >> Regards >> Dilip >> >> On Mon, Ja

Re: select count(1)

2011-01-03 Thread kiteraddict
To specify things: I run the embedded mode with the url: "jdbc:hive://". If I take "jdbc:hive://localhost:1/default" with the hiveserver mode, the error will not occur and everything's fine. But I need multithreated access to my data. Malte 2011/1/3 kiteraddict : &g

Re: select count(1)

2011-01-03 Thread kiteraddict
Hi Dilip, Unfortunately, not. No special characters. Tried a symlink as well... The Path seems ok, and the strange is: select count(1) from the cli woks. I get the same error in Eclipse and in Netbeans (OSX 10.6.4). However thank you for your tip! Malte 2011/1/3 Dilip Joseph : > Does the full path

RE: select count(1)

2011-01-03 Thread kiteraddict
see more specific question at Mon, 03 Jan, 13:55

RE: client / jdbc tables

2011-01-03 Thread kiteraddict
my fault, didn't realize the different locations of the derby-database for the metadata and that only one client per time may able to connect.