mastgateway tierdelete

Test deleting an object on the storage tier.

Syntax

mrconfig mastgateway tierdelete
        <tierName>
        <objectID>
        <isSecure>

Parameters

Parameter Description
isSecure Specifies whether to use HTTPs or HTTP protocol. Value can be one of the following:
  • true - for HTTPs protocol
  • false - for HTTP protocol
objectID The ID of the object to get frp, the storage tier. The ID must be the same ID (in string format) specified when offloading the object (using tierput command).
tierName The name of the storage tier. If necessary, run the tier list command to retrieve the names of the tiers.

Example

Delete the object named sampleamazonobj of size 20971520 KB in the tier named amazonTier:

# /opt/mapr/server/mrconfig mastgateway tierdelete amazonTier sampleamazonobj true 20971520
time take for the operation: 0.339000 seconds
tierdelete successful