HDDS-2225. SCM fails to start in most unsecure environments due to leftover secure config

Closes #1568
This commit is contained in:
Doroszlai, Attila 2019-10-04 08:50:13 +02:00 committed by Márton Elek
parent c99a12167f
commit ec8f691201
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 0 additions and 10 deletions

View File

@ -111,13 +111,3 @@ services:
HADOOP_CLASSPATH: /opt/ozone/share/ozone/lib/hadoop-ozone-filesystem-lib-current-@project.version@.jar HADOOP_CLASSPATH: /opt/ozone/share/ozone/lib/hadoop-ozone-filesystem-lib-current-@project.version@.jar
WAIT_FOR: rm:8088 WAIT_FOR: rm:8088
command: ["yarn","timelineserver"] command: ["yarn","timelineserver"]
spark:
image: ahadoop/spark-2.4:hadoop-3.2
hostname: spark
volumes:
- ../..:/opt/hadoop
ports:
- 4040:4040
env_file:
- docker-config
command: ["watch","-n","100000","ls"]