wuzhuoming commented on a change in pull request #11135:
URL: https://github.com/apache/arrow/pull/11135#discussion_r708369263
##########
File path: cpp/src/arrow/io/hdfs_internal.cc
##########
@@ -212,10 +219,16 @@ Result<std::vector<PlatformFilename>>
get_potential_libjvm_paths() {
"/usr/local/lib/jvm/java-6-oracle", // alt ubuntu
"/usr/lib/jvm/default", // alt centos
"/usr/java/latest", // alt centos
+ "/usr/local/lib/jvm/java-1.8.0-openjdk-"+prefix_arch, // debian
distros / arm64 architecture
+ "/usr/lib/jvm/java-1.8.0-openjdk-"+prefix_arch, // debian
distros / arm64 architecture
+ "/usr/local/lib/jvm/java-1.7.0-openjdk-"+prefix_arch, // debian
distros / arm64 architecture
+ "/usr/lib/jvm/java-1.7.0-openjdk-"+prefix_arch, // debian
distros / arm64 architecture
+ "/usr/local/lib/jvm/java-1.6.0-openjdk-"+prefix_arch, // debian
distros / arm64 architecture
+ "/usr/lib/jvm/java-1.6.0-openjdk-"+prefix_arch // debian
distros / arm64 architecture
Review comment:
Maybe for those who use openjdk? Anyway, I had removed these line,
thtank you for your reminding.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]