Skip to content

Commit

Permalink
Rename property name
Browse files Browse the repository at this point in the history
  • Loading branch information
yu74n committed Nov 1, 2017
1 parent 26b818c commit 98a9de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/zeppelin-site.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
</property>

<property>
<name>zeppelin.owner.role</name>
<name>zeppelin.notebook.default.owner.username</name>
<value>admin</value>
<description>Set owner role by default in private mode</description>
</property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,9 @@ public static enum ConfVars {
"zeppelin.interpreter.lifecyclemanager.timeout.checkinterval", 6000L),
ZEPPELIN_INTERPRETER_LIFECYCLE_MANAGER_TIMEOUT_THRESHOLD(
"zeppelin.interpreter.lifecyclemanager.timeout.threshold", 3600000L),
ZEPPELIN_OWNER_ROLE("zeppelin.owner.role", "admin");

ZEPPELIN_OWNER_ROLE("zeppelin.notebook.default.owner.username", "admin");


private String varName;
@SuppressWarnings("rawtypes")
Expand Down

0 comments on commit 98a9de0

Please sign in to comment.