Skip to content

Commit

Permalink
fix log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Mar 20, 2024
1 parent f06f6fe commit e00efcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static void main(final String... args) throws IOException, InterruptedExc
throw new IllegalArgumentException("Options were not parsed successfully");
}

final SparkConf conf = new SparkConf().setAppName("SparkNormalizeN5");
final SparkConf conf = new SparkConf().setAppName("SparkAdjustLayerIntensityN5");
final JavaSparkContext sparkContext = new JavaSparkContext(conf);
sparkContext.setLogLevel("ERROR");

Expand Down

0 comments on commit e00efcc

Please sign in to comment.