You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/03/15 10:15:49 UTC

[GitHub] [iotdb] jixuan1989 commented on issue #2818: build fails on AArch64, Fedora 33

jixuan1989 commented on issue #2818:
URL: https://github.com/apache/iotdb/issues/2818#issuecomment-799297920


   Hi, it may be because current binary thrift compiler is generated on Ubuntu. 
   Maybe you can install thrift (v0.13) yourself by using `yum`.
   Then, use 
   ```
   mvn -DskipTests clean package \ 
   -Dthrift.download-url=http://apache.org/licenses/LICENSE-2.0.txt \
   -Dthrift.exec.absolute.path=<YOUR LOCAL THRIFT BINARY FILE>
   ``` 
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org