[
https://issues.apache.org/jira/browse/PHOENIX-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14980681#comment-14980681
]
Hudson commented on PHOENIX-2353:
---------------------------------
SUCCESS: Integrated in Phoenix-master #939 (See
[https://builds.apache.org/job/Phoenix-master/939/])
PHOENIX-2353 Return exit status from bulk load (gabrielr: rev
c26cce5038971a01a4864e473ec249f78ebfa892)
* phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvBulkLoadTool.java
> CsvBulkLoadTool exits with non-zero exit code on tool failure
> -------------------------------------------------------------
>
> Key: PHOENIX-2353
> URL: https://issues.apache.org/jira/browse/PHOENIX-2353
> Project: Phoenix
> Issue Type: Bug
> Reporter: Matt Kowalczyk
> Assignee: Gabriel Reid
> Fix For: 4.7.0
>
> Attachments: PHOENIX-2353.patch
>
>
> The main method for CsvBulkLoadTool.java,
> public static void main(String[] args) throws Exception {
> ToolRunner.run(new CsvBulkLoadTool(), args);
> }
> should expose the return value of ToolRunner#run to the OS. It's useful to
> know whether the job succeeded or failed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)