IMPALA-231 fix hbase perf issue by deleteing local java ref

This commit is contained in:
Alan Choi
2013-04-16 17:37:50 -07:00
committed by Henry Robinson
parent 0cf6c6efca
commit 7aadac236d
2 changed files with 15 additions and 3 deletions

View File

@@ -40,10 +40,11 @@ int, boolean
====
---- QUERY
# test insert into ... select *
# using limit 1 to reduce execution time
insert into table hbaseinsertalltypesagg
select * from hbaseinsertalltypesagg
select * from hbaseinsertalltypesagg limit 1
---- RESULTS
: 10001
: 1
---- SETUP
RELOAD hbaseinsertalltypesagg
====