189190191192193194195
super.serviceInit(conf); //here the superclass is inited; getConfig returns a non-null value sliderFileSystem = new SliderFileSystem(getConfig()); YARNRegistryClient = new YARNRegistryClient(yarnClient, getUsername(), getConfig()); }
195196197198199200201