python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spark structured streaming job failing after running for 3-4 days with java.io.FileNotFoundException: File does not exist
We have a spark structured streaming job written in scala running in production which reads from a kafka topic and writes to HDFS sink. Triggertime is 60 Seconds. The job has been deployed 4months bac...

sam.ban
Votes: 0
Answers: 0
Time to remove WAL from Postrgres
Just curious as to why it takes so long to remove WAL from a table in Postgres
ALTER TABLE tablename SET UNLOGGED
Took more than an hour on a very large table but with very little CPU utilization.
Is...
TnTech
Votes: 0
Answers: 1
Debezium `source.lsn` field value in snapshot records(when `__op=r`)
I can't find an information in Debezium Postgresql connector config documentation page regarding the source.lsn field value for snapshot events(events having __op=r). I've ran a test on my dev environ...
Suren Aznauryan
Votes: 0
Answers: 1