Replies: 3 comments 4 replies
-
Did you go thru a full tutorial? There are a number of steps: https://docs.microsoft.com/en-us/dotnet/spark/tutorials/get-started?tabs=windows One thing that was surprising to me is the extent to which environment variables are used. It doesn't feel natural (on Windows) to have such high-stakes variables, but eventually I got used to it. Make sure to pay close attention to the values of DOTNET_WORKER_DIR and DOTNET_ASSEMBLY_SEARCH_PATHS. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your time. It mentions setting up master in local mode, i am able to successfully run in local mode with these steps. We want to run .net spark in cluster mode by setting up master and workers in different windows machines. |
Beta Was this translation helpful? Give feedback.
-
Thank you David for your inputs. I am working on this, had some difficulty in accessing network drive. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can you please guide me how to run spark/deployment/install-worker.sh to setup microsoft.spark.worker locally on windows 10 machine.
Beta Was this translation helpful? Give feedback.
All reactions