Skip to content

Commit addd004

Browse files
committed
fix
1 parent b87b688 commit addd004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/iceberg/IcebergHiveMetadataCommitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public IcebergHiveMetadataCommitter(FileStoreTable table) {
8484
String hadoopConfDir = options.get(IcebergOptions.HADOOP_CONF_DIR);
8585
String icebergDatabase = options.get(IcebergOptions.METASTORE_DATABASE);
8686
String icebergTable = options.get(IcebergOptions.METASTORE_TABLE);
87-
Configuration hadoopConf = new Configuration(false);
87+
Configuration hadoopConf = new Configuration();
8888
hadoopConf.setClassLoader(IcebergHiveMetadataCommitter.class.getClassLoader());
8989
HiveConf hiveConf = HiveCatalog.createHiveConf(hiveConfDir, hadoopConfDir, hadoopConf);
9090

0 commit comments

Comments
 (0)