Versions Compared

Key

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

...

  • POST:  /admin/rebalance
    parameters:
      – dataverseName (optional):  the name of the dataverse to be rebalanced;
      – datasetName (optional): the name of the dataset to be rebalanced;
      – nodes: a comma separated list of node names where the dataset gets rebalanced to.

    If neither dataverseName nor datasetName are provided, we will rebalance all datasets except Metadata datasets.
    If dataverseName is provided but datasetName is not provided, we will rebalance the given dataverse.
     
    Example: curl -X POST http://localhost:19002/admin/rebalance?dataverseName=tpch&datasetName=LineItem&nodes="asterix_nc1"

  • DELETE: /admin/rebalance
    It cancels all running or pending rebalance requests.
    Example: curl -X POST DELETE http://localhost:19002/admin/rebalance

...