Yea, leave the default string out when querying the hive default configuration.
Chris Matta [email protected] 215-701-3146 On Wed, Jun 17, 2015 at 9:33 AM, Leon Clayton <[email protected]> wrote: > Just done this on the sandbox and it works fine. > > 0: jdbc:drill:> select count(1) from hive.orders; > +------------+ > | EXPR$0 | > +------------+ > | 122000 | > +------------+ > > On 17 Jun 2015, at 14:22, Arthur Chan <[email protected]> wrote: > > > Hi, > > > > I ran a simple one table hive query "select count(1) from > > hive.`default`.txn", > > I got > > > > Query Failed: An Error Occurred > > org.apache.drill.common.exceptions.UserRemoteException: > > SYSTEM ERROR: java.lang.RuntimeException: serious problem > > > > Please advise > > Regards > >
