adoroszlai commented on PR #6415: URL: https://github.com/apache/ozone/pull/6415#issuecomment-2013230121
It looks like the original issue has been fixed (probably by HDDS-10149) since it was reported. The patch fixes another problem @raju-balpande found: ``` [INFO] --- maven-dependency-plugin:3.6.1:copy-dependencies (copy-jars) @ hdds-rocks-native --- [INFO] Copying hdds-managed-rocksdb-1.5.0-SNAPSHOT.jar to hadoop-hdds/rocks-native/target/dependency/hdds-managed-rocksdb-1.5.0-SNAPSHOT.jar [INFO] Copying hdds-common-1.5.0-SNAPSHOT.jar to hadoop-hdds/rocks-native/target/dependency/hdds-common-1.5.0-SNAPSHOT.jar [INFO] Copying hdds-hadoop-dependency-client-1.5.0-SNAPSHOT.jar to hadoop-hdds/rocks-native/target/dependency/hdds-hadoop-dependency-client-1.5.0-SNAPSHOT.jar [INFO] Copying hadoop-annotations-3.3.6.jar to hadoop-hdds/rocks-native/target/dependency/hadoop-annotations-3.3.6.jar ... [INFO] --- exec-maven-plugin:3.1.1:exec (javach) @ hdds-rocks-native --- error: file not found: hadoop-hdds/rocks-native/src/main/java/org/apache/hadoop/hdds/utils/db/managed/ManagedRawSSTFileReaderIterator.java Usage: javac <options> <source files> use --help for a list of possible options 19:17:56,727 [ERROR] Command execution failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) ``` -- 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]
