You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/03/17 12:38:00 UTC

[jira] [Created] (ARROW-15959) [Java][Docs] Fix IntelliJ IDE setup instructions

David Li created ARROW-15959:
--------------------------------

             Summary: [Java][Docs] Fix IntelliJ IDE setup instructions
                 Key: ARROW-15959
                 URL: https://issues.apache.org/jira/browse/ARROW-15959
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Documentation, Java
            Reporter: David Li


A few more things need to be documented to get debugging working in IntelliJ, at least in my experience. This is probably because instead of using the Maven build, I'm using IntelliJ's native build, which lets me one-click run a particular class or test, but needs some extra configuration.
 * Must unset "Use --release option for cross compilation" in compiler settings
 * Must build once with Maven and mark the arrow-vector/target/generated-sources directory as a generated sources root



--
This message was sent by Atlassian Jira
(v8.20.1#820001)