Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jan 27, 2015
1 parent 9e8d975 commit ab04e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop/src/main/java/water/hadoop/h2omapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ private int run2(Context context) throws IOException, InterruptedException {
}
if (dataMaxFactorLevelsString != null) {
if (dataMaxFactorLevelsString.length() > 0) {
argsList.add("-max_data_factor_levels");
argsList.add("-data_max_factor_levels");
int dataMaxFactorLevels = Integer.parseInt(dataMaxFactorLevelsString);
argsList.add(Integer.toString(dataMaxFactorLevels));
}
Expand Down

0 comments on commit ab04e26

Please sign in to comment.