Davinder Pal

Results 8 comments of Davinder Pal

I am facing similar issue with `15.x` and `16.x` LTS releases as well. (incase someone needed that info) ``` using Microsoft.Spark.Sql; using Microsoft.Spark.Sql.Streaming; using static Microsoft.Spark.Sql.Functions; using System.Net.Http; using System.Text.Json;...

similar issue: https://github.com/dotnet/spark/issues/1220

@wudanzy , he mentioned, it works with 14.3 LTS only, any higher version gives that `createPythonFunction` error.

I don't think, as `dbruntime` and `dbutils` is created with python under the hood. It just that they are changing the function definitions or replacing them with something hidden so...

I have same issue but I have created a mini script for time being to fix this issue ```bash #!/bin/bash cd $HOME/.nuget/packages/microsoft.spark/2.3.0/ # Create necessary directories mkdir -p _rels mkdir...

@walid-khalafi , thanks, let me read a bit more about your suggestions.

`Alternate binding – If supported, try binding the backend to 0.0.0.0 instead of 127.0.0.1 so the JVM process in a different namespace can connect.` **comment:** I have checked the dotnet/spark...

@walid-khalafi Update on the issue: `DATA_SECURITY_MODE_DEDICATED` Alias for SINGLE_USER does allow the dotnet jvmbridge to work. seems like `Standard` mode have more network restrictions but haven't got any response from...