[
https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343902#comment-16343902
]
ASF GitHub Bot commented on ARROW-1579:
---------------------------------------
BryanCutler commented on issue #1319: [WIP] ARROW-1579: [Java] Adding
containerized Spark Integration tests
URL: https://github.com/apache/arrow/pull/1319#issuecomment-361364206
@xhochy that is strange, until I switched the image to be based on `FROM
maven:3.5.2-jdk-8-slim` I was seeing similar problems with paths containing `?`
but since then it's been working fine and installs under root
`[INFO] Installing
/apache-arrow/arrow/java/tools/target/arrow-tools-0.9.0-SNAPSHOT-jar-with-dependencies.jar
to
/root/.m2/repository/org/apache/arrow/arrow-tools/0.9.0-SNAPSHOT/arrow-tools-0.9.0-SNAPSHOT-jar-with-dependencies.jar`
I did follow this docker post-installation step, maybe that has something to
do with it?
https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user
I've also been running with my local .m2 repo mounted in the container with
`docker run -v /home/bryan/.m2:/root/.m2 spark-arrow` to save from always
downloading dependencies, but I tried skipping that still don't get any errors.
Besides the strange path, what is the exact error that it gives you for `mvn
install`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Java] Add dockerized test setup to validate Spark integration
> --------------------------------------------------------------
>
> Key: ARROW-1579
> URL: https://issues.apache.org/jira/browse/ARROW-1579
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Java - Vectors
> Reporter: Wes McKinney
> Assignee: Bryan Cutler
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> cc [~bryanc] -- the goal of this will be to validate master-to-master to
> catch any regressions in the Spark integration
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)