-
Notifications
You must be signed in to change notification settings - Fork 293
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
aws-athena-federation-sdk build failed #720
Comments
If those errors are coming from you running
Can you run this command: Also aside from the directory inconsistency, when you rerun, can you use the command as follows so that we can get the full stack traces?
Additionally when you get those errors, if you scroll up, there should be a stack trace from during the run of the test. Can you make sure to copy paste or attach the full output of your terminal to include those stack traces? |
hi, |
Yes, I am asking you to provide the output of that command. The output that you are showing right now is truncated. For example: Is an example of a truncated error message and there should be a more complete output further up in the console, otherwise the truncated messages don't really tell us anything that can help you further. |
From your logs, it looks like its an issue with Apache Arrow on your setup:
There might be a problem with the Apache Arrow version we are using and M1 Macs or it might be a problem with your JDK version. I noticed that you are using JDK17 on your machine and a maven built using JDK18. This project currently expects to be built and run using JDK11:
So you can try installing JDK11 on your machine and also installing a maven compatible with it. If that doesn't help, then its an issue with the version of Arrow and your M1 Mac. Not the same issue, but might be related: snowflakedb/snowflake-jdbc#533 (comment) |
Hi,
I tried to build on mac(M1) the aws-athena-federation-sdk and build failed:
Tests run: 188, Failures: 0, Errors: 93, Skipped: 0
Java Version:
java 17.0.2 2022-01-18 LTS
Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing)
Maven version:
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/homebrew/Cellar/maven/3.8.6/libexec
Java version: 18.0.1.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk/18.0.1.1/libexec/openjdk.jdk/Contents/Home
Default locale: en_IL, platform encoding: UTF-8
OS name: "mac os x", version: "12.0.1", arch: "aarch64", family: "mac"
Action:
mvn clean install
After run
mvn clean install
inside athena-federation-integ-test folder.I am getting those errors:
Do I need to do something for this to pass?
The text was updated successfully, but these errors were encountered: