elek commented on a change in pull request #653: HDDS-1333. OzoneFileSystem
can't work with spark/hadoop2.7 because incompatible security classes
URL: https://github.com/apache/hadoop/pull/653#discussion_r270804345
##########
File path: hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
##########
@@ -114,6 +114,7 @@ run cp
"${ROOT}/hadoop-ozone/objectstore-service/target/hadoop-ozone-objectstore
cp -r "${ROOT}/hadoop-hdds/docs/target/classes/docs" ./
#Copy docker compose files
-run cp -p -R "${ROOT}/hadoop-ozone/dist/src/main/compose" .
Review comment:
Yes, it's required. We need filtering as the hadoopfs jar files contain the
version number. We started to use the HADOOP_CLASSPATH=.....*.jar (use wildcard
instead of exact version) but it didn't work for me. I replaced it to filter
the compose folder and copy the filtered version.
----------------------------------------------------------------
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]