Re: Spark Action NPE

2016-06-15 Thread Amit Kumar
Unsubscribe On Tue, Jun 14, 2016 at 9:34 PM, Pierre Villard wrote: > Hi, > > I am trying to run a Spark action (Oozie 4.2.0) and everything works fine > if my action is run in local mode. As soon as I switch to cluster mode with > yarn as master I get a

Re: ShareLibService Error

2016-06-15 Thread Peter Cseh
Based on that e-mail thread: An update of the library from 2.1 to 2.4 into oozie_webapp_folder/WEB-INF/lib solved my problem Try copiing the jar there and restart oozie afterwards gp On Wed, Jun 15, 2016 at 10:35 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Peter, > > What

Re: ShareLibService Error

2016-06-15 Thread rammohan ganapavarapu
Ok by adding bellow config it worked. oozie.service.WorkflowAppService.system.libpath hdfs:///user/hadoop/share/lib/ oozie.service.HadoopAccessorService.hadoop.configurations *=/usr/hadoop/etc/hadoop/ Comma separated AUTHORITY=HADOOP_CONF_DIR, where AUTHORITY is

Re: ShareLibService Error

2016-06-15 Thread rammohan ganapavarapu
Peter, What is the processes to upgrade common-io-lib? i already have ( manually copied) that jar under $OOZIE_HOME/lib dir but still having issues. Thanks, Ram On Wed, Jun 15, 2016 at 12:10 PM, Peter Cseh wrote: > You could try updating the common-io library to 2.4,