Skip to content

Commit e159c3a

Browse files
author
Nathan Marz
committed
add ui.childopts to Config class
1 parent 66c1dfd commit e159c3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/jvm/backtype/storm/Config.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ public class Config extends HashMap<String, Object> {
154154
*/
155155
public static String UI_PORT = "ui.port";
156156

157+
/**
158+
* Childopts for Storm UI Java process.
159+
*/
160+
public static String UI_CHILDOPTS = "ui.childopts";
161+
162+
157163
/**
158164
* List of DRPC servers so that the DRPCSpout knows who to talk to.
159165
*/

0 commit comments

Comments
 (0)