marchpure opened a new pull request #3883:
URL: https://github.com/apache/carbondata/pull/3883


   …oading
   
    ### Why is this PR needed?
    During the load process, commitTask fails with high probability. The 
exceptionstack shows that it was throwed by HadoopMapReduceCommitProtocol, not 
CarbonSQLHadoopMapMapReduceCommitProtocol, implying that there is class init 
error during the initializing of "Committer". which should have been 
initialized as CarbonSQLHadoopMapMapReduceCommitProtocol, but was incorrectly 
initialized to HadoopMapReduceCommitProtocol.
    
    ### What changes were proposed in this PR?
   Init the committer to be CarbonSQLHadoopMapMapReduceCommitProtocol directly
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - No
   
       
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to