Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 1.1.1
-
None
-
None
Description
Mem-limit is set to 2GB. When running this query, Impalad's mem consumption reached 3.7GB.
Query:
select * from just_ids a join just_ids b on a.id=b.id;
Table just_ids is 2.8GB. Text file. Single column bigint.
After sometime, the query is aborted, but top shows that the mem usage is 3.7GB.