Re: Issues building hive

2012-11-02 Thread Arnab Guin
I am using a Linux 64 machine. ant package completes without errors. I tried the hive in the build/dist directory. Same problem. If I try hive> add FILE foo.bar; It works fine. All other complex commands including 'select ' are failing. Thanks On Nov 1, 2012, at 11:45 PM, amareshwari sriramda

Re: Issues building hive

2012-11-01 Thread amareshwari sriramdasu
On which machine, are you building hive? When I built in mac and tried to execute, i got the same problem. It works fine in Linux. On Wed, Oct 31, 2012 at 11:29 PM, Arnab Guin wrote: > Hi, > > I executed the following command on the root directory of the installation > (checked out from SVN). >

Issues building hive

2012-10-31 Thread Arnab Guin
Hi, I executed the following command on the root directory of the installation (checked out from SVN). ant clean package Hive built successfully but when I invoke Hive and execute a command, it gives the following error: bin/hive hive> CREATE TABLE X(S STRING); FAILED: ParseException line 1:13