You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Andrew Musselman (JIRA)" <ji...@apache.org> on 2014/05/28 23:03:02 UTC

[jira] [Created] (HIVE-7139) Period in username can't be parsed

Andrew Musselman created HIVE-7139:
--------------------------------------

             Summary: Period in username can't be parsed
                 Key: HIVE-7139
                 URL: https://issues.apache.org/jira/browse/HIVE-7139
             Project: Hive
          Issue Type: Bug
          Components: Authentication
    Affects Versions: 0.13.0
            Reporter: Andrew Musselman
            Priority: Minor


We have an environment where usernames have period characters between their first and last names.

This breaks parsing while trying to grant permissions, e.g.,

hive> grant all on database mydb to user first.last;
FAILED: ParseException line 1:40 missing EOF at '.' near 'first'



--
This message was sent by Atlassian JIRA
(v6.2#6252)