Giorgos
04/20/2021, 1:05 PMGuy Hardonag
04/20/2021, 1:07 PMGuy Hardonag
04/20/2021, 1:10 PMGiorgos
04/20/2021, 1:10 PMGiorgos
04/20/2021, 1:11 PMGiorgos
04/20/2021, 1:11 PMGuy Hardonag
04/20/2021, 1:16 PMGiorgos
04/20/2021, 1:17 PMGiorgos
04/20/2021, 1:17 PMimage: "treeverse/lakefs:0.33.1"
Guy Hardonag
04/20/2021, 1:20 PMdocker-compose.yaml
file?Giorgos
04/20/2021, 1:21 PMGuy Hardonag
04/20/2021, 1:27 PMdocker-compose down
docker-compose rm -f
docker-compose up --force-recreate
and then check the version again?Giorgos
04/20/2021, 1:29 PMGiorgos
04/20/2021, 1:31 PMGiorgos
04/20/2021, 1:32 PMGuy Hardonag
04/20/2021, 1:32 PMGuy Hardonag
04/20/2021, 1:32 PMGiorgos
04/20/2021, 1:32 PMGuy Hardonag
04/20/2021, 1:34 PMdocker-compose exec lakefs lakefs setup --user-name Giorgos
Giorgos
04/20/2021, 1:35 PMGiorgos
04/20/2021, 5:26 PMlakectl fs upload -s iris.data <lakefs://demo@master>
Error executing command: Invalid 'path': parsing <lakefs://demo@master>: malformed lakefs uri
Giorgos
04/20/2021, 5:26 PMGuy Hardonag
04/20/2021, 5:31 PMv0.40.0
the lakeFS URIs where changed,
you should now use <lakefs://repo-name/branch-name>
for detailed information you could check the release notesGiorgos
04/20/2021, 5:32 PMv0.33.1
I have already tried that anyway:
lakectl fs upload -s iris.data <lakefs://demo/master>
Error executing command: Invalid 'path': not a valid path uri
Giorgos
04/20/2021, 5:33 PMlakectl repo list
+-------------+-------------------------------+------------------+-------------------+
| REPOSITORY | CREATION DATE | DEFAULT REF NAME | STORAGE NAMESPACE |
+-------------+-------------------------------+------------------+-------------------+
| demo | 2021-04-20 18:22:58 +0100 BST | master | local:// |
| lakefs-demo | 2021-04-20 17:48:22 +0100 BST | master | local:// |
+-------------+-------------------------------+------------------+-------------------+
Guy Hardonag
04/20/2021, 5:36 PM<lakefs://demo/master/path/to/object>
Guy Hardonag
04/20/2021, 5:37 PM<lakefs://demo@master/path/to/object>
Giorgos
04/20/2021, 5:39 PMGuy Hardonag
04/20/2021, 5:46 PMv0.40.1
, the missing setup page bug was fixed there.Giorgos
04/20/2021, 9:04 PM