Skip to content

Commit

Permalink
fix: using maven from config across docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 24, 2024
1 parent 7a1e1c0 commit 6ea7e1f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1709,9 +1709,7 @@ services:
arch: ${ARCH}
# Use a newer JDK as it seems to improve stability
jdk: 17
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.6.3
maven: ${MAVEN}
node: ${NODE}
go: ${GO}
volumes: *conda-volumes
Expand Down Expand Up @@ -1843,9 +1841,7 @@ services:
arch: ${ARCH}
python: ${PYTHON}
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.6.3
maven: ${MAVEN}
hdfs: ${HDFS}
links:
- impala:impala
Expand Down Expand Up @@ -1886,9 +1882,7 @@ services:
arch: ${ARCH}
python: ${PYTHON}
jdk: ${JDK}
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
# be set to ${MAVEN}
maven: 3.6.3
maven: ${MAVEN}
spark: ${SPARK}
numpy: ${NUMPY}
shm_size: *shm-size
Expand Down

0 comments on commit 6ea7e1f

Please sign in to comment.