Re: Help calling CsvBulkLoadTool from Java Method

2015-12-18 Thread Gabriel Reid
Hi Jonathan, It looks like this is a bug that was relatively recently introduced in the bulk load tool (i.e. that the exit status is not correctly reported if the bulk load fails). I've logged this as a jira ticket: https://issues.apache.org/jira/browse/PHOENIX-2538. This means that for now, ther

Help calling CsvBulkLoadTool from Java Method

2015-12-17 Thread Cox, Jonathan A
I'm wondering if somebody can provide some guidance on how to use CsvBulkLoadTool from within a Java Class, instead of via the command line, as is shown in the documentation. I'd like to determine if CsvBulkLoadTool ran without throwing any exceptions. However, exceptions generated by org.apach