Skip to content

Commit

Permalink
Remove namenode service as prerequistit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aukerman committed Jun 22, 2020
1 parent 32a1147 commit b1b71c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./conf/hadoop-hive.env
command: /opt/hive/bin/hive --service metastore
environment:
SERVICE_PRECONDITION: "namenode:50070 datanode:50075 hive-metastore-postgresql:5432"
SERVICE_PRECONDITION: "hive-metastore-postgresql:5432"
ports:
- "9083:9083"
hive-metastore-postgresql:
Expand Down

0 comments on commit b1b71c3

Please sign in to comment.