Skip to content

Commit

Permalink
chore: minor refactoring:
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelePasini committed Sep 12, 2024
1 parent 0a534ed commit b047f49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataplatform/.env
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ZOO3PORT=2183

### HUE ###
HUECONFDIR=/desktop/conf/
HUEPORT=8888
HUEPORT=48888

# FIWARE
FIWARE_PORT=48082
Expand Down
11 changes: 9 additions & 2 deletions dataplatform/multiple_stacks/HDFS-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: apache/hadoop:${HADOOPVERSION}
volumes:
- hadoop_config:${HADOOPCONFDIR}
- data_to_load:/home/data
command: ["tail", "-f", "/dev/null"]
stdin_open: true
tty: true
Expand All @@ -22,8 +23,14 @@ volumes:
type: nfs
o: addr=${NFSADDRESS},rw,nfsvers=4,nolock,hard
device: ":${NFSPATH}/dataplatform_config/hadoop_conf/"

data_to_load:
driver: local
driver_opts:
type: nfs
o: addr=${NFSADDRESS},rw,nfsvers=4,nolock,hard
device: ":${NFSPATH}/pnrr_dataplatform/dump/"

networks:
BIG-dataplatform-network:
external: true
name: BIG-dataplatform-network
name: BIG-dataplatform-network

0 comments on commit b047f49

Please sign in to comment.