Skip to content

Commit

Permalink
enable run jindo dataload synchronously
Browse files Browse the repository at this point in the history
Signed-off-by: frankleaf <[email protected]>
  • Loading branch information
frankleaf committed Mar 1, 2022
1 parent 50dbfc7 commit 7c07fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fluid-dataloader/jindo/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data:
fi
if [[ $enbaleCacheListLocation == 'false' ]]; then
cmd="$cmd -R -replica $replica $default$path"
cmd="$cmd -s -R -replica $replica $default$path"
echo -e "execute cmd $cmd"
time $cmd
else
Expand All @@ -80,7 +80,7 @@ data:
chmod 755 ossutil64
./ossutil64 -e $cacheListEndpoint -i $cacheListAccessKeyId -k $cacheListAccessKeySecret cp $cacheListUrl /cachelist.txt
echo -e "--- enable File List"
cmd="$cmd -R -replica $cacheListReplica -cachelist /cachelist.txt -thread $cacheListThread $default/"
cmd="$cmd -s -R -replica $cacheListReplica -cachelist /cachelist.txt -thread $cacheListThread $default/"
echo -e "execute cmd $cmd"
time $cmd
fi
Expand Down

0 comments on commit 7c07fdb

Please sign in to comment.