Skip to content

Commit

Permalink
Convert exec_program to execute_process (HDFGroup#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored and lrknox committed Sep 13, 2024
1 parent 6510204 commit 8133308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake/FindHDFS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# HDFS_FOUND, whether HDFS is found.

execute_process(COMMAND $ENV{HADOOP_HOME}/bin/hadoop version OUTPUT_VARIABLE Hadoop_VERSION
RESULT_VARIABLE Hadoop_RETURN)
RESULT_VARIABLE_VALUE Hadoop_RETURN)

# currently only looking in HADOOP_HOME
find_path(HDFS_INCLUDE_DIR hdfs.h PATHS
Expand Down

0 comments on commit 8133308

Please sign in to comment.