Skip to content

Commit

Permalink
fix type for hbox.history.port
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiankun committed Jun 25, 2024
2 parents b33f922 + 2e66904 commit b9d8a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public HboxConfiguration(Configuration conf) {
*/
public static final String HBOX_HISTORY_ADDRESS = "hbox.history.address";

public static final String HBOX_HISTORY_PORT = "hbox.hisotory.port";
public static final String HBOX_HISTORY_PORT = "hbox.history.port";

public static final int DEFAULT_HBOX_HISTORY_PORT = 10021;

Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/hbox-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<value>0.0.0.0:10021</value>
</property>
<property>
<name>hbox.hisotory.port</name>
<name>hbox.history.port</name>
<value>10021</value>
</property>
<property>
Expand Down
2 changes: 1 addition & 1 deletion core/libexec/hbox-site.xml.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<value>0.0.0.0:10121</value>
</property>
<property>
<name>hbox.hisotory.port</name>
<name>hbox.history.port</name>
<value>10121</value>
</property>
<property>
Expand Down

0 comments on commit b9d8a84

Please sign in to comment.