This section applies only to MRS 3.2.0 or later.
Archives instants on the Timeline based on configurations and deletes archived instants from the Timeline to reduce the operation pressure on the Timeline.
RUN ARCHIVELOG ON tableIdentifier;
RUN ARCHIVELOG ON tablelocation;
Parameter |
Description |
---|---|
tableIdentifier |
Name of the Hudi table |
tablelocation |
Storage path of the Hudi table |
run archivelog on h1; run archivelog on "/tmp/hudi/h1";
You can view command execution results in the driver log or on the client.