Skip to content

Commit

Permalink
Docstring updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralnoc committed May 26, 2023
1 parent 70242e3 commit 8394370
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/org/apache/iceberg/rest/HadoopUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ public final class HadoopUtils {
private static final Logger LOG = LoggerFactory.getLogger(RESTCatalogServer.class);

/**
* Returns a new Hadoop Configuration object using the path to the hadoop conf configured
* in the main configuration (flink-conf.yaml).
* This method is public because its being used in the HadoopDataSource.
* Returns a new Hadoop Configuration object using the path to the hadoop configuration
* This method is public because its being used in the RESTCatalogServer.
*/
public static org.apache.hadoop.conf.Configuration getCoreSiteConfiguration() {
Configuration retConf = new org.apache.hadoop.conf.Configuration();
Expand Down

0 comments on commit 8394370

Please sign in to comment.