Re: [I] [Improvement] Sample command in CLI document may report error [gravitino]

2024-12-23 Thread via GitHub
justinmclean commented on issue #5541: URL: https://github.com/apache/gravitino/issues/5541#issuecomment-2560799490 The expected output will depend on their setup and will change over time in the playground. That was why I didn't include it, as it would get out of sync in a short time. --

Re: [I] [Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty [gravitino]

2024-12-23 Thread via GitHub
frankvicky commented on issue #5968: URL: https://github.com/apache/gravitino/issues/5968#issuecomment-2560768133 May I take over this issue ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on issue #5968: URL: https://github.com/apache/gravitino/issues/5968#issuecomment-2560769902 > May I take over this issue ? Assigned. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[PR] [#5969] fix(Docker): Failed to create Docker network by concurrent execution ITs [gravitino]

2024-12-23 Thread via GitHub
xunliu opened a new pull request, #5970: URL: https://github.com/apache/gravitino/pull/5970 ### What changes were proposed in this pull request? Uses thread safe to create Docker network ### Why are the changes needed? Fix: #5969 ### Does this PR introduce

[I] [Bug report] Failed to create Docker network by concurrent execution ITs [gravitino]

2024-12-23 Thread via GitHub
xunliu opened a new issue, #5969: URL: https://github.com/apache/gravitino/issues/5969 ### Version main branch ### Describe what's wrong Execution `./gradlew -PtestMode=deploy -PjdbcBackend=mysql -PskipDockerTests=false :authorizations:test` in my environment. ##

Re: [I] [Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on issue #5968: URL: https://github.com/apache/gravitino/issues/5968#issuecomment-2560761286 https://stackoverflow.com/questions/14247637/can-the-password-in-http-basic-be-optional The password and user can be optional. But it's necessary for our current implement. W

Re: [I] [Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty [gravitino]

2024-12-23 Thread via GitHub
danhuawang commented on issue #5968: URL: https://github.com/apache/gravitino/issues/5968#issuecomment-2560758774 @jerqi Can you help check this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[I] [Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty [gravitino]

2024-12-23 Thread via GitHub
danhuawang opened a new issue, #5968: URL: https://github.com/apache/gravitino/issues/5968 ### Version main branch ### Describe what's wrong Create catalog, use Basic Auth, and Password is empty, the creator is anonymous actually the creator is expected to be the use

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896462170 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcMetadataObject.java: ## @@ -66,13 +66,38 @@ public void validateAuthoriza

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
cool9850311 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1896461209 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEv

Re: [PR] [#5775] feat(auth): Chain authorization plugin framework [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5786: URL: https://github.com/apache/gravitino/pull/5786#discussion_r1896445948 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java: ## @@ -137,10 +171,52 @@ public List

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
xunliu commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896442788 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcMetadataObject.java: ## @@ -66,13 +66,38 @@ public void validateAuthoriz

Re: [PR] [#5775] feat(auth): Chain authorization plugin framework [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5786: URL: https://github.com/apache/gravitino/pull/5786#discussion_r1896442995 ## integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java: ## @@ -422,4 +424,37 @@ protected static void copyBundleJarsToHadoop(St

Re: [PR] [#5775] feat(auth): Chain authorization plugin framework [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5786: URL: https://github.com/apache/gravitino/pull/5786#discussion_r1896439495 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java: ## @@ -212,27 +287,77 @@ public Autho

Re: [PR] [#5775] feat(auth): Chain authorization plugin framework [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5786: URL: https://github.com/apache/gravitino/pull/5786#discussion_r1896440115 ## authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerHelper.java: ## @@ -49,8 +49,10 @@ public class RangerHelper { p

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1896439734 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEvent {

Re: [PR] [#5775] feat(auth): Chain authorization plugin framework [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5786: URL: https://github.com/apache/gravitino/pull/5786#discussion_r1896437419 ## authorizations/authorization-chain/src/main/java/org/apache/gravitino/authorization/chain/ChainAuthorizationPlugin.java: ## @@ -0,0 +1,291 @@ +/* + * Licensed to the

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
xunliu commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896412784 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPlugin.java: ## @@ -0,0 +1,461 @@ +/* + * Licensed to the A

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
cool9850311 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1896365535 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEv

[PR] [#5966] improvment(authorization): Add path based securable object and user group mapping interface [gravitino]

2024-12-23 Thread via GitHub
yuqi1129 opened a new pull request, #5967: URL: https://github.com/apache/gravitino/pull/5967 ### What changes were proposed in this pull request? Add the following things: - The interface for user-group mapping between Gravitino and underlying user system. - Securable o

(gravitino) branch branch-gvfs-fuse-dev updated: [#5877] feat (gvfs-fuse): Implement a common filesystem layer (#5878)

2024-12-23 Thread fanng
This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to branch branch-gvfs-fuse-dev in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/branch-gvfs-fuse-dev by this push: new 827546566 [#5877]

Re: [PR] [#5877] feat (gvfs-fuse): Implement a common filesystem layer [gravitino]

2024-12-23 Thread via GitHub
FANNG1 merged PR #5878: URL: https://github.com/apache/gravitino/pull/5878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino

Re: [PR] Set HADOOP_USER_NAME for Spark user [gravitino-playground]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #115: URL: https://github.com/apache/gravitino-playground/pull/115#discussion_r1896331226 ## README.md: ## @@ -202,6 +202,12 @@ You might also consider generating data with SparkSQL and then querying this dat 1. Login Spark container and execu

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560574358 > > @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://private-user-images.githubusercontent.com/103809695/398291559-604fdc07-e4f

Re: [PR] Set HADOOP_USER_NAME for Spark user [gravitino-playground]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #115: URL: https://github.com/apache/gravitino-playground/pull/115#discussion_r1896315581 ## README.md: ## @@ -202,6 +202,12 @@ You might also consider generating data with SparkSQL and then querying this dat 1. Login Spark container and execu

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896318673 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcMetadataObject.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache S

Re: [PR] Set HADOOP_USER_NAME for Spark user [gravitino-playground]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #115: URL: https://github.com/apache/gravitino-playground/pull/115#discussion_r1896315581 ## README.md: ## @@ -202,6 +202,12 @@ You might also consider generating data with SparkSQL and then querying this dat 1. Login Spark container and execu

[PR] [#5203]: feat(client-python) porting partitions from java client [gravitino]

2024-12-23 Thread via GitHub
unknowntpo opened a new pull request, #5964: URL: https://github.com/apache/gravitino/pull/5964 ### What changes were proposed in this pull request? (Please outline the changes and how this PR fixes the issue.) ### Why are the changes needed? (Please clarify why t

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1896310517 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1896310517 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896307697 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPlugin.java: ## @@ -0,0 +1,461 @@ +/* + * Licensed to the Ap

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560560910 > @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://private-user-images.githubusercontent.com/103809695/398291559-604fdc07-e4f5-4d86

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560559163 > @waukin IMHO, we should enable a large epic , `details` method or `details--audit ` method should support table format output, include `role details`. @Abyss-lord, there's

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896303054 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationProperties.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1896302908 ## authorizations/authorization-jdbc/src/test/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPluginTest.java: ## @@ -0,0 +1,340 @@ +/* + * Licensed to th

Re: [PR] [#5877] feat (gvfs-fuse): Implement a common filesystem layer [gravitino]

2024-12-23 Thread via GitHub
diqiu50 commented on code in PR #5878: URL: https://github.com/apache/gravitino/pull/5878#discussion_r1896300941 ## clients/filesystem-fuse/src/default_raw_filesystem.rs: ## @@ -0,0 +1,393 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribu

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1896297358 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560546108 @waukin IMHO, we should enable a large epic , `details` method or `details--audit ` method should support table format output, broken into small issue. -- This is an automate

Re: [I] [Subtask] Add get and list CLI commands for Model [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5961: URL: https://github.com/apache/gravitino/issues/5961#issuecomment-2560542719 > @Abyss-lord Thank you, @xunliu I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1896291754 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEvent {

Re: [I] [Subtask] Add register/link CLI command for Model [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5960: URL: https://github.com/apache/gravitino/issues/5960#issuecomment-2560542571 Thank you, @xunliu I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Improvement] Sample command in CLI document may report error [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5541: URL: https://github.com/apache/gravitino/issues/5541#issuecomment-2560536717 One idea I had was to add a line under the Commands module stating, 'Automatically replace the appropriate arguments when used.' Additionally, for the command example, I should

Re: [I] [Subtask] Add register/link CLI command for Model [gravitino]

2024-12-23 Thread via GitHub
VigneshSK17 commented on issue #5960: URL: https://github.com/apache/gravitino/issues/5960#issuecomment-2560537749 @Abyss-lord -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [I] [Subtask] Add get and list CLI commands for Model [gravitino]

2024-12-23 Thread via GitHub
VigneshSK17 commented on issue #5961: URL: https://github.com/apache/gravitino/issues/5961#issuecomment-2560537890 @Abyss-lord -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [I] [Improvement] Add Model support to Gravitino CLI [gravitino]

2024-12-23 Thread via GitHub
VigneshSK17 commented on issue #5959: URL: https://github.com/apache/gravitino/issues/5959#issuecomment-2560537924 @Abyss-lord Yea that works for me. Added the subtask issues and tagged you for the ones you wanted. #5960 #5961 #5962 #5963 -- This is an automated messag

[I] [Subtask] Add get and list CLI commands for Model [gravitino]

2024-12-23 Thread via GitHub
VigneshSK17 opened a new issue, #5961: URL: https://github.com/apache/gravitino/issues/5961 ### Describe the subtask Part of an initiative to add Model entity support to CLI ### Parent issue #5959 -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [#5877] feat (gvfs-fuse): Implement a common filesystem layer [gravitino]

2024-12-23 Thread via GitHub
diqiu50 commented on code in PR #5878: URL: https://github.com/apache/gravitino/pull/5878#discussion_r1896282772 ## clients/filesystem-fuse/src/default_raw_filesystem.rs: ## @@ -0,0 +1,393 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribu

Re: [PR] [#5877] feat (gvfs-fuse): Implement a common filesystem layer [gravitino]

2024-12-23 Thread via GitHub
diqiu50 commented on code in PR #5878: URL: https://github.com/apache/gravitino/pull/5878#discussion_r1896282665 ## clients/filesystem-fuse/src/default_raw_filesystem.rs: ## @@ -0,0 +1,393 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribu

Re: [PR] Set HADOOP_USER_NAME for Spark user [gravitino-playground]

2024-12-23 Thread via GitHub
jerqi commented on code in PR #115: URL: https://github.com/apache/gravitino-playground/pull/115#discussion_r1896278781 ## README.md: ## @@ -202,6 +202,12 @@ You might also consider generating data with SparkSQL and then querying this dat 1. Login Spark container and execut

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1896275715 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560520907 @waukin BTW, `output` method should accept string argument, Please amend it here. ![image](https://github.com/user-attachments/assets/604fdc07-e4f5-4d86-a95a-c82ce4e25203)

Re: [I] [Improvement] Iceberg REST server supports dynamic config for metalake [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5936: URL: https://github.com/apache/gravitino/issues/5936#issuecomment-2560514218 I would like to work on it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560513458 @xunliu please assign this issue to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560512125 @xunliu please assign this issue to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560511785 > > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. > > that's ok, since you wrote the previous code, it w

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560513158 > > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. > > that's ok, since you wrote the previous code, it w

Re: [I] [Improvement] support ADLS credential for python client [gravitino]

2024-12-23 Thread via GitHub
FANNG1 closed issue #5895: [Improvement] support ADLS credential for python client URL: https://github.com/apache/gravitino/issues/5895 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] [#5895] support ADLSToken/AzureAccountKey credential for python client [gravitino]

2024-12-23 Thread via GitHub
FANNG1 merged PR #5940: URL: https://github.com/apache/gravitino/pull/5940 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino

Re: [I] [Improvement] support ADLS credential for python client [gravitino]

2024-12-23 Thread via GitHub
FANNG1 closed issue #5895: [Improvement] support ADLS credential for python client URL: https://github.com/apache/gravitino/issues/5895 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

(gravitino) branch main updated: [#5895] support ADLSToken/AzureAccountKey credential for python client (#5940)

2024-12-23 Thread fanng
This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 94ee0a356 [#5895] support ADLSToken/AzureAccountKe

Re: [I] [Improvement] In the Gravitino CLI add an unknown tags give no error [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5930: URL: https://github.com/apache/gravitino/issues/5930#issuecomment-2560506303 I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560501712 > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. that's ok, since you wrote the previous code, it wou

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560501570 > Hi @Abyss-lord, I’m halfway through implementing the feature. If you don’t mind, I’d like to continue working on it. that's ok, since you wrote the previous code, it wou

Re: [I] [Improvement] Add Model support to Gravitino CLI [gravitino]

2024-12-23 Thread via GitHub
VigneshSK17 commented on issue #5959: URL: https://github.com/apache/gravitino/issues/5959#issuecomment-2560500901 Hi, I'd like to work on this. Two things to start out: 1. Just wanted to make sure if the Model implemented in this PR #5612 is the one I should be working with

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
cool9850311 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1896250583 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEv

(gravitino-playground) branch main updated: fix: `playground.sh` unexpected EOF while looking for matching " (#117)

2024-12-23 Thread liuxun
This is an automated email from the ASF dual-hosted git repository. liuxun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino-playground.git The following commit(s) were added to refs/heads/main by this push: new a8b209f fix: `playground.sh` unexpect

Re: [PR] fix: `playground.sh` unexpected EOF while looking for matching " [gravitino-playground]

2024-12-23 Thread via GitHub
xunliu merged PR #117: URL: https://github.com/apache/gravitino-playground/pull/117 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

Re: [I] [Improvement] Add Prometheus and Grafana in Helm Chart [gravitino-playground]

2024-12-23 Thread via GitHub
unknowntpo closed issue #105: [Improvement] Add Prometheus and Grafana in Helm Chart URL: https://github.com/apache/gravitino-playground/issues/105 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [I] [Improvement] Add Prometheus and Grafana in Helm Chart [gravitino-playground]

2024-12-23 Thread via GitHub
unknowntpo commented on issue #105: URL: https://github.com/apache/gravitino-playground/issues/105#issuecomment-2560482319 Yeah, should be closed because we don't support helm chart anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Improvement] In the Gravitino CLI/Java API you can delete the anoymous user [gravitino]

2024-12-23 Thread via GitHub
chenyuan99 commented on issue #5932: URL: https://github.com/apache/gravitino/issues/5932#issuecomment-2560476077 Hey @justinmclean could I pick this up? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560467034 Hi @Abyss-lord, I’m halfway through implementing the issue. If you don’t mind, I’d like to continue working on it. -- This is an automated message from the Apache Git Service. To

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
waukin commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560467365 Hi @Abyss-lord, I’m halfway through implementing the issue. If you don’t mind, I’d like to continue working on it. -- This is an automated message from the Apache Git Service. To

Re: [PR] [#5895] support ADLSToken/AzureAccountKey credential for python client [gravitino]

2024-12-23 Thread via GitHub
tengqm commented on PR #5940: URL: https://github.com/apache/gravitino/pull/5940#issuecomment-2560420894 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] fix: `playground.sh` unexpected EOF while looking for matching " [gravitino-playground]

2024-12-23 Thread via GitHub
unknowntpo commented on PR #117: URL: https://github.com/apache/gravitino-playground/pull/117#issuecomment-2560411518 Sorry, it's my fault... I think we need to add shellcheck action to catch this syntax problem. https://github.com/marketplace/actions/action-shellcheck -- T

[I] [Improvement] Add Model support to Gravitino CLI [gravitino]

2024-12-23 Thread via GitHub
justinmclean opened a new issue, #5959: URL: https://github.com/apache/gravitino/issues/5959 ### What would you like to be improved? Add Modle entity support for CLI, it would be best if this was broken up into several sub-issues. - [ ] register/link - [ ] get and list - [ ]

(gravitino) branch main updated: [#5826] fix(CLI): Fix Dropping a metalake via the Gravitino CLI gives an "in use" exception (#5907)

2024-12-23 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new fb78e6582 [#5826] fix(CLI): Fix Dropping a metal

Re: [I] [Improvement] In the Gravitino CLI you can get multiple "Malformed entity name." messages [gravitino]

2024-12-23 Thread via GitHub
justinmclean closed issue #5927: [Improvement] In the Gravitino CLI you can get multiple "Malformed entity name." messages URL: https://github.com/apache/gravitino/issues/5927 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [Improvement] In the Gravitino CLI you can get multiple "Malformed entity name." messages [gravitino]

2024-12-23 Thread via GitHub
justinmclean closed issue #5927: [Improvement] In the Gravitino CLI you can get multiple "Malformed entity name." messages URL: https://github.com/apache/gravitino/issues/5927 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [Improvement] Dropping a metalake via the Gravitino CLI gives an "in use" exception. [gravitino]

2024-12-23 Thread via GitHub
justinmclean closed issue #5826: [Improvement] Dropping a metalake via the Gravitino CLI gives an "in use" exception. URL: https://github.com/apache/gravitino/issues/5826 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [#5927] improvement(CLI): fix cli get multiple "Malformed entity name." [gravitino]

2024-12-23 Thread via GitHub
justinmclean merged PR #5943: URL: https://github.com/apache/gravitino/pull/5943 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gra

(gravitino) branch main updated: [#5927] improvement(CLI): fix cli get multiple "Malformed entity name." (#5943)

2024-12-23 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 085745526 [#5927] improvement(CLI): fix cli get

Re: [PR] [#5826] fix(CLI): Fix Dropping a metalake via the Gravitino CLI gives an "in use" exception [gravitino]

2024-12-23 Thread via GitHub
justinmclean merged PR #5907: URL: https://github.com/apache/gravitino/pull/5907 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gra

Re: [I] [Improvement] Dropping a metalake via the Gravitino CLI gives an "in use" exception. [gravitino]

2024-12-23 Thread via GitHub
justinmclean closed issue #5826: [Improvement] Dropping a metalake via the Gravitino CLI gives an "in use" exception. URL: https://github.com/apache/gravitino/issues/5826 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [#5924] improvement(CLI): fix cli list command produce no outputs [gravitino]

2024-12-23 Thread via GitHub
justinmclean merged PR #5942: URL: https://github.com/apache/gravitino/pull/5942 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gra

(gravitino) branch main updated: [#5924] improvement(CLI): fix cli list command produce no outputs (#5942)

2024-12-23 Thread jmclean
This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 8b33df56f [#5924] improvement(CLI): fix cli list

Re: [I] [Improvement] When no schema exist Gravitino CLI command outputs nothing. [gravitino]

2024-12-23 Thread via GitHub
justinmclean closed issue #5924: [Improvement] When no schema exist Gravitino CLI command outputs nothing. URL: https://github.com/apache/gravitino/issues/5924 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [I] [FEATURE] Support table format output for SchemaDetails command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5957: URL: https://github.com/apache/gravitino/issues/5957#issuecomment-2560063480 I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [I] [FEATURE] Support table format output for ListSchema command [gravitino]

2024-12-23 Thread via GitHub
Abyss-lord commented on issue #5958: URL: https://github.com/apache/gravitino/issues/5958#issuecomment-2560064097 I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1895824949 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
jerryshao commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1895812259 ## core/src/main/java/org/apache/gravitino/connector/SupportsCredentialOperations.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [I] Playground fails to start with error dependency failed to start: container playground-ranger is unhealthy [gravitino-playground]

2024-12-23 Thread via GitHub
tim108108 commented on issue #112: URL: https://github.com/apache/gravitino-playground/issues/112#issuecomment-2559776836 Seem like `playground.sh` line 55 `echo "Checking ports with sudo permission ...'` unexpected EOF while looking for matching -- This is an automated message from the

Re: [PR] Set HADOOP_USER_NAME for Spark user [gravitino-playground]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #115: URL: https://github.com/apache/gravitino-playground/pull/115#discussion_r1895778787 ## README.md: ## @@ -202,6 +202,12 @@ You might also consider generating data with SparkSQL and then querying this dat 1. Login Spark container and execu

Re: [PR] [#5877] feat (gvfs-fuse): Implement a common filesystem layer [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on code in PR #5878: URL: https://github.com/apache/gravitino/pull/5878#discussion_r1895759278 ## clients/filesystem-fuse/src/default_raw_filesystem.rs: ## @@ -0,0 +1,393 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribut

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
xunliu commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1895769806 ## authorizations/authorization-jdbc/src/test/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPluginTest.java: ## @@ -0,0 +1,340 @@ +/* + * Licensed to t

Re: [PR] [#5661] feat(auth): Add JDBC authorization plugin interface [gravitino]

2024-12-23 Thread via GitHub
xunliu commented on code in PR #5904: URL: https://github.com/apache/gravitino/pull/5904#discussion_r1895764738 ## authorizations/authorization-jdbc/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcMetadataObject.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache

Re: [PR] [#5902] feat: Add tag failure event to Gravitino server [gravitino]

2024-12-23 Thread via GitHub
cool9850311 commented on code in PR #5944: URL: https://github.com/apache/gravitino/pull/5944#discussion_r1895749129 ## core/src/main/java/org/apache/gravitino/listener/api/event/AlterTagFailureEvent.java: ## @@ -7,7 +7,7 @@ public class AlterTagFailureEvent extends TagFailureEv

Re: [PR] [MINOR] Remove add-to-project Github Action [gravitino]

2024-12-23 Thread via GitHub
jerqi commented on PR #5951: URL: https://github.com/apache/gravitino/pull/5951#issuecomment-2559691570 @jerryshao Thanks for your contribution. Merged to main branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [#5620] feat(fileset): Support credential vending for fileset catalog [gravitino]

2024-12-23 Thread via GitHub
FANNG1 commented on PR #5682: URL: https://github.com/apache/gravitino/pull/5682#issuecomment-2559691126 @jerryshao , comments are addressed, please review again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(gravitino) branch main updated: [MINOR] Remove add-to-project Github Action (#5951)

2024-12-23 Thread roryqi
This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git The following commit(s) were added to refs/heads/main by this push: new 7f2cc9479 [MINOR] Remove add-to-project Github Ac

Re: [PR] [MINOR] Remove add-to-project Github Action [gravitino]

2024-12-23 Thread via GitHub
jerqi merged PR #5951: URL: https://github.com/apache/gravitino/pull/5951 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.

  1   2   >