Fix database name from the example
Use columnstore_schema as db name instead of flights that doesn't existspull/2/head
rodzic
918c8049dc
commit
2ae4274138
|
@ -11,5 +11,5 @@ fi
|
||||||
# the advantage of this being runnable as a regular user with a root installation.
|
# the advantage of this being runnable as a regular user with a root installation.
|
||||||
for f in $DATA_DIR/$filematch.csv; do
|
for f in $DATA_DIR/$filematch.csv; do
|
||||||
echo $f
|
echo $f
|
||||||
/usr/bin/cpimport -m2 -s ',' -E '"' flights flights -l $f
|
/usr/bin/cpimport -m2 -s ',' -E '"' columnstore_schema flights -l $f
|
||||||
done
|
done
|
||||||
|
|
Ładowanie…
Reference in New Issue