Skip to content

Commit e146cd6

Browse files
committed
DSP-14970 migrate to H2 sqlDao (from deprecated FileDao)
DAOs are used to store meta data about jars, contexts and jobs. So far we used FileDao that is now deprecated and will be removed in the future. This configuration change makes Spark Jobserver use default dao which is H2 SqlDao. It is also durable (stores data on disk).
1 parent e3694ea commit e146cd6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

job-server/config/dse.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ spark {
1414

1515
jobserver {
1616
port = 8090
17-
jar-store-rootdir = /tmp/jobserver/jars
18-
19-
jobdao = spark.jobserver.io.JobFileDAO
20-
21-
filedao {
22-
rootdir = /tmp/spark-job-server/filedao/data
23-
}
2417
}
2518

2619
# predefined Spark contexts

0 commit comments

Comments
 (0)