lichadehehehe commented on issue #9326: URL: https://github.com/apache/iotdb/issues/9326#issuecomment-1469784734
Upon diving deeper into the installation documentation I've realized I've missed the thrift compiler option. The correct installation command for macOS and Linux environments should be `mvn clean package -pl distribution -am -DskipTest -Dthrift.download-url=http://apache.org/licenses/LICENSE-2.0.txt -Dthrift.exec.absolute.path=/opt/homebrew/Cellar/thrift/0.16.0/bin/thrift` Please be advised to replace `/opt/homebrew/Cellar/thrift/0.16.0/bin/thrift` with your local absolute path of thrift. -- 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]
