[
https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366536#comment-16366536
]
ASF GitHub Bot commented on ARROW-1579:
---------------------------------------
wesm commented on issue #1319: ARROW-1579: [Java] Adding containerized Spark
Integration tests
URL: https://github.com/apache/arrow/pull/1319#issuecomment-366126289
Build failed for me with
```
Scanning dependencies of target arrow_static
Scanning dependencies of target arrow_shared
make[2]: *** No rule to make target
'/home/ubuntu/miniconda/envs/pyarrow-dev/lib/libbrotlidec.a', needed by
'release/libarrow.so.0.0.0'. Stop.
CMakeFiles/Makefile2:693: recipe for target
'src/arrow/CMakeFiles/arrow_shared.dir/all' failed
make[1]: *** [src/arrow/CMakeFiles/arrow_shared.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 52%] Linking CXX static library ../../release/libarrow.a
[ 52%] Built target arrow_static
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
```
Haven't dug too far into what's wrong. Can we document how to run this
someplace other than the Dockerfile?
----------------------------------------------------------------
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)