vertica / spark-connector

This component acts as a bridge between Spark and Vertica, allowing the user to either retrieve data from Vertica for processing in Spark, or store processed data from Spark into Vertica.
Apache License 2.0
20 stars 23 forks source link

Updated Vertica Docker entrypoint + workflows for 12.0.4 #541

Closed ai-bq closed 1 year ago

ai-bq commented 1 year ago

Summary

The Vertica kubernetes docker image was recently updated with changes regarding ssh keys shown here.

The Docker Log for our Vertica container would fail to execute its last line calling sshd as a result of there being no host keys.

The workflows should also be updated to 12.0.4.

Description

Added a sudo ssh-keygen -q -A to generate new host keys.

Nightly test now passes.

Weekly and nightly workflows have been updated to Vertica 12.0.4, as has the README.

Related Issue

Closes #540. Closes #542.

Additional Reviewers

@alexey-temnikov @jeremyp-bq @alexr-bq @jonathanl-bq

codecov[bot] commented 1 year ago

Codecov Report

Merging #541 (287b211) into main (4d8827d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #541   +/-   ##
=======================================
  Coverage   87.55%   87.55%           
=======================================
  Files          44       44           
  Lines        2000     2000           
  Branches      114      114           
=======================================
  Hits         1751     1751           
  Misses        249      249           
Flag Coverage Δ
unittests 87.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more