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-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to