[MINOR] Move Experiemental to javadoc (#5161)
This commit is contained in:
@@ -24,7 +24,6 @@ import org.apache.hudi.hive.HiveSyncConfig;
|
||||
import org.apache.hudi.hive.HiveSyncTool;
|
||||
|
||||
import com.beust.jcommander.JCommander;
|
||||
import jdk.jfr.Experimental;
|
||||
import org.apache.hadoop.conf.Configuration;
|
||||
import org.apache.hadoop.fs.FileSystem;
|
||||
import org.apache.hadoop.hive.conf.HiveConf;
|
||||
@@ -37,8 +36,9 @@ import org.apache.hadoop.hive.conf.HiveConf;
|
||||
* Extends HiveSyncTool since most logic is similar to Hive syncing,
|
||||
* expect using a different client {@link AWSGlueCatalogSyncClient} that implements
|
||||
* the necessary functionality using Glue APIs.
|
||||
*
|
||||
* @Experimental
|
||||
*/
|
||||
@Experimental
|
||||
public class AwsGlueCatalogSyncTool extends HiveSyncTool {
|
||||
|
||||
public AwsGlueCatalogSyncTool(TypedProperties props, Configuration conf, FileSystem fs) {
|
||||
|
||||
Reference in New Issue
Block a user