Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action

Privilege Required

Requesting User

Impersonating User

 

ADMIN on the application

 

Deploying the app with a jar

ADMIN on the artifact (use the jar name as the artifact id)

 

Deploying the app using an existing artifact

Any privilege of READ, WRITE, EXECUTE, or ADMIN on the artifact

 

No impersonation

Creating a dataset

ADMIN on the dataset

 

Creating a stream

ADMIN on the stream

 

Creating a custom dataset during deployment

ADMIN on the new dataset module and type (use the full class name of the custom dataset as the module id and type id)

 

Creating a custom dataset using an existing custom dataset type

ADMIN on the existing dataset module and type

 

With impersonation

 

ADMIN on the kerberos principal of the impersonated user

 

Creating a dataset

 

ADMIN on the dataset

Creating a stream

 

ADMIN on the stream

Creating a custom dataset during deployment

 

ADMIN on the new dataset module and type (use the full class name of the custom dataset as the module id and type id)

Creating a custom dataset using an existing custom dataset type

 

ADMIN on the existing dataset module and type

Execute Programs/Hydrator Pipelines

To execute a program or a pipeline, the requesting user will need EXECUTE privilege on it. If there is no impersonation, the program will run (the executing user) as the CDAP master user. If impersonation is involved, the program will run as the impersonated user.

...

Condition

Privilege Required

READ from existing streams and datasets

READ on the streams and datasets

WRITE to existing streams and datasets

WRITE on the streams and datasets

Creating datasets

ADMIN on the datasets

Creating local datasets, READ/WRITE on local datasets

ADMINREAD/WRITE on local dataset name—dataset:<namespace-id>.<local-dataset-id>*

Accessing external source/sink, i.e, accessing datasets outside CDAP (only for hydrator pipelines)

ADMINREAD and WRITE on the external datasets. The name of the external dataset will be same as the reference name of the source/sink—dataset:<namespace-id>.<reference-name>

Enable

...

Wrangler Service

To enable the DataPrep Wrangler service, the following privileges are needed:

...