Skip to content

Commit 069ed0f

Browse files
authored
Merge pull request #378 from mozilla/bug/1809624/graphics_telemetry-dataproc_cluster-init-failure
bug(1809624): tweaked package requirements to use git for installing the moztelemetry package
2 parents a8dbc07 + 423a62c commit 069ed0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mozetl/graphics/create_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
gcloud dataproc clusters create graphics-test-cluster \
1616
--image-version=1.5 \
1717
--region=us-central1 \
18-
--metadata='PIP_PACKAGES=python_moztelemetry git+https://github.com/FirefoxGraphics/telemetry.git#egg=pkg&subdirectory=analyses/bigquery_shim boto3==1.16.20 six==1.15.0' \
18+
--metadata='PIP_PACKAGES=git+https://github.com/mozilla/python_moztelemetry.git@v0.10.2#egg=python-moztelemetry git+https://github.com/FirefoxGraphics/telemetry.git#egg=pkg&subdirectory=analyses/bigquery_shim boto3==1.16.20 six==1.15.0' \
1919
--num-workers=2 \
2020
--worker-machine-type=n2-highmem-4 \
2121
--properties "core:fs.s3.awsAccessKeyId=$AWS_ACCESS_KEY_ID,core:fs.s3.awsSecretAccessKey=$AWS_SECRET_ACCESS_KEY,spark-env:AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID,spark-env:AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY" \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'numpy==1.19.4',
3636
'pandas==1.1.4',
3737
'pyspark==2.3.2',
38-
'python_moztelemetry==0.10.2',
38+
'python-moztelemetry @ git+http://github.com/mozilla/python_moztelemetry.git@v0.10.2#egg=python-moztelemetry',
3939
'requests-toolbelt==0.9.1',
4040
'requests==2.25.0',
4141
'scipy==1.5.4',

0 commit comments

Comments
 (0)