Re: ssh action on AWS EMR

2017-02-02 Thread rammohan ganapavarapu
Can you pass ssh -i <.pem> file? On Thu, Feb 2, 2017 at 10:37 AM, Rishav Rohit wrote: > Hi, > > I want to set-up SSH action workflow on AWS EMR cluster which is inside a > VPC. For connecting to the master node through SSH, AWS provided private > key (.pem) file is

Re: Getting Permission denied to run shell action

2016-10-21 Thread rammohan ganapavarapu
on /data type ext4 (rw,relatime,stripe=128,data=ordered) Do you guys know any disk/mount best practices? Ram On Fri, Oct 21, 2016 at 8:31 AM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > I have rwx, I actually have 777 on that dir. > > On Oct 21, 2016 2:21 AM, <w

RE: Getting Permission denied to run shell action

2016-10-21 Thread rammohan ganapavarapu
I have rwx, I actually have 777 on that dir. On Oct 21, 2016 2:21 AM, <wget.n...@gmail.com> wrote: > Depends if /data is an directory or an mountpoint. Note, you need rwx for > directories > > > > --alex > > > > -- > B: mapredit.blogspot.com > >

Re: Getting Permission denied to run shell action

2016-10-21 Thread rammohan ganapavarapu
/data/tmp. > Hope it helps > Gp > > > On Fri, Oct 21, 2016 at 1:32 AM, rammohan ganapavarapu < > rammohanga...@gmail.com> wrote: > > > Hi, > > > > I have changed the yarn.nodemanager.local-dirs from default /tmp/ to > > /data/tmp dir and from then

Getting Permission denied to run shell action

2016-10-20 Thread rammohan ganapavarapu
Hi, I have changed the yarn.nodemanager.local-dirs from default /tmp/ to /data/tmp dir and from then i am getting this error Cannot run program "test.sh" (in directory "/data/tmp/nm-local-dir/usercache/hadoop/appcache/application_1476931300239_0003/container_1476931300239_0003_01_02"):

jobTracker value

2016-08-18 Thread rammohan ganapavarapu
Hi, What is the value of jobTracker in oozie workflow? is it RM_HOST:8032 or 8031? Ram

Re: ShareLibService Error

2016-06-16 Thread rammohan ganapavarapu
e/lib does not exist Ram On Wed, Jun 15, 2016 at 3:03 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Ok by adding bellow config it worked. > > > > oozie.service.WorkflowAppService.system.libpath >

Re: ShareLibService Error

2016-06-15 Thread rammohan ganapavarapu
the Oozie configuration directory; though the path can be absolute (i.e. to point to Hadoop client conf/ directories in the local filesystem. On Wed, Jun 15, 2016 at 2:55 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > But i still have a

Re: ShareLibService Error

2016-06-15 Thread rammohan ganapavarapu
ry to 2.4, that helped a similar > issue before: > > http://mail-archives.apache.org/mod_mbox/oozie-user/201507.mbox/%3CCALBGZ8o4n27S8w6fn3HFxfzJmZbA9Gsz71Ewg%2Br6XEFCZTFpPQ%40mail.gmail.com%3E > > gp > > On Wed, Jun 15, 2016 at 8:54 PM, rammohan ganapavarapu < > rammoh

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

Re: oozie webui giving 404

2016-06-12 Thread rammohan ganapavarapu
apache.org/docs/4.2.0/AG_Install.html#Oozie_Server_Setup > http://oozie.apache.org/docs/4.2.0/DG_QuickStart.html#Server_Installation > ExtJS library (optional, to enable Oozie webconsole) > >- ExtJS 2.2 <http://dev.sencha.com/deploy/ext-2.2.zip> > > > On Fri, Jun 10, 2016

oozie webui giving 404

2016-06-10 Thread rammohan ganapavarapu
Hi, I am getting 404 page not found error when i access oozie webui, oozie started with no errors but when i looked at work dir i dont see any *.jsp or *.java files, can some help me to fix this issue? [root@localhost oozie]# pwd /opt/oozie/oozie-server/work/Catalina/localhost/oozie

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-06 Thread rammohan ganapavarapu
pache.org/jira/browse/OOZIE-2317 > Among other options it is recommended to use Tomcat 7 or newer because > Tomcat 6 will be end of life on Dec 31 2016 in the future. > > On Mon, Jun 6, 2016 at 9:07 PM, rammohan ganapavarapu < > rammohanga...@gmail.com> wrote: > > > Ok

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-02 Thread rammohan ganapavarapu
issue: > https://issues.apache.org/jira/browse/OOZIE-2533 > We haven't figured out a solution to it yet, other that to change java to > an older version. > > gp > > > > On Wed, Jun 1, 2016 at 3:28 PM, rammohan ganapavarapu < > rammohanga...@gmail.com> wrote: > > > Whe

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-02 Thread rammohan ganapavarapu
figured out a solution to it yet, other that to change java to > > an older version. > > > > gp > > > > > > > > On Wed, Jun 1, 2016 at 3:28 PM, rammohan ganapavarapu < > > rammohanga...@gmail.com> wrote: > > > > > When i try t

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-06-01 Thread rammohan ganapavarapu
ofile Id: generateDocs (Active: false , Source: pom) > > *Profile Id: uber (Active: false , Source: pom)* > > Profile Id: derby-test (Active: false , Source: pom) > > Profile Id: wfgen (Active: false , Source: pom) > > > On Tue, May 31, 2016 at 7:13 PM, rammohan ganap

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-31 Thread rammohan ganapavarapu
I wanted to build oozie-4.2.0 with hadoop shared libs and extJS support, so please help me. Ram On Tue, May 31, 2016 at 9:24 AM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Hi Attila, > > Thanks for your suggestion, i have tried that command but getting b

Re: How to build ozzie 4.2.0 with hadoop-2.7.1

2016-05-27 Thread rammohan ganapavarapu
Any help?? On Wed, May 25, 2016 at 5:05 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Hi, > > I am trying to build ozzie 2.4.0 with hadoop 2.7.1, build successful but > it doesn't have hadoop-2 under hadooplibs to create war file. can someone > help me? > > Ram >