You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2017/05/21 17:37:04 UTC

[jira] [Created] (CARBONDATA-1075) Close Dictionary Server when application ends

Kunal Kapoor created CARBONDATA-1075:
----------------------------------------

             Summary: Close Dictionary Server when application ends
                 Key: CARBONDATA-1075
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1075
             Project: CarbonData
          Issue Type: Bug
            Reporter: Kunal Kapoor
            Assignee: Kunal Kapoor


Analysis: The dictionary server which is started when a load is done with "single_pass=true" is never closed which did not allow the carbon application to exit because it is running on the main thread.

Solution: Add a listener to the sparkContext which closes the server when application ends



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