Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gstlal
Commits
e6e518f9
Commit
e6e518f9
authored
Mar 21, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstlal_kafka_dag: add condor universe option into kafka/zookeeper jobs
parent
e986b11e
Pipeline
#63255
passed with stages
in 30 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gstlal-ugly/bin/gstlal_kafka_dag
gstlal-ugly/bin/gstlal_kafka_dag
+2
-0
No files found.
gstlal-ugly/bin/gstlal_kafka_dag
View file @
e6e518f9
...
...
@@ -181,6 +181,7 @@ zookeeper_job = ZookeeperJob(
tag_base
=
"zookeeper-server-start"
,
condor_commands
=
condor_commands
,
tag
=
options
.
analysis_tag
,
universe
=
options
.
condor_universe
,
port
=
options
.
zookeeper_port
)
kafka_job
=
KafkaJob
(
...
...
@@ -190,6 +191,7 @@ kafka_job = KafkaJob(
tag
=
options
.
analysis_tag
,
hostname
=
options
.
kafka_hostname
,
port
=
options
.
kafka_port
,
universe
=
options
.
condor_universe
,
zookeeperaddr
=
"localhost:%d"
%
options
.
zookeeper_port
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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