All the HDFS paths are name-spaced based on the LocationFactory passed to YarnTwillRunnerService, which the default is using "/weave/" as the root namespace. But it could be changed by calling the constructor that takes a LocationFactory.
new YarnTwillRunnerService(config, zkStr, new HDFSLocationFactory(getFileSystem(config), "/namespace")); On Tue, Dec 3, 2013 at 3:39 AM, Bernd Fondermann <[email protected] > wrote: > Hi, > > some basic HDFS paths like "/weave" and "/resources" are hardcoded. > Would it make sense to make these configurable? > If yes, I'd open a JIRA for it. > > Bernd >
