Prashant Jaikumar
Prashant Jaikumar
Implementing `prepareRun`, `onRunFinish` enables these methods to be called in plugins that extend SplitterTransform. #### Testing Tested by implementing `prepareRun` in [NullFieldSplitter](https://github.com/cdapio/hydrator-plugins/blob/develop/transform-plugins/src/main/java/io/cdap/plugin/NullFieldSplitter.java) and verifying that it gets called.
- Add APIs that returns tethered peers, namespaces exported by a tethered peer. - Fail tether deletion if it's used by a compute profile.
- Create a tool that starts an http server which serves access tokens - In the AuthenticationHandler, return INTERNAL Credentials if the user identity type is INTERNAL
CDAP instance is ready when all services are up and running. The operator monitors service status by querying CDAP REST APIs and updates the status section. The control plane can...