We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04ccd4 commit b8f0313Copy full SHA for b8f0313
1 file changed
spark/ingestion/src/main/scala/feast/ingestion/IngestionJob.scala
@@ -114,6 +114,7 @@ object IngestionJob {
114
case Modes.Offline =>
115
val sparkSession = BasePipeline.createSparkSession(config)
116
BatchPipeline.createPipeline(sparkSession, config)
117
+ sparkSession.close()
118
case Modes.Online =>
119
120
StreamingPipeline.createPipeline(sparkSession, config).get.awaitTermination
0 commit comments