user
08/04/2022, 10:20 AMuser
08/04/2022, 10:23 AMuser
08/04/2022, 10:24 AMuser
08/04/2022, 10:55 AMuser
08/04/2022, 10:55 AMuser
08/04/2022, 10:56 AMuser
08/04/2022, 10:58 AMuser
08/04/2022, 11:02 AM$ lakectl auth users list
+----------------+-------------------------------+
| USER ID | CREATION DATE |
+----------------+-------------------------------+
| Or Tzabary | 2022-08-04 11:48:14 +0300 IDT |
+----------------+-------------------------------+
user
08/04/2022, 11:02 AMuser
08/04/2022, 11:05 AMuser
08/04/2022, 11:06 AMuser
08/04/2022, 11:06 AMuser
08/04/2022, 11:08 AMuser
08/04/2022, 11:09 AMlakectl auth users list
command from?
within the docker container or from your terminal?user
08/04/2022, 11:11 AMuser
08/04/2022, 11:12 AMlakectl config
, was that from within that terminal? or your own?user
08/04/2022, 11:12 AMuser
08/04/2022, 11:13 AMlakectl config
and provide the credentials again?
if you don't have them, you can just generate another set of access/secret key and use them insteaduser
08/04/2022, 11:13 AMuser
08/04/2022, 11:14 AMuser
08/04/2022, 11:15 AMuser
08/04/2022, 11:15 AMuser
08/04/2022, 11:18 AMuser
08/04/2022, 11:19 AMuser
08/04/2022, 11:20 AMuser
08/04/2022, 11:21 AMuser
08/04/2022, 11:22 AMuser
08/04/2022, 11:22 AMuser
08/04/2022, 11:23 AMcat ~/.lakectl.yaml
, does it look like the credentials you've set?user
08/04/2022, 11:23 AMuser
08/04/2022, 11:25 AMuser
08/04/2022, 11:26 AMuser
08/04/2022, 11:27 AMuser
08/04/2022, 11:37 AMlakefs config
and it worked.user
08/04/2022, 11:40 AMuser
08/04/2022, 11:51 AMuser
08/08/2022, 8:48 AMuser
08/08/2022, 9:06 AMuser
08/08/2022, 9:09 AMuser
08/08/2022, 9:11 AMuser
08/08/2022, 9:15 AMuser
08/08/2022, 9:15 AMuser
08/08/2022, 9:16 AMuser
08/08/2022, 9:18 AMuser
08/08/2022, 9:23 AMuser
08/08/2022, 9:23 AMmetastore:
type: hive
hive:
uri: hive-metastore:9083
user
08/08/2022, 9:23 AMmetastore:
type: glue
glue:
catalog-id: 123456789012
region: us-east-1
profile: default # optional, implies using a credentials file
credentials:
access_key_id: AKIAIOSFODNN7EXAMPLE
secret_access_key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
user
08/08/2022, 9:26 AMuser
08/08/2022, 9:26 AMuser
08/08/2022, 9:26 AMuser
08/08/2022, 9:27 AMuser
08/08/2022, 9:29 AMuser
08/08/2022, 9:34 AMis it working with only aws credential, or with local glue image in dockerwell, I'm not sure it's supported by AWS to run Glue without any credentials reference (see here)
is there any command through which i can open the lakectl.yaml file in texteditor modeyou can use
nano
or vi
(more advanced & complex).
if you're using the docker-compose (everything bagel) for instance, you can either use environment variables to override the configuration file, or mount a docker volume with the configuration file and edit it in your host.user
08/08/2022, 9:43 AM