Skip to content

Commit

Permalink
Update the import command for custom script actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wai Sing Wong committed Feb 8, 2024
1 parent 4af4acf commit dfbf87d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ SNOWFLAKECONFDIR=/usr/hdp/current/hive-server2/conf/conf.server

echo "Importing helper module"
# Import helper module
wget -O /tmp/HDInsightUtilities-v01.sh -q https://hdiconfigactions.blob.core.windows.net/linuxconfigactionmodulev01/HDInsightUtilities-v01.sh && source /tmp/HDInsightUtilities-v01.sh && rm -f /tmp/HDInsightUtilities-v01.sh
source <(wget -q -O - https://hdiconfigactions.blob.core.windows.net/linuxconfigactionmodulev01/HDInsightUtilities-v01.sh)

# Check paths exist
if [ -e $CUSTOMHIVELIBSDIR ]; then
Expand Down

0 comments on commit dfbf87d

Please sign in to comment.