We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Unfortunately notebookutils is not supported under .net spark https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/microsoft-spark-utilities?pivots=programming-language-csharp#notebook-utilities
I would like to use Notebook.Run() inside a task factory as this would allow multiple notebook contexts to run under a single spark application. https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskfactory?view=netcore-3.1#definition This can be done in PySpark, but .net core 3.1 taskfactory is superior.
When can we expect this support? Is it coming with .net6/7 spark support?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Unfortunately notebookutils is not supported under .net spark
https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/microsoft-spark-utilities?pivots=programming-language-csharp#notebook-utilities
I would like to use Notebook.Run() inside a task factory as this would allow multiple notebook contexts to run under a single spark application.
https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskfactory?view=netcore-3.1#definition
This can be done in PySpark, but .net core 3.1 taskfactory is superior.
When can we expect this support? Is it coming with .net6/7 spark support?
The text was updated successfully, but these errors were encountered: