You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by mryqc <cy...@tju.edu.cn> on 2017/03/15 13:03:43 UTC

Re: Error while loading - Table is locked for updation. Please try after some time ( Spark 1.6.2 )

I have encountered the same problem. How to resolve it except by installing
carbondata in another cluster?



--
View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Error-while-loading-Table-is-locked-for-updation-Please-try-after-some-time-Spark-1-6-2-tp7335p9008.html
Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.

Re: Error while loading - Table is locked for updation. Please try after some time ( Spark 1.6.2 )

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
FYI I got the same error on Jenkins. I'm investigating.

Regards
JB

On Mar 19, 2017, 14:46, at 14:46, Liang Chen <ch...@gmail.com> wrote:
>Hi
>
>Please try the solution provided by li yinwei.
>Because you using cluster mode and the data will be saved to hdfs, so
>please
>specify storePath with <HDFS path>
>
>scala> val storePath =
>"hdfs://localohst:9000/home/hadoop/carbondata/bin/carbonshellstore" 
>scala> val cc = new CarbonContext(sc, storePath) 
>
>Regards
>Liang
>
>
>mryqc wrote
>> I have encountered the same problem. How to resolve it except by
>> installing carbondata in another cluster?
>
>
>
>
>
>--
>View this message in context:
>http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Error-while-loading-Table-is-locked-for-updation-Please-try-after-some-time-Spark-1-6-2-tp7335p9270.html
>Sent from the Apache CarbonData Mailing List archive mailing list
>archive at Nabble.com.

Re: Error while loading - Table is locked for updation. Please try after some time ( Spark 1.6.2 )

Posted by Liang Chen <ch...@gmail.com>.
Hi

Please try the solution provided by li yinwei.
Because you using cluster mode and the data will be saved to hdfs, so please
specify storePath with <HDFS path>

scala> val storePath =
"hdfs://localohst:9000/home/hadoop/carbondata/bin/carbonshellstore" 
scala> val cc = new CarbonContext(sc, storePath) 

Regards
Liang


mryqc wrote
> I have encountered the same problem. How to resolve it except by
> installing carbondata in another cluster?





--
View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Error-while-loading-Table-is-locked-for-updation-Please-try-after-some-time-Spark-1-6-2-tp7335p9270.html
Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.