Re: can't build on mac m1 with main branche

2021-07-07 Thread Russell Spitzer
Since we are getting it via Spark for those tests, https://issues.apache.org/jira/browse/SPARK-33725 we just need to bump to 2.4.8 and 3.0.2 for tests > On Jul 7, 2021, at 10:37 PM, Russell Spitzer > wrote: > > Hmm that sounds like we shoul

Re: can't build on mac m1 with main branche

2021-07-07 Thread Russell Spitzer
Hmm that sounds like we should just upgrade snappy? https://github.com/xerial/snappy-java/blob/master/Milestone.md#snappy-java-1182-2020-11-28 snappy-java-1.1.8.2 has the Apple Silicon Support > On Jul

Re: can't build on mac m1 with main branche

2021-07-07 Thread Manong Karl
As far as I know integrationTest task used snappy-java:1.1.7.5 which doesn't contain native mac aarch64 snappyjava lib. Then the Snappy class can't be loaded. A quick fix is downloading the lib from snappy-java/libsnappyjava.dylib at m1 · xerial/snappy-java · GitHub

Re: can't build on mac m1 with main branche

2021-07-06 Thread russell . spitzer
Underlying error from my quick skim java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy Which is usually caused by the temp directory being set as noexec Sent from my iPhone > On Jul 5, 2021, at 11:4

Re: can't build on mac m1 with main branche

2021-07-05 Thread Manong Karl
Don't know why gmail lost my files. So I uploaded them to google drive. https://drive.google.com/file/d/1GKCfH5-Ier9TM0vidd37eq299RVaocm_/view?usp=sharing https://drive.google.com/file/d/1V4Rg0fbwmeHBG_NjyLjLPo3BmjxWnFan/view?

Re: can't build on mac m1 with main branche

2021-07-05 Thread Russell Spitzer
I do not see any logs attached On Sun, Jul 4, 2021 at 8:12 PM Manong Karl wrote: > And the info log: > > Manong Karl 于2021年7月5日周一 上午9:09写道: > >> Hello Ryan, I was running on >> commit cf0b94f69ec2659d59fcb4aa1be5865d2db03ffd. Have uploaded the full >> log, please help, Thank U. >> >> Ryan Blue

Re: can't build on mac m1 with main branche

2021-07-04 Thread Manong Karl
And the info log: Manong Karl 于2021年7月5日周一 上午9:09写道: > Hello Ryan, I was running on > commit cf0b94f69ec2659d59fcb4aa1be5865d2db03ffd. Have uploaded the full > log, please help, Thank U. > > Ryan Blue 于2021年7月5日周一 上午2:40写道: > >> It isn't clear why those tests failed because there is no error me

Re: can't build on mac m1 with main branche

2021-07-04 Thread Manong Karl
Hello Ryan, I was running on commit cf0b94f69ec2659d59fcb4aa1be5865d2db03ffd. Have uploaded the full log, please help, Thank U. Ryan Blue 于2021年7月5日周一 上午2:40写道: > It isn't clear why those tests failed because there is no error message or > stack trace. Maybe you could find those and post those s

Re: can't build on mac m1 with main branche

2021-07-04 Thread Ryan Blue
It isn't clear why those tests failed because there is no error message or stack trace. Maybe you could find those and post those so we can take a look? Ryan On Sat, Jul 3, 2021 at 11:21 PM Manong Karl wrote: > Hello Team: > When I tried to build, command "./gradlew build -x test", it got an >

can't build on mac m1 with main branche

2021-07-03 Thread Manong Karl
Hello Team: When I tried to build, command "./gradlew build -x test", it got an exception which I have uploaded. What did I miss? Title: Test results - Test Summary Test Summary 9 tests 3 failures 0 ignored 5.520s duration 66% successful Failed tests Pack