• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Jun-2020-

README.mdH A D01-Jun-20201.3 KiB298

build-cpp-linux.shH A D01-Jun-20202.3 KiB7243

build-cpp-osx.shH A D01-Jun-20201.6 KiB5226

build-java.shH A D01-Jun-20202.1 KiB6534

travis.linux.ymlH A D01-Jun-20202.5 KiB7366

travis.osx.ymlH A D01-Jun-20202.5 KiB7064

README.md

1<!--
2Licensed to the Apache Software Foundation (ASF) under one
3or more contributor license agreements.  See the NOTICE file
4distributed with this work for additional information
5regarding copyright ownership.  The ASF licenses this file
6to you under the Apache License, Version 2.0 (the
7"License"); you may not use this file except in compliance
8with the License.  You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17-->
18
19# Updating manylinux for Gandiva Jar Build.
20
21Do the following to update arrow manylinux docker image for building Gandiva Jars
22
23- Install java in the manylinux image.
24- To do above, update Dockerfile-x86_64_base under python/manylinux1 to install java.
25- Please note only upto java7 is available in CentOS5, so install java7 in the base.
26- Export JAVA_HOME environment variable.
27- Then update build_boost.sh under python/manylinux1/scripts to build boost statically.
28
29Please look at https://github.com/praveenbingo/arrow/tree/buildGandivaDocker that already has these changes.