client.SparkClientImpl (SparkClientImpl.java:<init>(120)) - Timed out waiting for client to connect.

increase connection time

Add in hive-site.xml, you can increase the point value

<property>
	<name>hive.spark.client.connect.timeout</name>
	<value>100000</value>
</property>

Guess you like

Origin blog.csdn.net/m0_55868614/article/details/126501985