We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6768e8 commit f14be6eCopy full SHA for f14be6e
1 file changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.sh
@@ -39,7 +39,7 @@ for table in web_clickstreams inventory
39
do
40
echo Exporting $table data...
41
# WSL ex: "/mnt/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn/bcp.exe"
42
- $DEBUG bcp sales.dbo.$table out "$table.csv" -S $SQL_MASTER_INSTANCE -Usa -P$SQL_MASTER_SA_PASSWORD -c -t, -o "$table.out" -e "$table.err" || (echo $ERROR_MESSAGE && exit 3)
+ $DEBUG bcp sales.dbo.$table out "$table.csv" -S $SQL_MASTER_INSTANCE -Usa -P$SQL_MASTER_SA_PASSWORD -c -t, -e "$table.err" || (echo $ERROR_MESSAGE && exit 3)
43
done
44
45
# Copy the data file to HDFS
0 commit comments