(You mean 0.6, right?)

I'm not able to reproduce this (just tested with latest trunk on Linux and 
Mac).  Is anyone else seeing it?

JVS

On Jun 23, 2010, at 1:51 PM, Edward Capriolo wrote:

> Trunk and 6.0 both show this in hadoop local mode and hadoop distributed mode.
> 
> export HADOOP_HOME=/home/edward/hadoop/hadoop-0.20.2_loca
> edw...@ec dist]$ export
> HADOOP_HOME=/home/edward/hadoop/hadoop-0.20.2_local[edw...@ec dist]$
> bin/hive
> Hive history file=/tmp/edward/hive_job_log_edward_201006231647_1723542005.txt
> hive> show tables;
> FAILED: Parse Error: line 0:-1 cannot recognize input '<EOF>'
> 
> [edw...@ec dist]$ more /tmp/edward/hive.log
> 2010-06-23 16:41:00,749 ERROR ql.Driver
> (SessionState.java:printError(277)) - FAILED: Parse Error: line 0:-1
> cannot recognize input '<EOF>'
> 
> org.apache.hadoop.hive.ql.parse.ParseException: line 0:-1 cannot
> recognize input '<EOF>'
> 
>       at 
> org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:401)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:299)
>       at org.apache.hadoop.hive.ql.Driver.run(Driver.java:379)
>       at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:138)
>       at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:197)
>       at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:302)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at org.apache.hadoop.util.RunJar.main(RunJar.java:156)

Reply via email to