ArafatCloudera commented on pull request #3054: URL: https://github.com/apache/ozone/pull/3054#issuecomment-1033653289
@adoroszlai I could only make changes for StreamingGenerator.java & HadoopDirTreeGenerator.java I could not make changes to S3KeyGenerator.java because the **RandomStringUtils.randomAscii(fileSize)** function on **line:122** takes only Integer as an argument. ``` hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/S3KeyGenerator.java 73: private int fileSize; ``` I could not make changes to BaseGenerator.java because a lot of the code would have to be rewritten in other files. ``` hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/containergenerator/BaseGenerator.java 44: private int keySize; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
