Skip to content

Commit

Permalink
Updated FS_DEFAULT_NAME to non-deprecated value. (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-gitdev committed Aug 15, 2023
1 parent d74b414 commit 533ef66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class MultiRfileInputformat extends RFileInputFormat {
private static final String HDFS_BASE = "hdfs://";
private static final String ACCUMULO_BASE_PATH = "/accumulo";

private static final String FS_DEFAULT_NAME = "fs.default.name";
private static final String FS_DEFAULT_NAME = "fs.defaultFS";
private static final Logger log = Logger.getLogger(MultiRfileInputformat.class);
public static final String tableStr = Path.SEPARATOR + "tables" + Path.SEPARATOR;

Expand Down

0 comments on commit 533ef66

Please sign in to comment.