You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "JiJun Tang (JIRA)" <ji...@apache.org> on 2017/04/11 02:57:42 UTC

[jira] [Created] (EAGLE-1000) HiveQueryMonitoringAppProvider description isn't right

JiJun Tang created EAGLE-1000:
---------------------------------

             Summary: HiveQueryMonitoringAppProvider description isn't right
                 Key: EAGLE-1000
                 URL: https://issues.apache.org/jira/browse/EAGLE-1000
             Project: Eagle
          Issue Type: Bug
          Components: Core::App Engine
            Reporter: JiJun Tang
            Priority: Minor


Some snippet from org.apache.eagle.security.auditlog.HiveQueryMonitoringAppProvider.xml
{code:xml}
<application>
    <type>HiveQueryMonitoringApplication</type>
    <name>Hdfs Audit Log Monitoring Application</name>
    <appClass>org.apache.eagle.security.auditlog.HdfsAuditLogApplication</appClass>
    <viewPath>/apps/example</viewPath>
    <configuration>
        <property>
            <name>dataSourceConfig.zkQuorum</name>
            <displayName>dataSourceConfig.zkQuorum</displayName>
            <value>server.eagle.apache.org:2181</value>
            <description>zookeeper quorum for storing hive job processing status</description>
        </property>
{code}
I think appClass and is wrong.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)