xavifeds8 commented on PR #2399: URL: https://github.com/apache/phoenix/pull/2399#issuecomment-4329654731
With commons-csv 1.0, CsvBulkLoadTool would fail the entire MapReduce job when encountering a malformed CSV record. **After the upgrade of commons-csv to 1.14.1** --ignore-errors: Bad records are skipped, good records are loaded, errors are counted in MR counters Without --ignore-errors: Job fails gracefully with a clear error message instead of crashing Sanity test for the upgrade : https://gist.github.com/xavifeds8/bd6015a1733ddbf630cbbdb453bdbc0d -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
