Skip to content

Commit

Permalink
enable run jindo dataload synchronously (fluid-cloudnative#1477)
Browse files Browse the repository at this point in the history
Signed-off-by: frankleaf <[email protected]>
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
frankleaf authored and zwwhdls committed Mar 18, 2022
1 parent b37e587 commit 45e5d4d
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 45e5d4d

Please sign in to comment.