turb commented on issue #33964:
URL: https://github.com/apache/beam/issues/33964#issuecomment-2655149000
Hello @shunping and thanks for the answer,
Indeed I didn't notice the `./gradlew clean` I executed previously had
failed. For whatever reason I had to delete `build` dir first because Python
was unable to find grpcio-tools.
After doing `./gradlew clean` successfully :
- I still have generated Java code in
`model/pipeline/build/generated/source/proto/main/java/org/apache/beam/model/pipeline/v1/RunnerApi.java`
- however now `model/pipeline/build/classes/java/main` is empty
And the error is still the same:
```
beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:18:
error: cannot find symbol
private static volatile
io.grpc.MethodDescriptor<org.apache.beam.model.pipeline.v1.RunnerApi.EventsRequest,
^
symbol: class EventsRequest
location: class RunnerApi
```
...and indeed there is no `EventsRequest` in
`model/pipeline/build/generated/source/proto/main/java/org/apache/beam/model/pipeline/v1/RunnerApi.java`.
I have the same error on a freshly cloned beam repo.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]