Explains how to recall offloaded data to the filesystem.
See Data Reads, Writes, and Recalls for more information. If the recall fails, CLDB retries the operation after some time. See Retrying Failed Operation for more information.
You can manually recall all data in a volume using the Control System, CLI, or the REST API.
You can also recall individual files from the tier. See Recalling a File to filesystem Using the CLI and REST API for more information.
Run the following command to recall volume data:
/opt/mapr/bin/maprcli volume recall -name <volName>curl -k -X POST 'https://abc.sj.us:8443/rest/volume/recall?name=volName' --user mapr:maprFor more information, see volume recall.