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
lmitusinski authored and scottdraves committed Jun 20, 2018
1 parent 6bc636f commit 3759e5a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,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 3759e5a

Please sign in to comment.