Sanjay M Pujare created APEXMALHAR-2403: -------------------------------------------
Summary: Finalization is not invoked for AbstractFileOutputOperator<INPUT> Key: APEXMALHAR-2403 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2403 Project: Apache Apex Malhar Issue Type: Bug Reporter: Sanjay M Pujare Priority: Minor I used an example/template program for Database to HDFS data copy. While copying the table, I see "temp" files created on the output HDFS side which I expected to be "finalized" to non-temp names when the app is shut down. But that did not happen. AbstractFileOutputOperator<INPUT> and its subclasses should do proper finalization via the deactivate() method when an app is properly shut down. -- This message was sent by Atlassian JIRA (v6.3.15#6346)