-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: mode/pipeline grpc generated Java compilation fail #33964
Comments
Hi @turb, could you run |
Hello @shunping and thanks for the answer, Indeed I didn't notice the After doing
And the error is still the same:
...and indeed there is no I have the same error on a freshly cloned beam repo. |
What if you remove the entire folder of "beam/model/pipeline/build/"? Another thing you can try is to remove gradle build cache under "~/.gradle/caches/".
I am not able to reproduce that with a newly cloned repo. Could you let me know what your steps are to get the error? |
That did the trick. Sorry for bothering you, and thanks! |
No problem at all. Glad it helps. |
What happened?
On
master
, Apache Beam Java compilation fail on some configurations (here Apple Mac Book Pro with M3 chip), since commit f03e0c0 introduced by #33858. cc @robertwbFor whatever reason,
model/pipeline/build/classes/java/main/org/apache/beam/model/pipeline/v1/RunnerApi.class
is present but not included in the classpath. I'm not familiar enough with gradle to find out why.Error log:
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: