I am getting SIGSEGV error when trying to create a connection from within spark jar to bigquery. I am running the spark jar on dataproc cluster. I am getting error when trying: datasource.getConnection().
This is the full error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f4eca441c80, pid=28494, tid=0x00007f4f397b3700
#
# JRE version: OpenJDK Runtime Environment (8.0_322-b06) (build 1.8.0_322-b06)
# Java VM: OpenJDK 64-Bit Server VM (25.322-b06 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x00007f4eca441c80
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/58aa059c-a453-4ce9-9401-61ae287d0e6d/hs_err_pid28494.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#