Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fileset support to Gravitino CLI #5379

Closed
Tracked by #4943
justinmclean opened this issue Oct 30, 2024 · 0 comments · Fixed by #5380, #5381 or #5382
Closed
Tracked by #4943

Add Fileset support to Gravitino CLI #5379

justinmclean opened this issue Oct 30, 2024 · 0 comments · Fixed by #5380, #5381 or #5382
Assignees
Labels
0.8.0 Release v0.8.0

Comments

@justinmclean
Copy link
Member

justinmclean commented Oct 30, 2024

Add commands to:

  • get Information on a fileset
  • list the filesets
  • create a fileset
  • delete a fileset
  • change a fileset's comment
  • change a fileset's name
  • list the properties of a files
  • add a property to a fileset
  • remove a property from a files
@justinmclean justinmclean changed the title Filesets Add Fileset commands to Gravitino CLI Oct 30, 2024
@justinmclean justinmclean self-assigned this Oct 31, 2024
@justinmclean justinmclean changed the title Add Fileset commands to Gravitino CLI Add Fileset support to Gravitino CLI Oct 31, 2024
shaofengshi pushed a commit that referenced this issue Nov 29, 2024
### What changes were proposed in this pull request?

Add update commands for fileset in Gravitino CLI

### Why are the changes needed?

to continue to extend the Gravitino CLI.

Fix: #5379

### Does this PR introduce _any_ user-facing change?

No, but it adds more commands to the Gravitino CLI.

### How was this patch tested?

Compiled and tested locally.
shaofengshi pushed a commit that referenced this issue Nov 29, 2024
### What changes were proposed in this pull request?

Added property command for filesets in the Gravitio CLI.

### Why are the changes needed?

Expand coverage of Java API in Gravitino CLI.

Fix: #5379

### Does this PR introduce _any_ user-facing change?

No, but it adds extra command to the Gravitino CLI.

### How was this patch tested?

Compiled and tested locally.
@jerryshao jerryshao added the 0.8.0 Release v0.8.0 label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment