Skip to content

Commit a620378

Browse files
committed
Corrected environment variable.
1 parent cdeb986 commit a620378

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ del /q product_reviews.*
6161

6262
REM %DEBUG% del /q *.out *.err *.csv
6363
echo Bootstrap of the sample database completed successfully.
64-
echo Data files for Oracle setup are located at [%TMPDIRNAME%].
64+
echo Data files for Oracle setup are located at [%TMP%\%TMP_DIR_NAME%].
6565

6666
popd
6767
endlocal

samples/features/sql-big-data-cluster/bootstrap-sample-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $DEBUG rm -f product_reviews.*
7676

7777
echo
7878
echo Bootstrap of the sample database completed successfully.
79-
echo Data files for Oracle setup are located at [$TMPDIRNAME].
79+
echo Data files for Oracle setup are located at [/tmp/$TMP_DIR_NAME].
8080

8181
# $DEBUG rm -f *.out *.err *.csv
8282
popd

0 commit comments

Comments
 (0)