Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
Impala 2.0
-
None
-
# cat /etc/redhat-release
CentOS release 6.3 (Final) and
ubuntu/precise/amd64 precise-cdh5
Description
Shell build version: Impala Shell v2.0.0-cdh5 (ecf30af) built on Sat Oct 11 13:56:06 PDT 2014)
[localhost:21000] > create table t(id int);
Query: create table t(id int)
Fetched 0 row(s) in 0.04s
[localhost:21000] > insert into table t values(1);
Query: insert into table t values(1)
Inserted 1 row(s) in 11.76s
profile shows =
- DML Metastore update finished: 11s315ms (10s050ms);
thank you!