We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d155d commit 980ba2bCopy full SHA for 980ba2b
src/main/java/org/radarcns/hdfs/RestructureAvroRecords.java
@@ -204,7 +204,7 @@ public void start(String directoryName) throws IOException {
204
205
logger.info("Converting {} files", toProcessFileCount);
206
207
- ProgressBar progressBar = new ProgressBar(toProcessFileCount, 80);
+ ProgressBar progressBar = new ProgressBar(toProcessFileCount, 70);
208
progressBar.update(0);
209
210
// Actually process the files
0 commit comments