Problem regarding Name Node

2009-11-19 Thread Mohan Agarwal
*Hi, I have installed hadoop-0.19.2 on my system and I am using Hive to access the data on HDFS. But when I starting the hadoop server and trying to print the data stored in the table using hive CLI, it is throwing the following exception.* *hive> select * from ; FAILED: Unknown exception : o

Problem regarding Name Node

2009-11-19 Thread Mohan Agarwal
*Hi, I have installed hadoop-0.19.2 on my system and I am using Hive to access the data on HDFS. But when I starting the hadoop server and trying to print the data stored in the table using hive CLI, it is throwing the following exception.* *hive> select * from ; FAILED: Unknown exception : o

Re: Selecting single column of table created w/Serde fails

2009-11-19 Thread Jerome Boulon
When you¹re doing a select *, you¹re not using a Map/Reduce, just reading data directly Select some column will try to create a new directory on HDFS and will fail because of safe mode. Wait for your HDFS to no longer be on safe mode: Name node is in safe mode. /Jerome. On 11/19/09 5:27 PM, "ke

Selecting single column of table created w/Serde fails

2009-11-19 Thread Ken.Barclay
Hello, I was trying the following in the Cloudera training vm 0.3.2 (hadoop 0.20): I'm parsing a syslog file with RegexSerDe. I created the table thus: CREATE TABLE syslog (month STRING, day STRING, time STRING, host STRING, logline STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde

TransactionNotWritableException

2009-11-19 Thread David Lerman
Has anyone seen a TransactionNotWritableException during a LOAD DATA command? We get it very sporadically - I'd say one out of every couple hundred loads - and if you rerun the same query, it runs fine. We're using Hive trunk r819727, and MySQL directly as the metastore. Log below. Thanks! -Dav