adoroszlai commented on code in PR #4862:
URL: https://github.com/apache/ozone/pull/4862#discussion_r1232978898


##########
hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh:
##########
@@ -16,12 +16,9 @@
 # limitations under the License.
 
 export COMPOSE_FILE=docker-compose.yaml:../common/hadoop.yaml
-export HADOOP_MAJOR_VERSION=${HADOOP_VERSION%%.*}
-
-export SECURITY_ENABLED=false
+export HADOOP_MAJOR_VERSION=3

Review Comment:
   `unused` doesn't work here, we get the following error:
   
   ```
   $ ./test-hadoop.sh
   Couldn't find env file: 
.../hadoop-ozone/dist/target/ozone-1.4.0-SNAPSHOT/compose/common/hadoopunused.conf
   ```



-- 
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]

Reply via email to