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

[BUG] Newest vertica-k8s image fails to run with entrypoint #540

Closed ai-bq closed 1 year ago

ai-bq commented 1 year ago

Our Nightly tests have been failing due to the functional tests being unable to connect to Vertica. Since our Docker environment pulls the latest Vertica image (vertica/vertica-k8s) it would appear one of the latest releases of this image does not mix well with our custom entry-point. As a result the Docker container simply shuts off.

The docker-vertica-1 log:

Database with 1 or 2 nodes cannot be k-safe and it may lose data if it crashes
Distributing changes to cluster.
    Creating database docker
    Starting bootstrap node v_docker_node0001 (127.0.0.1)
    Starting nodes: 
        v_docker_node0001 (127.0.0.1)
    Starting Vertica on all nodes. Please wait, databases with a large catalog may take a while to initialize.
Installing JsonExport package
    Success: package JsonExport installed
Installing ComplexTypes package
    Success: package ComplexTypes installed
Installing MachineLearning package
    Success: package MachineLearning installed
Installing ParquetExport package
    Success: package ParquetExport installed
Installing VFunctions package
    Success: package VFunctions installed
Installing flextable package
    Success: package flextable installed
Installing logsearch package
    Success: package logsearch installed
Installing approximate package
    Success: package approximate installed
Installing DelimitedExport package
    Success: package DelimitedExport installed
Installing voltagesecure package
    Success: package voltagesecure installed
Installing place package
    Success: package place installed
Installing kafka package
    Success: package kafka installed
Installing txtindex package
    Success: package txtindex installed
Installing OrcExport package
    Success: package OrcExport installed
Database creation SQL tasks completed successfully.
Database docker created successfully.
ALTER DATABASE
Vertica container is now running
sshd: no hostkeys available -- exiting.