abhijeetkushe commented on issue #2533:
URL: https://github.com/apache/hudi/issues/2533#issuecomment-777570192


   So I did not find hudi-cli restore option in the available options
   ```
   bootstrap index showmapping - Show bootstrap index mapping
   * bootstrap index showpartitions - Show bootstrap indexed partitions
   * bootstrap run - Run a bootstrap action for current Hudi table
   * clean showpartitions - Show partition level details of a clean
   * cleans refresh - Refresh table metadata
   * cleans run - run clean
   * cleans show - Show the cleans
   * clear - Clears the console
   * cls - Clears the console
   * commit rollback - Rollback a commit
   * commits compare - Compare commits with another Hoodie table
   * commit showfiles - Show file level details of a commit
   * commit showpartitions - Show partition level details of a commit
   * commits refresh - Refresh table metadata
   * commits show - Show the commits
   * commits showarchived - Show the archived commits
   * commits sync - Compare commits with another Hoodie table
   * compaction repair - Renames the files to make them consistent with the 
timeline as dictated by Hoodie metadata. Use when compaction unschedule fails 
partially.
   * compaction run - Run Compaction for given instant time
   * compaction schedule - Schedule Compaction
   * compaction show - Shows compaction details for a specific compaction 
instant
   * compaction showarchived - Shows compaction details for a specific 
compaction instant
   * compactions show all - Shows all compactions that are in active timeline
   * compactions showarchived - Shows compaction details for specified time 
window
   * compaction unschedule - Unschedule Compaction
   * compaction unscheduleFileId - UnSchedule Compaction for a fileId
   * compaction validate - Validate Compaction
   * connect - Connect to a hoodie table
   * create - Create a hoodie table if not present
   * date - Displays the local date and time
   * desc - Describe Hoodie Table properties
   * exit - Exits the shell
   * export instants - Export Instants and their metadata from the Timeline
   * hdfsparquetimport - Imports Parquet table to a hoodie table
   * help - List all commands usage
   * metadata refresh - Refresh table metadata
   * quit - Exits the shell
   * refresh - Refresh table metadata
   * repair addpartitionmeta - Add partition metadata to a table, if not present
   * repair corrupted clean files - repair corrupted clean files
   * repair deduplicate - De-duplicate a partition path contains duplicates & 
produce repaired files to replace with
   * repair overwrite-hoodie-props - Overwrite hoodie.properties with provided 
file. Risky operation. Proceed with caution!
   * savepoint create - Savepoint a commit
   * savepoint delete - Delete the savepoint
   * savepoint rollback - Savepoint a commit
   * savepoints refresh - Refresh table metadata
   * savepoints show - Show the savepoints
   * script - Parses the specified resource file and executes its commands
   * set - Set spark launcher env to cli
   * show archived commits - Read commits from archived files and show details
   * show archived commit stats - Read commits from archived files and show 
details
   * show env - Show spark launcher env by key
   * show envs all - Show spark launcher envs
   * show fsview all - Show entire file-system view
   * show fsview latest - Show latest file-system view
   * show logfile metadata - Read commit metadata from log files
   * show logfile records - Read records from log files
   * show rollback - Show details of a rollback instant
   * show rollbacks - List all rollback instants
   * stats filesizes - File Sizes. Display summary stats on sizes of files
   * stats wa - Write Amplification. Ratio of how many records were upserted to 
how many records were actually written
   * sync validate - Validate the sync by counting the number of records
   * system properties - Shows the shell's properties
   * temp_delete - Delete view name
   * temp_query - query against created temp view
   * temp delete - Delete view name
   * temp query - query against created temp view
   * temps_show - Show all views name
   * temps show - Show all views name
   * utils loadClass - Load a class
   * version - Displays shell version
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to