You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2021/12/01 17:57:00 UTC

[jira] [Created] (RANGER-3530) Provide Warning/Tip When Using HBase Namespace with Period

David Mollitor created RANGER-3530:
--------------------------------------

             Summary: Provide Warning/Tip When Using HBase Namespace with Period
                 Key: RANGER-3530
                 URL: https://issues.apache.org/jira/browse/RANGER-3530
             Project: Ranger
          Issue Type: Improvement
          Components: Ranger
            Reporter: David Mollitor


When adding a policy for HBase, it would be helpful to warn users when using a dot `.` in conjunction with an HBase namespace.  HBase uses a colon instead of the SQL dot.

 
{code:java}
 MyNameSpace.* ==> MyNameSpace:*{code}
 

Using {{MyNameSpace.*}} should generate a warning with a helpful reminder to use a colon.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)