Bucketing broken in hive 0.9.0?

2012-06-03 Thread Edward Capriolo
How come only a single output file is being produced here? Shouldnt this bucking produce 3 files? LOCAL MODE BTW [edward@tablitha hive-0.9.0-bin]$ bin/hive hive> create table numbersflat(number int); hive> load data local inpath '/home/edward/numbers' into table numbersflat; Copying data from file

Re: FileNotFoundException

2012-06-03 Thread kulkarni . swarnim
Did you setup the /usr/hive/warehouse directory in hdfs and do a chmod g+w on it? That would be required before you run any queries. On Jun 3, 2012, at 1:53 AM, Павел Мезенцев wrote: > Hello all! > > I tried to create simple table in hive > > create table test (a string); > > But its failed:

Unable to determine Hadoop version information.

2012-06-03 Thread Babak Bastan
Hi experts, I try to install hive and hadoop on my ubuntu.but if i type this command : hive --service hiveserver errors return like this: /home/babak/Downloads/hadoop/bin/hadoop: Zeile 258: /usr/lib/java-6-sun-1.6.0.26/bin/java: Datei oder Verzeichnis nicht gefunden /home/babak/Downloads/hadoop

Re: FileNotFoundException

2012-06-03 Thread Nitin Pawar
try setting up location in create table statement and provide valid hdfs path On Sun, Jun 3, 2012 at 12:23 PM, Павел Мезенцев wrote: > Hello all! > > I tried to create simple table in hive > > create table test (a string); > > But its failed: > FAILED: Error in metadata: MetaException(message:Go