Skip to content

Commit

Permalink
[RPC] Add ID to register the Driver with the given ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 13, 2024
1 parent 9b6d948 commit 646a80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/protos/erdos_scheduler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ message DeregisterFrameworkResponse {
/// URI, the number of resources required by the driver, and other general
/// information.
message RegisterDriverRequest {
string id = 1;
string uri = 2;
int32 cores = 3;
int32 memory = 4;
Expand Down

0 comments on commit 646a80e

Please sign in to comment.