Hi Team, I am trying to submit beam job in local spark with below command :-
spark-submit --master spark://192.168.0.106:7077 sample.py --runner=SparkRunner Getting error :-- RuntimeError: C:\apache_beam\runners\spark\job-server\build\libs\beam-runners-spark-job-server-2.19.0-SNAPSHOT.jar not found. Please build the server with cd C:\apache_beam; ./gradlew runners:spark:job-server:shadowJar Could you please help me on this. Regards, Dhiren
