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_r270805011
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/compose/ozonefs/docker-compose.yaml
 ##########
 @@ -49,21 +49,53 @@ services:
       environment:
          ENSURE_SCM_INITIALIZED: /data/metadata/scm/current/VERSION
       command: ["/opt/hadoop/bin/ozone","scm"]
-   hadoop3:
+   hadoop32:
 
 Review comment:
   Can do, if you prefer it, but I can't see any advantage. It would duplicate 
the work to maintain these docker-compose file. What I would do instead of this 
(long-term) is to create a parameter (.env file) for hadoop version and 
parameterize the test. But it will be way more slower (instead of starting one 
ozone cluster we need to start it again and again for each 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]

Reply via email to