Skip to content

Commit

Permalink
[Enhancement] change for better conf for aws env (#13295)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtysalt authored Nov 16, 2022
1 parent 0680a0e commit 60e34bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export_shared_envvars() {

# https://github.com/aws/aws-cli/issues/5623
# https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
export AWS_EC2_METADATA_DISABLED=true
export AWS_EC2_METADATA_DISABLED=false
# ===================================================================================
}

Expand Down
2 changes: 1 addition & 1 deletion fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ public class Config extends ConfigBase {
public static String metadata_journal_skip_bad_journal_ids = "";

@ConfField(mutable = true)
public static boolean recursive_dir_search_enabled = false;
public static boolean recursive_dir_search_enabled = true;

/**
* Number of profile infos reserved by `ProfileManager` for recently executed query.
Expand Down

0 comments on commit 60e34bc

Please sign in to comment.