file permission issue

2016-10-17 Thread CB
Hi, I'm running Hadoop 2.7.1 release. While I'm running a MapReduce job, I've encountered a file permission issue as shown below because I'm working in an environment running Linux where world permissions bits are disabled. 2016-10-14 15:51:45,333 INFO org.apache.hadoop.yarn.server.nodemanager.co

Re: file permission issue

2016-10-19 Thread CB
adoop/yarn/ > server/nodemanager/containermanager/localizer/ResourceLocalizationService. > java#L1524 > > Just fyi, there are different kinds of distributed cache: > http://hortonworks.com/blog/resource-localization-in-yarn-deep-dive/ > Here's a good article from Vinod. > > H