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

Joe Siegrist edited comment on CASSANDRA-3042 at 6/4/12 11:08 AM:
------------------------------------------------------------------

Needed this – works for me w/ SimpleAuthenticator – picked 
'setOutputKeyspaceUserName' as there is no setInputKeyspaceUserName
To test:
Set the environment variables to your username
+ public final static String PIG_USERNAME = "PIG_USERNAME";
+ public final static String PIG_PASSWORD = "PIG_PASSWORD";
                
      was (Author: joelastpass):
    See comment on CASSANDRA-3042
                  
> Implement authentication in Pig loadFunc
> ----------------------------------------
>
>                 Key: CASSANDRA-3042
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3042
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 1.1.2
>            Reporter: Nate McCall
>            Priority: Minor
>              Labels: authentication, pig
>         Attachments: trunk-3042.txt
>
>
> Using already existing options for authentication in ConfigHelper, and adding 
> a call to client#login just before client#set_keyspace to in 
> CassandraStorage#initSchema

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to