elek commented on issue #560: HDDS-1226. ozone-filesystem jar missing in hadoop classpath URL: https://github.com/apache/hadoop/pull/560#issuecomment-470195776 Discussed with @vivekratnavel offline: The big question here is that how can we put the jar files to the classpath in a version independent mode. We can use `HADOOP_CLASSPATH=share/ozone/lib/hadoop-ozone-filesystem-lib-legacy*` but can't use any wildcard for the normal lib as the legacy jar file also will be matched. One possible solution is to rename the ozonefs-lib project to ozonefs-lib-current.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
