vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 4 forks source link

Compilation failure error #62

Closed GiridharaSPK closed 1 year ago

GiridharaSPK commented 1 year ago

sql-to-dbsp-java-error

mihaibudiu commented 1 year ago

If it says "cargo not found" it means you have not installed Rust properly.

GiridharaSPK commented 1 year ago

Thanks for pointing it out. I tried installing cargo too, but it is still throwing the same error.

Screenshot-sql-to-dbsp-error

Screenshot-sql-dbsp-error-2

The project is looking for some binary or library files but they are either not generated or not found

mihaibudiu commented 1 year ago

The only mentions of this error "package has already been annotated" I can find are from 10 years ago. Can you make sure you are using at least java 8? java --version?

mihaibudiu commented 1 year ago

I have pushed a change to main that is intended to fix the cargo error, but I don't know what to do about the Java error if you already have a new version of Java.

mihaibudiu commented 1 year ago

I assume we can close this issue, please reopen if that's not true.