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

Test 'VERTICA_MEMDEBUG' on a non-ARM based chip #515

Closed ai-bq closed 1 year ago

ai-bq commented 1 year ago

Is your feature request related to a problem? Please describe.

In order to achieve functionality of the Vertica docker container on an ARM based chip (M1), 'VERTICA_MEMDEBUG=2' was added to the environment variables in the docker compose file.

Describe the solution you'd like

We should test if this option works on non-ARM based chips as well, in which case the new variable can just be default option.