Skip to content

Commit

Permalink
ARROW-5989: [C++] accommodate openjdk-8 path search prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jul 20, 2019
1 parent 57940e7 commit e4a2743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/io/hdfs-internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ static std::vector<fs::path> get_potential_libjvm_paths() {
"/usr/local/lib/jvm/java", // alt rhel6
"/usr/local/lib/jvm", // alt centos6
"/usr/local/lib64/jvm", // alt opensuse 13
"/usr/local/lib/jvm/java-8-openjdk-amd64", // alt ubuntu / debian distros
"/usr/lib/jvm/java-8-openjdk-amd64", // alt ubuntu / debian distros
"/usr/local/lib/jvm/java-7-openjdk-amd64", // alt ubuntu / debian distros
"/usr/lib/jvm/java-7-openjdk-amd64", // alt ubuntu / debian distros
"/usr/local/lib/jvm/java-6-openjdk-amd64", // alt ubuntu / debian distros
Expand Down

0 comments on commit e4a2743

Please sign in to comment.