You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "nlac (JIRA)" <ji...@apache.org> on 2015/07/17 15:38:06 UTC

[jira] [Created] (HIVE-11289) Optionally enabling the @ char in the username

nlac created HIVE-11289:
---------------------------

             Summary: Optionally enabling the @ char in the username
                 Key: HIVE-11289
                 URL: https://issues.apache.org/jira/browse/HIVE-11289
             Project: Hive
          Issue Type: Wish
          Components: Authentication
            Reporter: nlac


In ThriftCLIService.getUserName(), the user name always cutted at the first found / or @ character, at this point:

{{userName = getShortName(userName);}}

That prevents, for example, using email addresses as user names to log in.

Allowing email addresses to use as user names would be desirable.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)