Skip to content

Commit

Permalink
fix hawq path
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Sep 9, 2024
1 parent 8473547 commit f2c6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-adapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function install_azure-storage-sdk-cpp {

function install_hdfs_deps {
github_checkout apache/hawq master
libhdfs3_dir=hawq/depends/libhdfs3
libhdfs3_dir=$DEPENDENCY_DIR/hawq/depends/libhdfs3
if [[ "$OSTYPE" == darwin* ]]; then
sed -i '' -e "/FIND_PACKAGE(GoogleTest REQUIRED)/d" $libhdfs3_dir/CMakeLists.txt
sed -i '' -e "s/dumpversion/dumpfullversion/" $libhdfs3_dir/CMakeLists.txt
Expand Down

0 comments on commit f2c6be4

Please sign in to comment.