You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am compiling Spark(v3.5.1) on SG2042(riscv server), it stopped because:
Although the cause in the above picture may be about protoc-jar-maven-plugin, when I skimming its source codes, its real cause is about this plugin: protoc-jar. That problem is caused by PlatformDetector.
When I am compiling Spark(v3.5.1) on SG2042(riscv server), it stopped because:

Although the cause in the above picture may be about
protoc-jar-maven-plugin
, when I skimming its source codes, its real cause is about this plugin:protoc-jar
. That problem is caused byPlatformDetector
.After that, I changed the source code, and make it a new jar, named as
protoc-jar-3.11.4.jar
, its repository is: https://gitee.com/wang-yijia_DB/protobuf-on-riscv64.And I have tested that after using the jar which I made, it can play related normally.
The text was updated successfully, but these errors were encountered: