Re: error when running spark from oozie launcher

2016-08-18 Thread tkg_cangkul
you're right jean, it's mismatch library in default oozie sharelib with my spark version. i've replace it and it works normally now. thx for your help Jean. On 18/08/16 13:37, Jean-Baptiste Onofré wrote: It sounds like a mismatch in the spark version ship in oozie and the runtime one.

Re: error when running spark from oozie launcher

2016-08-18 Thread Jean-Baptiste Onofré
It sounds like a mismatch in the spark version ship in oozie and the runtime one. Regards JB On Aug 18, 2016, 07:36, at 07:36, tkg_cangkul wrote: >hi olivier, thx for your reply. > >this is the full stacktrace : > >Failing Oozie Launcher, Main class

Re: error when running spark from oozie launcher

2016-08-18 Thread tkg_cangkul
hi olivier, thx for your reply. this is the full stacktrace : Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.SparkMain], main() threw exception, org.apache.spark.launcher.CommandBuilderUtils.addPermGenSizeOpt(Ljava/util/List;)V java.lang.NoSuchMethodError:

Re: error when running spark from oozie launcher

2016-08-18 Thread Olivier Girardot
this is not the full stacktrace, please post the full stacktrace if you want some help On Wed, Aug 17, 2016 7:24 PM, tkg_cangkul yuza.ras...@gmail.com wrote: hi i try to submit job spark with oozie. but i've got one problem here. when i submit the same job. sometimes my job succeed but

error when running spark from oozie launcher

2016-08-17 Thread tkg_cangkul
hi i try to submit job spark with oozie. but i've got one problem here. when i submit the same job. sometimes my job succeed but sometimes my job was failed. i've got this error message when the job was failed :