[GitHub] [carbondata] ajantha-bhat opened a new pull request #3254: [CARBONDATA-3411] Fix clear datamaps logs an exception in SDK

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] ajantha-bhat opened a new pull request #3254: [CARBONDATA-3411] Fix clear datamaps logs an exception in SDK

GitBox
ajantha-bhat opened a new pull request #3254: [CARBONDATA-3411] Fix clear datamaps logs an exception in SDK
URL: https://github.com/apache/carbondata/pull/3254
 
 
   problem: In sdk when datamaps are cleared, below exception is logged
   java.io.IOException: File does not exist: ../carbondata/store/sdk/testWriteFiles/771604793030370/Metadata/schema
   
   cause: CarbonTable is required for only launching the job, SDK there is no need to launch job. so , no need to build a carbon table.
   
   solution: build carbon table only when need to launch job.
   
   Be sure to do all of the following checklist to help us incorporate
   your contribution quickly and easily:
   
    - [ ] Any interfaces changed? NA
   
    - [ ] Any backward compatibility impacted? NA
   
    - [ ] Document update required? NA
   
    - [ ] Testing done. done. checked logs      
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.  NA
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services