1
0

[MINOR] Move Experiemental to javadoc (#5161)

This commit is contained in:
Raymond Xu
2022-03-28 21:07:59 -07:00
committed by GitHub
parent 7c7ecb11d5
commit 1b2fb71afc

View File

@@ -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) {