brianloss opened a new pull request #1904: URL: https://github.com/apache/accumulo/pull/1904
This change renames all packages with 'master' in the name to 'manager' with the exception of the o.a.a.core.master.thrift package. Due to the usage of some of these classes in the user-facing TabletBalancer code hierarchy, the renaming of this package will wait until the next major release. re #1642 **NOTE** This PR consists solely of IDE-generated package rename for any package with master in the name to replace master with manager. The org.apache.accumulo.core.master.thrift package was excluded due to use of some of these classes in the TabletBalancer API. It would be possible to rename most of the classes in that package, but then it would not be possible to re-generate the thrift classes without manual changes. Some changes do affect classes in the public API. In particular, the renamed enum org.apache.accumulo.core.manager.state.tables.TableState is used in the AbstractInputFormat classes (in o.a.a.core.client.mapred and o.a.a.core.client.mapreduce packages) but the usage is only internal to methods in the class and involves constructing the enum from the string name, so this change should not break any clients. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
