Re: A question about HiveStatement.executeUpdate's exception

2012-08-31 Thread Carl Steinbach
tted just yet. > > > > I've asked for the status on the JIRA, let's see what they say:-) > > > > Mark > > > > - Original Message - > > From: "Liyifan" > > To: user@hive.apache.org > > Sent: Tuesday, August 28, 201

Re: A question about HiveStatement.executeUpdate's exception

2012-08-31 Thread Edward Capriolo
A, let's see what they say:-) > > Mark > > - Original Message - > From: "Liyifan" > To: user@hive.apache.org > Sent: Tuesday, August 28, 2012 9:47:37 PM > Subject: A question about HiveStatement.executeUpdate's exception > > > > >

Re: A question about HiveStatement.executeUpdate's exception

2012-08-31 Thread Mark Grover
well (https://reviews.facebook.net/D4293) but nothing has been committed just yet. I've asked for the status on the JIRA, let's see what they say:-) Mark - Original Message - From: "Liyifan" To: user@hive.apache.org Sent: Tuesday, August 28, 2012 9:47:37 PM Subje

A question about HiveStatement.executeUpdate's exception

2012-08-28 Thread Liyifan
Hi, all. I'm new to Hive, I have a question about executeUpdate. I executed a SQL by invoking HiveStatement.executeUpdate method. I found that it throws an "Method not supported" exception. And I checked the code in hive-0.9\jdbc\src\java\org\apache\hadoop\hive\jdbc\HiveStatement.java, I found