Re: Problems building Arrow Java

2018-12-31 Thread Wes McKinney
Thanks Paul, that's great! Will begin to look at the JS PR As a matter of process, you all should think about a workflow that can enable better visibility and community engagement on large projects like this so we don't end up with months of development work dropped in a code bomb =) I know you po

Re: Problems building Arrow Java

2018-12-31 Thread Paul Taylor
Thanks Wes, that was the fix. After verifying everything's still good, I opened the JS refactor PR here: https://github.com/apache/arrow/pull/3290. Y'all feel free to review it on your own time, I'm in no rush. Just happy I'm not holding everybody else up finally. Paul On 12/30/18 5:11 PM,

Re: Problems building Arrow Java

2018-12-30 Thread Wes McKinney
Hi Paul -- Java development has all been happening on Java 8 and 9. You might want to try an older JDK since newer ones aren't being formally supported yet Wes On Sun, Dec 30, 2018, 12:39 PM Paul Taylor Ah, just realized I was missing javac. I installed > `openjdk-11-jdk-headless` and verifying

Re: Problems building Arrow Java

2018-12-30 Thread Paul Taylor
Ah, just realized I was missing javac. I installed `openjdk-11-jdk-headless` and verifying it exists, now the build gets further along, but fails related to an undeclared `com.google.code.findbugs` dependency? Thanks in advance for any guidance here. *~/dev/arrow/java*$ sudo update-alternativ

Problems building Arrow Java

2018-12-30 Thread Paul Taylor
Is anyone else having issues building Arrow Java? I'm trying to run the integration tests locally, but can't figure out why `mvn install` is failing. I see a number of warnings, and a few checkstyle errors, but nothing besides that stands out. Thanks, Paul *~/dev/arrow/java*$ java --version P