Re: ShareLibService Error

2016-06-16 Thread rammohan ganapavarapu
One more question in the same context, so do i have to create the sharelib path in hdfs prior to create sharelib using oozie-setup.sh or that path will automatically get create when i run that command? for me if i dont have that path in hdfs i am getting bellow error. ./oozie-setup.sh sharelib

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 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
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,

Re: ShareLibService Error

2016-06-14 Thread rammohan ganapavarapu
Hi, I am getting this error in oozie-error.log, i have created sharelib using setup script it got successful but when i do shareliblist i am getting empty output but i can list it from hdfs FS, any help? 1. ./oozie-setup.sh sharelib create -fs hdfs://localhost:8020 the destination path for