Xingjun Hao created CARBONDATA-3940:
---------------------------------------
Summary: Fail to commit the output of task due to Rename
IOException in the Data Loading
Key: CARBONDATA-3940
URL: https://issues.apache.org/jira/browse/CARBONDATA-3940
Project: CarbonData
Issue Type: Bug
Reporter: Xingjun Hao
During the load process, commitTask fails with high probability. The
exceptionstack shows that it was throwed by HadoopMapReduceCommitProtocol, not
CarbonSQLHadoopMapMapReduceCommitProtocol, implying that there is has a class
type error in initialization of the "Committer". which should have been
initialized as CarbonSQLHadoopMapMapReduceCommitProtocol, but was incorrectly
initialized to HadoopMapReduceCommitProtocol.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)