Login  Register

Re: carbondata-0.2 load data failed in yarn molde

Posted by David CaiQiang on Dec 23, 2016; 4:29am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/carbondata-0-2-load-data-failed-in-yarn-molde-tp3908p4887.html

I think the root cause is metadata lock type.
Please add "carbon.lock.type" configuration to carbon.properties as following.
#Local mode
carbon.lock.type=LOCALLOCK

#Cluster mode
carbon.lock.type=HDFSLOCK
Best Regards
David Cai