cyb70289 commented on a change in pull request #11135:
URL: https://github.com/apache/arrow/pull/11135#discussion_r708317175
##########
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:
I don't think these added lines are necessary.
--
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]