You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2015/09/11 17:56:45 UTC

[jira] [Created] (PHOENIX-2251) Make MapReduce CSV import stop immediately on errors

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)