brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

Exit status of loader on error is 0 #88

Open jcross-linkup opened 6 years ago

jcross-linkup commented 6 years ago

We ran into this problem while using the loader. We would exceed the number of bad insert rows, but the loader would still exit 0. So, we didn't realize that it stopped loading our data until we noticed missing data from our import.

We submitted a pull request that fixes the issue: #87