Terry Kim

Results 101 comments of Terry Kim

Hi @SARAVANA1501, are you still interested in finishing up this PR? Thanks!

Thanks @laneser for the PR. However, I am not fully convinced with this approach: - This requires another set of documentation: e.g., it will not work if `SPARK_HOME` is not...

@sunildixit The reason was to fix this in a right way: https://github.com/dotnet/spark/issues/473#issuecomment-643663712 There is a workaround if you need to access these: https://github.com/dotnet/spark/issues/473#issuecomment-608260897

#291 should unblock this when it's merged to master.

@ruihmicrosoft, we have been adding examples with some documentations under the example folder: #319, #320. If you want to push forward this PR, can you please convert this to an...

@johnpaulada You can create `docs/Docker.md`. And update https://github.com/dotnet/spark/blob/master/docs/getting-started/ubuntu-instructions.md to have a link to it. Thanks.

@superboy1984 we don't have a plan to support Graphx at the moment, but any contribution is welcomed!

Can you check if `createSession` is being called in your application? (I assume it's a function?)

Hi @sjahongir, the scenario you described (using C# connector) is not supported, since .NET for Apache Spark is more like a wrapper around Apache Spark. This means that the connector...

Thanks @oefe for reporting this. We will move away from `BinaryFormatter` from upcoming releases.