spark-thriftserver Questions

3

Solved

I'd like connect to Delta using JDBC and would like to run the Spark Thrift Server (STS) in local mode to kick the tyres. I start STS using the following command: $SPARK_HOME/sbin/start-thriftserve...

3

Solved

I'm running spark locally and want to to access Hive tables, which are located in the remote Hadoop cluster. I'm able to access the hive tables by lauching beeline under SPARK_HOME [ml@mast...
Revivify asked 12/10, 2016 at 11:16

1

I'm using Spark 2.3 thrift server for Ad-hoc Sql queries. My spark parameters are set as below in spark-defaults.conf file: spark.executor.memory 24G spark.executor.cores 40 spark.executor.instance...
Discrepant asked 2/5, 2018 at 12:21

0

We are running SQL queries against Spark EMR cluster using Spark Thrift Server and we see that when a SQL query (translated to Spark job) is finished, it's shuffle files located under /mnt/yarn/use...

1

Solved

I'm using Apache Spark 2.1.1 and I have put the following hive-site.xml on $SPARK_HOME/conf folder: <?xml version="1.0"?> <configuration> <property> <name>javax.j...
Burly asked 19/7, 2017 at 15:21
1

© 2022 - 2024 — McMap. All rights reserved.