fithisux commented on issue #10580:
URL: https://github.com/apache/pinot/issues/10580#issuecomment-4004210312
The *correct* command line for tenants is
```bash
bin/pinot-admin.sh AddTenant -name=ServerTenant -role=SERVER
-instanceCount=1 -offlineInstanceCount=1 -realTimeInstanceCount=1 -exec
```
and the **correct** payload for tenants is
```json
{
"tenantName": "ServerTenant",
"numberOfInstances": 1,
"offlineInstances": 1,
"realtimeInstances": 1,
"tenantRole": "SERVER"
}
```
Tested with the 1.4.0 docker image
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]