Re: Installing Arrow

2016-07-01 Thread Micah Kornfield
I think if c++11 was used to compile the library it might also fix the issue. On Friday, July 1, 2016, Holden Karau wrote: > So doing a bit of hunting it seems like this might be coming since your > missing some expected build libraries, namely you don't have any of the > expected regex librarie

Re: Installing Arrow

2016-07-01 Thread Holden Karau
So doing a bit of hunting it seems like this might be coming since your missing some expected build libraries, namely you don't have any of the expected regex libraries. I'm used to working on ubuntu/debian derived systems but it seems like installing something like `yum groupinstall "Development T

Installing Arrow

2016-07-01 Thread Manoj Kumar
Hi, I am trying to install Arrow using the following instructions. ./cpp/thirdparty/download_thirdparty.sh ./cpp/thirdparty/build_thirdparty.sh It fails with this error: + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/manoj/arrow/cpp/thirdparty/installed '-DCMAKE_CXX_FLAGS=-fPI

[jira] [Comment Edited] (ARROW-220) Pyarrow installed through conda segfaults on import

2016-07-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359792#comment-15359792 ] Wes McKinney edited comment on ARROW-220 at 7/1/16 10:58 PM: - A

[jira] [Commented] (ARROW-220) Pyarrow installed through conda segfaults on import

2016-07-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359792#comment-15359792 ] Wes McKinney commented on ARROW-220: At this moment, I am seeing on my system: {code}

[jira] [Resolved] (ARROW-102) travis-ci support for java project

2016-07-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-102. Resolution: Fixed Assignee: Laurent Goujon resolved by https://github.com/apache/arrow/commit/

Re: [JAVA] Figuring out whats shifted from Drill/Java

2016-07-01 Thread Kiril Menshikov
Hi, I’m back from vacation and finalize offset test. I found that memory is not necessarily 64-bytes align. So now the offset is calculated before ArrowBuf initialization. https://github.com/apache/arrow/pull/98 -Kiril > On Jun 16, 2016, at 21:32, Ki

[jira] [Resolved] (ARROW-234) [C++] Build with libhdfs support in arrow_io in conda builds

2016-07-01 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-234. Resolution: Fixed Issue resolved by pull request 97 [https://github.com/apache/arrow/pull/97] > [C++