You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/07/30 01:39:16 UTC

[jira] Commented: (CASSANDRA-1340) making cassandra-cli friendlier to scripts

    [ https://issues.apache.org/jira/browse/CASSANDRA-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893861#action_12893861 ] 

Jonathan Ellis commented on CASSANDRA-1340:
-------------------------------------------

+1

> making cassandra-cli friendlier to scripts
> ------------------------------------------
>
>                 Key: CASSANDRA-1340
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1340
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>         Attachments: v1-0001-CASSANDRA-1340.-cassandra-cli-batch-processing-mode.txt
>
>
> It is currently possible (and useful) to execute bulk commands with cassandra-cli using shell redirection. However, there is  no mechanism for handling errors, and the same output seen in an interactive session is echoed to the terminal.
> The patch that follows accepts a new argument, (--batch), which:
> * disables initialization of the history file
> * suppresses output (stdout only)
> * exits on error with status 2 for invalid syntax, 4 for invalid requests, and 8 for everything else.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.