Skip to content

Conversation

@songqing
Copy link
Owner

…ray for java

What do these changes do?

Now, Ray supports not only Python client but also Java client, we can build Ray for both. However, if we build ray for Python first and then build ray for Java, we'll fail. That's because Ray's build depends on Arrow which only be built once. Arrow will not generate libs for Java when building Ray for Python (BTW, if we build Ray for Java first, we will also generate arrow's Python client).

So, to solve the problem, we should make sure Arrow will be built again when building Ray for Java later while Ray's build is as before when building Ray for Java first.

@songqing songqing closed this Jun 12, 2018
@songqing songqing deleted the build_arrow_for_python_and_java_simultaneously branch June 12, 2018 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants