Skip to content

Commit

Permalink
fix: modifying .env for c.i.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelePasini committed Sep 12, 2024
1 parent 8c4f6a0 commit 331520c
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions dataplatform/multiple_stacks/hue.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
version: '3.9'
version: "3.9"

services:
hue:
image: gethue/hue:latest
ports:
- ${HUEPORT}:8888
volumes:
- hadoop_config:${HADOOPCONFDIR}
- hue_config:${HUECONFDIR}
environment:
HADOOP_CONF_DIR: /opt/hadoop/etc/hadoop/
deploy:
placement:
constraints:
- node.hostname != CB-Mass-Node1
networks:
- BIG-dataplatform-network
image: gethue/hue:latest
ports:
- ${HUEPORT}:8888
volumes:
- hadoop_config:${HADOOPCONFDIR}
- hue_config:${HUECONFDIR}
environment:
HADOOP_CONF_DIR: /opt/hadoop/etc/hadoop/
deploy:
placement:
constraints:
- node.hostname != CB-Mass-Node1
networks:
- BIG-dataplatform-network

volumes:
hadoop_config:
driver: local
driver_opts:
type: nfs
o: addr=${NFSADDRESS},rw,nfsvers=4,nolock,hard
device: ":${NFSPATH}/dataplatform_config/hadoop_conf/"

hue_config:
driver: local
driver_opts:
type: nfs
o: addr=${NFSADDRESS},rw,nfsvers=4,nolock,hard
Expand Down

0 comments on commit 331520c

Please sign in to comment.