I am working with Google Cloud Platform and using livy to connect to GCP. However, when I am executing my workflow after a certain time the nodes stop working with the following error:
WARN SparkDataPreviewPanel Error during fetching data from Spark, reason: org.knime.bigdata.spark.core.exception.KNIMESparkException: Server Error: “java.lang.IllegalStateException: RPC channel is closed.” (LivyHttpException)
I understand that the error is for a connection timeout. But I do not understand what changes should be made in order to rectify it.
Could someone please help me out with this?