We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb986 commit a620378Copy full SHA for a620378
2 files changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.cmd
@@ -61,7 +61,7 @@ del /q product_reviews.*
61
62
REM %DEBUG% del /q *.out *.err *.csv
63
echo Bootstrap of the sample database completed successfully.
64
-echo Data files for Oracle setup are located at [%TMPDIRNAME%].
+echo Data files for Oracle setup are located at [%TMP%\%TMP_DIR_NAME%].
65
66
popd
67
endlocal
samples/features/sql-big-data-cluster/bootstrap-sample-db.sh
@@ -76,7 +76,7 @@ $DEBUG rm -f product_reviews.*
76
77
echo
78
79
-echo Data files for Oracle setup are located at [$TMPDIRNAME].
+echo Data files for Oracle setup are located at [/tmp/$TMP_DIR_NAME].
80
81
# $DEBUG rm -f *.out *.err *.csv
82
0 commit comments