HiveException: Failed to create spark client
问题 1)I have created a sql file where we are collecting the data from two different hive table and Inserting into a single Hive table, 2) we are invoking this SQL file using shell script 3)Sample Spark Setting: SET hive.execution.engine=spark; SET spark.master=yarn-cluster; SET spark.app.name="ABC_${hiveconf:PRC_DT}_${hiveconf:JOB_ID}"; --SET spark.driver.memory=8g; --SET spark.executor.memory=8g; SET hive.exec.dynamic.partition.mode = nonstrict; SET hive.stats.fetch.column.stats=true; SET hive