Gabriel Reid created PHOENIX-2251:
-------------------------------------
Summary: Make MapReduce CSV import stop immediately on errors
Key: PHOENIX-2251
URL: https://issues.apache.org/jira/browse/PHOENIX-2251
Project: Phoenix
Issue Type: Improvement
Reporter: Gabriel Reid
The MapReduce CSV bulk loader currently has a setting to ignore input errors.
However, when an input error occurs, an exception is just thrown in the map
task, and the map task will be retried multiple times.
We should also increment a job counter when this happens, and the job client
can then monitor the status of this counter -- if it gets incremented, the job
can be cancelled immediately from the job client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)