Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.1.0
-
None
-
ghx-label-6
Description
Currently Impala schedules erasure coded scan in the same way as scheduling regular HDFS scan: it tries to schedule the scan on a datanode processing the block. This makes little sense with erasure coding so we should schedule it as if the block is remote.