I am unable to set below parameter when running hive query on spark engine using hive jdbc.
Cannot modify hive.spark.client.server.connect.timeout at runtime. It is in the list of parameters that can't be modified at runtime or is prefixed by a restricted variable.
set hive.spark.client.server.connect.timeout=90000
set hive.spark.client.connect.timeout=900000;
Both parameter is giving error in CDH6.3.3 but it was working in CDH5.16.1.
Kindly let us know the option to avoid timeout error.