-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream not initialising #3
Comments
Hi, Any update Arthur @arerlend |
Hi @iam-kanavsharma in the future you can check azure-event-hubs-spark here, PR is not completed yet - Azure/azure-event-hubs-spark#573. I can provide a private build for now if you email me. |
I am finding the same issue when trying to implement this on a Databricks cluster. It does not seem to be able to connect / pull the schema from the schema registry. |
@mpfis I would check the PR on the azure-event-hubs-spark repo since I finished my time at MSFT. I did test the package before I left and had no issues. |
Hello @arerlend
I am trying to access and diaplsy the event hub on console from the databricks workspace. The data is serialised in avro format and i am using the schema registry to deserialise it.
But the command seems to run indefinitely with no output. Looks like stream is not even initialised. I have attached the image depicting the same. It looks the same for about 1 hour.
Just to check the code, I also tried converting to string, the data was not as expected (of course since its stored as avro) but the stream was initialised at least.
Can you help out ? Thanks.
The text was updated successfully, but these errors were encountered: