Skip to content

Refactor the directory of dlrover. #1426

@workingloong

Description

@workingloong

Now, the directory name of dlrover is confused. The folders under dlrover are dlrover/python, dlrover/client, dlrover/trainer, dlrover/go, dlrover/proto. The dlrover/go and dlrover/python are named by the programming language, but the dlrover/trainer, dlrover/proto and dlrover/client are named by the function module. What's more, the dlrover folder is used to build a python package but the dlrover/go is not packaged in the dlrover wheel.

The folders can be re-organized the following structure.

|-dlrover
   |-client
   |-proto
   |-trainer
   |-master
   |-agent
|-go
   |-brain
   |-elasticjob
   |-master

Metadata

Metadata

Labels

enhancementNew feature or requesttodoissue or pr with 'todo' will ignore expiration

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions