Skip to content

Commit

Permalink
#7547 allow to save default profile withoud starting spark context
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Mitusinski committed Jun 20, 2018
1 parent 670a761 commit 348c31f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ private void loadProfile() {
}

private void saveProfile() {
if (profile.getValue().equals(DEFAULT_PROFILE)) {
return;
}
HashMap sparkProfile = getCurrentConfig();
sparkProfile.put("name", profile.getValue());
sparkUiDefaults.saveProfile(sparkProfile);
Expand Down

0 comments on commit 348c31f

Please sign in to comment.