-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Tips before filing an issue
-
Have you gone through our FAQs?
-
Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.
-
If you have triaged this as a bug, then file an issue directly.
Describe the problem you faced
I get a exception "Savepointing is not supported or MergeOnRead table types" when creating a savepoint on a MOR table on hudi-cli.
Is it possible to support create savepoints on MOR table?
To Reproduce
Steps to reproduce the behavior:
- connect --path oss://bucket1/test_mor
- savepoint create --commit 20220101******* --sparkMaster spark://**
Expected behavior
A clear and concise description of what you expected to happen.
Environment Description
-
Hudi version : 0.10.0
-
Spark version : 3.0.3
-
Hive version :
-
Hadoop version : 2.9.2
-
Storage (HDFS/S3/GCS..) : oss
-
Running on Docker? (yes/no) : no
Additional context
Add any other context about the problem here.
Stacktrace
Add the stacktrace of the error.