[GitHub] carbondata pull request #933: [CARBON DATA-1075] Close Dictionary Server whe...

2017-05-21 Thread kunal642
GitHub user kunal642 opened a pull request:

https://github.com/apache/carbondata/pull/933

[CARBON DATA-1075] Close Dictionary Server when application ends

Analysis: The dictionary server which is started when a load is done with 
"single_pass=true" is never closed which does 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

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kunal642/incubator-carbondata 
dictionaryserver_issue

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/933.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #933


commit d927ed288d920c5125089d72fdc13f4fe690590d
Author: kunal642 
Date:   2017-05-21T17:42:59Z

close dictionary server on application end

commit ea1b4a7f4d8ec8bf0a80cfcc989097949c0065a2
Author: kunal642 
Date:   2017-05-21T17:58:48Z

closed dictionary server for 1.6




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-05-21 Thread Kunal Kapoor (JIRA)
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)


[jira] [Created] (CARBONDATA-1074) Add TablePage for data load process

2017-05-21 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-1074:


 Summary: Add TablePage for data load process
 Key: CARBONDATA-1074
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1074
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Jacky Li
 Fix For: 1.2.0


Add TablePage preparing for data load refactory.
Unify different steps to use ConvertedRow instead of Object[], steps includes:
1. normal sort table
2. no sort table
3. compaction



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