You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "bharath v (Jira)" <ji...@apache.org> on 2019/09/07 22:55:00 UTC

[jira] [Created] (IMPALA-8931) Fe not generating lineages when event hooks are configured

bharath v created IMPALA-8931:
---------------------------------

             Summary: Fe not generating lineages when event hooks are configured
                 Key: IMPALA-8931
                 URL: https://issues.apache.org/jira/browse/IMPALA-8931
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.2.0
            Reporter: bharath v
            Assignee: bharath v


Frontend generates the lineage only when {{--lineage_event_log_dir}} is configured. That is a legacy param and the users are expected to use event hooks to consume lineages. It should also generate lineage events when hooks are configured.
{noformat}
public boolean getComputeLineage() {
return !Strings.isNullOrEmpty(backendCfg_.lineage_event_log_dir);  
} {noformat}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org