1
0

[HUDI-1241] Automate the generation of configs webpage as configs are added to Hudi repo (#3302)

This commit is contained in:
rmahindra123
2021-07-23 21:33:34 -07:00
committed by GitHub
parent b2f7fcb8c8
commit a14b19fdd5
24 changed files with 265 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
package org.apache.hudi.configuration;
import org.apache.hudi.common.config.ConfigClassProperty;
import org.apache.hudi.common.config.ConfigGroups;
import org.apache.hudi.common.config.HoodieConfig;
import org.apache.hudi.common.model.HoodieTableType;
import org.apache.hudi.common.model.OverwriteWithLatestAvroPayload;
@@ -44,6 +46,10 @@ import java.util.Set;
*
* <p>It has the options for Hoodie table read and write. It also defines some utilities.
*/
@ConfigClassProperty(name = "Flink Options",
groupName = ConfigGroups.Names.FLINK_SQL,
description = "Flink jobs using the SQL can be configured through the options in WITH clause."
+ " The actual datasource level configs are listed below.")
public class FlinkOptions extends HoodieConfig {
private FlinkOptions() {
}