You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you need to start up the Thrift Server to connect with ODBC? This particular image does not do that by default, I was trying to connect to Spark through JDBC from outside the container as well.
From within the master node:
cd /spark/bin && /spark/sbin/../bin/spark-class org.apache.spark.deploy.SparkSubmit --class org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 spark-internal
Expected Behavior
I want to connect via Windwos ODBC to the docker-spark container.
Actual Behavior
I receive an SSL error.
Steps to Reproduce the Problem
Version:
Spark 3.0.0 for Hadoop 3.2 with OpenJDK 8 and Scala 2.12
versiongit clone https://github.com/big-data-europe/docker-spark cd docker-spark docker-compose up
Platform:
The text was updated successfully, but these errors were encountered: