You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alexis (JIRA)" <ji...@apache.org> on 2012/09/25 02:22:07 UTC

[jira] [Created] (CASSANDRA-4712) bin/sstableloader should support authentication

Alexis created CASSANDRA-4712:
---------------------------------

             Summary: bin/sstableloader should support authentication
                 Key: CASSANDRA-4712
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4712
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
         Environment: Cassandra Cluter 1.0.7
            Reporter: Alexis


bin/cassandra-cli does.
bin/sstableloader does not.

A cluster setup with SimpleAuthentication requires the client to login before it could load an sstable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CASSANDRA-4712) bin/sstableloader should support authentication

Posted by "Yuki Morishita (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuki Morishita resolved CASSANDRA-4712.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0 beta 2
                   1.1.6

Thank you for the patch!
Attached patch does not actually add command line options for user and password, so I needed to  add those similar to cassandra-cli (\-u/\--username for user name and \-pw/\--password for password).
Committed with above fix.
                
> bin/sstableloader should support authentication
> -----------------------------------------------
>
>                 Key: CASSANDRA-4712
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4712
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: Cassandra Cluter 1.0.7
>            Reporter: Alexis
>             Fix For: 1.1.6, 1.2.0 beta 2
>
>         Attachments: sstableloaderLogin.diff
>
>
> bin/cassandra-cli does.
> bin/sstableloader does not.
> A cluster setup with SimpleAuthentication requires the client to login before it could load an sstable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-4712) bin/sstableloader should support authentication

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4712:
--------------------------------------

    Reviewer: yukim
    
> bin/sstableloader should support authentication
> -----------------------------------------------
>
>                 Key: CASSANDRA-4712
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4712
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: Cassandra Cluter 1.0.7
>            Reporter: Alexis
>         Attachments: sstableloaderLogin.diff
>
>
> bin/cassandra-cli does.
> bin/sstableloader does not.
> A cluster setup with SimpleAuthentication requires the client to login before it could load an sstable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4712) bin/sstableloader should support authentication

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465864#comment-13465864 ] 

Hudson commented on CASSANDRA-4712:
-----------------------------------

Integrated in Cassandra #2198 (See [https://builds.apache.org/job/Cassandra/2198/])
    add auth support to sstableloader; patch by Alexis, reviewed by yukim for CASSANDRA-4712 (Revision 732d82b4d4f66f5ae45c7eb24912d612f4505c17)

     Result = ABORTED
yukim : 
Files : 
* CHANGES.txt
* src/java/org/apache/cassandra/tools/BulkLoader.java

                
> bin/sstableloader should support authentication
> -----------------------------------------------
>
>                 Key: CASSANDRA-4712
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4712
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: Cassandra Cluter 1.0.7
>            Reporter: Alexis
>             Fix For: 1.1.6, 1.2.0 beta 2
>
>         Attachments: sstableloaderLogin.diff
>
>
> bin/cassandra-cli does.
> bin/sstableloader does not.
> A cluster setup with SimpleAuthentication requires the client to login before it could load an sstable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-4712) bin/sstableloader should support authentication

Posted by "Alexis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis updated CASSANDRA-4712:
------------------------------

    Attachment: sstableloaderLogin.diff

this is the output of
git diff src/java/org/apache/cassandra/tools/BulkLoader.java
                
> bin/sstableloader should support authentication
> -----------------------------------------------
>
>                 Key: CASSANDRA-4712
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4712
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: Cassandra Cluter 1.0.7
>            Reporter: Alexis
>         Attachments: sstableloaderLogin.diff
>
>
> bin/cassandra-cli does.
> bin/sstableloader does not.
> A cluster setup with SimpleAuthentication requires the client to login before it could load an sstable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira