stream upstream remove
Unregisters a stream as an upstream source for a given stream.
Permissions Required on the Target Cluster
To run this command, your user ID must have the following permissions:readAce
andwriteAce
on the volumelookupdir
on directories in the pathadminperm
permission on the source stream
NOTE
The mapr
user is not treated as a
superuser. HPE Ezmeral Data Fabric Streams does not allow the
mapr
user to run this command unless that user is given the relevant
permission or permissions with access-control expressions.Syntax
CLI |
|
REST | http[s]://<host>:<port>/rest/stream/upstream/remove?path=<path>&upstream=<name> |
Parameters
Parameter | Description |
---|---|
path |
The path and name of the stream that you want to remove a source stream from. |
upstream |
The path and name of the stream that you want to remove as a source for the
stream that you specified with the -path parameter. |