Skip to content

Commit

Permalink
fix(spark): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopignatiello committed Dec 13, 2024
1 parent dcbef81 commit fe80945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spark/jobs/completion_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def main(
spark_context._jsc.hadoopConfiguration().set(
"fs.s3a.connection.ssl.enabled", "false"
)
print(completion_dataset_path)
df = spark_session.read.option("multiline", "true").json(completion_dataset_path)
complete_record = compute_metrics(df)

Expand Down

0 comments on commit fe80945

Please sign in to comment.