You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "hemanth dendukuri (JIRA)" <ji...@apache.org> on 2015/12/16 00:06:46 UTC

[jira] [Created] (EAGLE-91) Hive Policy, Command Value Should be in Capital Letter.

hemanth dendukuri created EAGLE-91:
--------------------------------------

             Summary: Hive Policy, Command Value Should be in Capital Letter.
                 Key: EAGLE-91
                 URL: https://issues.apache.org/jira/browse/EAGLE-91
             Project: Eagle
          Issue Type: Bug
         Environment: Hortonworks Sandbox
            Reporter: hemanth dendukuri



The value of command in hive policy had to always be in capital letters. For Example “select” would not work but “SELECE” works.
Policy : from hiveAccessLogStream[(command == ’select')] select * insert into outputStream;
Hive command : select distinct phone_number from customer_details;
Actual : Alert not triggered.
Expected: Alert should be triggered.



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