Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloud-infrastructure
data-analytics
Commits
b7f2795f
Commit
b7f2795f
authored
Apr 21, 2021
by
Domenico Giordano
Browse files
fix wrong path
parent
25d5d48f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/spark_etl/integration/docker-compose.yml
View file @
b7f2795f
...
...
@@ -28,7 +28,7 @@ services:
srv_spark_etl
:
image
:
gitlab-registry.cern.ch/cloud-infrastructure/data-analytics/sparknotebook:${IMAGE_TAG}
command
:
sh -c "echo 'sleep to give time to /cvmfs to get alive' && /usr/bin/sleep 30 && /work/tests/spark_etl/test_spark_connector.sh"
command
:
sh -c "echo 'sleep to give time to /cvmfs to get alive' && /usr/bin/sleep 30 && /work/tests/spark_etl/
integration/
test_spark_connector.sh"
user
:
root
depends_on
:
-
srv_cvmfs
...
...
@@ -38,4 +38,4 @@ services:
-
$KRB5DIR:$KRB5DIR
environment
:
-
KRB5CCNAME=${KRB5CCNAME}
network_mode
:
host
\ No newline at end of file
network_mode
:
host
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment