Can you show the exact error you getting? *Cheers!*
Harsh Choudhary On Thu, Mar 30, 2017 at 11:39 PM, I PVP <[email protected]> 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 submitting topologies. looks like > Nimbus is not being able to create blob store directories or files. > > i just tried sudo chmod -R 777 /opt/storm. but the issue still happening. > > > On March 30, 2017 at 3:02:07 PM, Harsh Choudhary ([email protected]) > wrote: > > 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 <[email protected]> wrote: > >> 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: storm:storm. >> >> >> Thanks >> >> IPVP >> >> >
