Closed rickyschools closed 3 years ago
Hi @rickyschools !
It's definitely possible to package Structured Streaming Apps since there are no limitations to do this.
Unfortunately, by the error you've provided, it's quite hard to grasp what's the source of it, but most probably it's somewhere between Spark and Kafka, and it's completely unrelated to cicd-templates. I think you need to check the logs under the error message (this error only shows the fact of the error, not exactly the source of it).
Could you please verify the following:
@renardeinside
Thanks for your confirmation re: Structured Streaming.
I can confirm that environment was provisioned as expected from the interactive to job cluster. After digging a bit deeper in research and debugging, I found there was an invalid reference in the configuration I put forth. Apologies for the false alarm.
Thank you for your prompt response! I'm really excited to get this framework into my team's workflow as we start leverage Databricks more and more. I really appreciate what you and the team have put forth here.
Cheers,
RS
Hello -
I've recently stumbled upon this framework and so far am really enjoying the workflow put forth by the team. Thank you!
I'm working on a PySpark application that relies upon structured streaming to get data out of Kafka, and I'm running into issues getting the pipeline to complete after running a deployment to our release cluster. I have versions of this code working in Databricks notebooks, so I'm trying to decipher what it is I'm missing in the context of this ci/cd framework..
The dbx deployments via Azure Pipelines and the sample jobs execute as expected - so I can rule out a deployment issue.
I'm aware of the limitation that
databricks-connect
has regarding structured streaming support, but am wondering if that's getting passed along to the job cluster I'm spinning up for the job I've crafted.Any wisdom you could impart would be greatly appreciated. Below is the full stack-trace of the standard error from the spark job.
Thanks in advance,
RS