f2c7cbc54d098399a8c8c6cf025417fe06286832
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private setupAppMasterJar(appMasterJar LocalResource) : void from class tachyon.yarn.Client to public createLocalResourceOfFile(yarnConf YarnConfiguration, resourcePath String) : LocalResource from class tachyon.yarn.Utils | From | To | |
Rename Variable | 2 | ||
Rename Variable environmentMap : Map<String,String> to env : Map<String,String> in method private launchTachyonWorkerContainers(containers List<Container>) : void in class tachyon.yarn.ApplicationMaster | From | To | |
Rename Variable t : Throwable to e : Exception in method public main(args String[]) : void in class tachyon.yarn.Client | From | To | |
Change Return Type | 1 | ||
Change Return Type void to LocalResource in method public createLocalResourceOfFile(yarnConf YarnConfiguration, resourcePath String) : LocalResource in class tachyon.yarn.Utils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mAppMasterJarHdfs : String to mResourcePath : String in class tachyon.yarn.Client | From | To | |
Change Variable Type | 1 | ||
Change Variable Type t : Throwable to e : Exception in method public main(args String[]) : void in class tachyon.yarn.Client | From | To |