I managed to get the java and C++ test running on my mac, both completed successfully.
I am having trouble running the python tests. From some searching around it looks like I need XCode, but the app store won't let me install it because I'm currently on an older version. Don't really want to go through the hassle of upgrading operating systems, so I'll leave verification of the python code to other members of the community that already have the environment set up. My vote is +1 Error I was seeing for those curious: Jasons-MacBook-Pro:python jaltekruse$ python setup.py build_ext --inplace /usr/local/lib/python2.7/site-packages/setuptools-21.1.0-py2.7.egg/setuptools/dist.py:285: UserWarning: Normalizing '0.1.0dev' to '0.1.0.dev0' running build_ext cmake -DPYTHON_EXECUTABLE=/usr/local/opt/python/bin/python2.7 /Users/jaltekruse/Downloads/apache-arrow-0.1.0/python -- The C compiler identification is AppleClang 6.1.0.6020053 -- The CXX compiler identification is AppleClang 6.1.0.6020053 CMake Error at /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/Platform/Darwin.cmake:76 (message): CMAKE_OSX_DEPLOYMENT_TARGET is '10.10' but CMAKE_OSX_SYSROOT: "" is not set to a MacOSX SDK with a recognized version. Either set CMAKE_OSX_SYSROOT to a valid SDK or set CMAKE_OSX_DEPLOYMENT_TARGET to empty. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/CMakeSystemSpecificInformation.cmake:36 (include) CMakeLists.txt:22 (project) -- Configuring incomplete, errors occurred! See also "/Users/jaltekruse/Downloads/apache-arrow-0.1.0/python/build/temp.macosx-10.10-x86_64-2.7/CMakeFiles/CMakeOutput.log". error: command 'cmake' failed with exit status 1 Jason Altekruse Software Engineer at Dremio Apache Drill Committer On Tue, Oct 4, 2016 at 5:21 PM, Gang(Gary) Wang <ga...@apache.org> wrote: > +1 Thanks > > On Oct 4, 2016 5:11 PM, "Julien Le Dem" <jul...@dremio.com> wrote: > > > Hello all, > > I'd like to propose the first release candidate (rc1) of Apache Arrow > > version 0.1.0. > > It covers a total of 167 resolved JIRAS [1] > > Thanks to everyone who contributed to this release. > > > > The source release rc1 is hosted at [2]. > > This release candidate is based on commit > > 7fb4d24a35269db99fa112c0512d4a32c372dd74 located at [3]. > > > > The vote will be open for the next ~72 hours ending at 4:00 PM > > Pacific, October 7, 2016. > > > > [ ] +1 > > [ ] +0 > > [ ] -1 > > > > I have run the java build + tests > > I have run cpp build + tests > > Here's my vote: +1 > > > > Thanks, > > Julien > > > > How to validate a release signature: > > https://httpd.apache.org/dev/verification.html > > > > [1] > > https://issues.apache.org/jira/issues/?jql=project%20% > > 3D%20ARROW%20AND%20fixVersion%20%3D%200.1.0%20ORDER%20BY% > 20priority%20DESC > > [2] https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.1.0-rc1/ > > [3] > > https://github.com/apache/arrow/commit/7fb4d24a35269db99fa112c0512d4a > > 32c372dd74 > > -- > > Julien > > >