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
