Prashant Jaikumar

Results 8 issues of 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.

build

- Add APIs that returns tethered peers, namespaces exported by a tethered peer. - Fail tether deletion if it's used by a compute profile.

cla: yes

- 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

build

Set twill version to 1.4.0

build

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...