forked from Alluxio/alluxio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement parallelism for the distributedLoad command
distributedLoad traverses the specified path, distributes a load job of a file to job master and waits the job completed one by one, that is a serial process. So the performance may be not acceptable. Now distributedLoad traverses the specified path, distributes a batch load job of files to job master and distributes a new job if one job completed, that is a intercurrent process. Signed-off-by: liuhongtong <[email protected]> Fix Alluxio#9791 pr-link: Alluxio#9895 change-id: cid-f7ece37fda7dd3bd2a6c38783b77edc410e22fab
- Loading branch information
1 parent
59b9969
commit 5ab45e3
Showing
1 changed file
with
133 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters