tree: a3d142d2db43a36f70c4aba5edd23548514b5b46 [path history] [tgz]
  1. build-cpp-linux.sh
  2. build-cpp-osx.sh
  3. build-java.sh
  4. README.md
  5. travis.linux.yml
  6. travis.osx.yml
dev/tasks/gandiva-jars/README.md

Updating manylinux for Gandiva Jar Build.

Do the following to update arrow manylinux docker image for building Gandiva Jars

  • Install java in the manylinux image.
  • To do above, update Dockerfile-x86_64_base under python/manylinux1 to install java.
  • Please note only upto java7 is available in CentOS5, so install java7 in the base.
  • Export JAVA_HOME environment variable.
  • Then update build_boost.sh under python/manylinux1/scripts to build boost statically.

Please look at https://github.com/praveenbingo/arrow/tree/buildGandivaDocker that already has these changes.