VigneshSK17 commented on code in PR #6099: URL: https://github.com/apache/gravitino/pull/6099#discussion_r1903317045
########## clients/cli/src/main/resources/model_help.txt: ########## @@ -1,8 +1,41 @@ -gcli model [details] +gcli model [list|details|create|delete] Please set the metalake in the Gravitino configuration file or the environment variable before running any of these commands. Example commands +Register a model +gcli model create -m demo_metalake --name Hive_catalog.default.model + +Register a model with comment +gcli model create -m demo_metalake --name Hive_catalog.default.model --comment comment + +Register a model with properties +gcli model create -m demo_metalake --name Hive_catalog.default.model --properties key1=val1 key2=val2 + +Register a model with properties and comment +gcli model create -m demo_metalake --name Hive_catalog.default.model --properties key1=val1 klinkey2=val2 --comment comment Review Comment: fixed ########## clients/cli/src/main/resources/model_help.txt: ########## @@ -1,8 +1,41 @@ -gcli model [details] +gcli model [list|details|create|delete] Please set the metalake in the Gravitino configuration file or the environment variable before running any of these commands. Example commands +Register a model +gcli model create -m demo_metalake --name Hive_catalog.default.model Review Comment: fixed -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
