2af658673f877a7e0fd73fdd2907f88824d793a5
Files Diff
- Added: 22
- Removed: 10
- Renamed: 0
- Modified: 23
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.apache.hadoop:hadoop-minicluster:2.2.0 | |
| org.apache.hadoop:hadoop-yarn-common:2.2.0 | |
| org.apache.hadoop:hadoop-yarn-server-tests:2.2.0 | |
| Updated | |
| From org.eclipse.jetty:jetty-servlet 8.0.0.M1 To 7.6.8.v20121106 | |
| From org.eclipse.jetty:jetty-server 8.0.0.M1 To 7.6.8.v20121106 | |
| From org.eclipse.jetty:jetty-servlet 7.6.8.v20121106 To 8.0.0.M1 | |
| From org.eclipse.jetty:jetty-server 7.6.8.v20121106 To 8.0.0.M1 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected getJobManagerAddress(line CommandLine) : InetSocketAddress renamed to protected getJobManagerAddressString(line CommandLine) : String in class org.apache.flink.client.CliFrontend | From | To | |
| Rename Variable | 1 | ||
| Rename Variable jobManagerAddress : InetSocketAddress to jobManagerAddressStr : String in method protected getJobManager(line CommandLine) : ActorRef in class org.apache.flink.client.CliFrontend | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder flink-addons/flink-yarn to flink-yarn | From | To | |
| Change Return Type | 1 | ||
| Change Return Type InetSocketAddress to String in method protected getJobManagerAddressString(line CommandLine) : String in class org.apache.flink.client.CliFrontend | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.flink.yarn.Client.ClientShutdownHook moved to org.apache.flink.yarn.FlinkYarnCluster.ClientShutdownHook | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute location : String to configurationDirectory : String in method public getConfigurationDirectory() : String in class org.apache.flink.client.CliFrontend | From | To | |
| Move And Rename Attribute | 1 | ||
| Move And Rename Attribute public configDir : String renamed to protected configurationDirectory : String and moved from class org.apache.flink.client.CliFrontendTestUtils.TestingCliFrontend to class org.apache.flink.client.CliFrontend | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute globalC : Configuration to configuration : Configuration in class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type jobManagerAddress : InetSocketAddress to jobManagerAddressStr : String in method protected getJobManager(line CommandLine) : ActorRef in class org.apache.flink.client.CliFrontend | From | To | |
| Extract Method | 1 | ||
| Extract Method public getConfigurationDirectoryFromEnv() : String extracted from protected getConfigurationDirectory() : String in class org.apache.flink.client.CliFrontend | From | To |