605b4b61364781fc99ed27035c793153a20d8f71
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public _testDistributedCache(jobJarPath String) : void renamed to private testDistributedCache(jobJarPath String, withWildcard boolean) : void in class org.apache.hadoop.mapreduce.v2.TestMRJobs | From | To | |
Rename Variable | 1 | ||
Rename Variable name : Path to linkPath : Path in method private parseDistributedCacheArtifacts(conf Configuration, localResources Map<String,LocalResource>, type LocalResourceType, uris URI[], timestamps long[], sizes long[], visibilities boolean[]) : void in class org.apache.hadoop.mapreduce.v2.util.MRApps | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private SECOND_CACHE_FILE : String in class org.apache.hadoop.mapreduce.filecache.TestClientDistributedCacheManager | From | To | |
Extract Variable | 1 | ||
Extract Variable path : Path in method private getFileStatus(fs FileSystem, uri URI, statCache Map<URI,FileStatus>) : FileStatus from class org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager | From | To | |
Extract Method | 3 | ||
Extract Method private testLocalJobLibjarsOption(conf Configuration) : void extracted from public testLocalJobLibjarsOption() : void in class org.apache.hadoop.mapred.TestLocalJobSubmission | From | To | |
Extract Method private testDistributedCache(withWildcard boolean) : void extracted from public testDistributedCache() : void in class org.apache.hadoop.mapreduce.v2.TestMRJobs | From | To | |
Extract Method public addFileToClassPath(file Path, conf Configuration, fs FileSystem, addToCache boolean) : void extracted from public addFileToClassPath(file Path, conf Configuration, fs FileSystem) : void in class org.apache.hadoop.mapreduce.filecache.DistributedCache | From | To |