Re: Storm files and folders permissions on Linux

2017-04-03 Thread Antoine Tran
Have you modified in Storm.yaml settings related to ACL? The defaults one disabled ACL for blob On 03/04/2017 18:27, I PVP wrote: Thanks for everyone that is answering and helping to look into this issue. I tried from /tmp. Same error. I tried submitting the jar from the ec2-user $HOME

Re: Storm files and folders permissions on Linux

2017-04-03 Thread Santosh Pingale
Can you try to submit the jar from a directory which is writable by storm user. Try from /tmp maybe. On Mon, Apr 3, 2017 at 3:56 PM, I PVP wrote: > that is the error: > > > 2017-04-03 10:31:44.535 pool-15-thread-56 o.a.s.d.nimbus [INFO] Uploading > file from client to

Re: Storm files and folders permissions on Linux

2017-04-03 Thread I PVP
that is the error: 2017-04-03 10:31:44.535 pool-15-thread-56 o.a.s.d.nimbus [INFO] Uploading file from client to /opt/storm/storm-local/nimbus/inbox/stormjar-fceb1c76-b88e-415d-803d-ab73c0d2fafe.jar 2017-04-03 10:31:44.820 pool-15-thread-17 o.a.s.d.nimbus [INFO] Finished uploading file from

Re: Storm files and folders permissions on Linux

2017-03-31 Thread Harsh Choudhary
Can you show the exact error you getting? *Cheers!* Harsh Choudhary On Thu, Mar 30, 2017 at 11:39 PM, I PVP wrote: > that is how it is being done as of now: > > sudo chown -R storm:storm /opt/storm > sudo chmod -R 700 /opt/storm > > but still facing some issues while

Re: Storm files and folders permissions on Linux

2017-03-30 Thread Harsh Choudhary
It depends on from which user, you are running storm. That user must own the folders of storm. So, you need not use chmod but chown. *Cheers!* Harsh Choudhary On Thu, Mar 30, 2017 at 11:24 PM, I PVP wrote: > What are the recommended files/folders permissions for running

Storm files and folders permissions on Linux

2017-03-30 Thread I PVP
What are the recommended files/folders permissions for running Storm on Linux ? Can I just set the entire folder tree to 700 or are there specific files/folders that required a particular permission ? I am installing Storm 1.0.3 on Red Hat Enterprise Linux 7.3. Storm path is /opt/storm user: