Danyil Butkovskyi
05/16/2023, 5:24 PMJonathan Rosenberg
05/16/2023, 5:57 PMlakectl import
or the UI as explained here.Danyil Butkovskyi
05/16/2023, 6:28 PMJonathan Rosenberg
05/16/2023, 6:31 PMtest
branch and run experiments over it. Any transformation that youāll apply on that branch will be totally isolated from any other branch, thus your data will not be harmed in any way. Needless to say that when you branch out itās zero-copy, i.e. none of your data is copied. If any changes happen to your data it will be reflected only on the test branch.
I advise you to follow the quickstart to feel how it works.
Now, what if you already have data in a container and you want to import it to lakeFS? i.e. you have a container A with data in it, and you want lakeFS to manage it. Simply initializing lakeFS in the container wonāt work- you need to import the data. To import it follow this guide. Let me emphasize that none of your original data is actually copied, rather pointers to the data are created.
If you have any further question feel free to ask.
Have a great time!Danyil Butkovskyi
05/16/2023, 7:45 PMJonathan Rosenberg
05/16/2023, 7:48 PMHT
05/16/2023, 9:57 PMIddo Avneri
05/16/2023, 10:05 PMHT
05/16/2023, 10:07 PMIddo Avneri
05/16/2023, 10:07 PMHT
05/16/2023, 10:08 PMIddo Avneri
05/16/2023, 10:08 PMHT
05/16/2023, 10:11 PMIddo Avneri
05/16/2023, 10:12 PMHT
05/16/2023, 10:23 PMIddo Avneri
05/16/2023, 10:27 PMHT
05/16/2023, 10:30 PMIddo Avneri
05/16/2023, 10:42 PMHT
05/16/2023, 10:43 PMIddo Avneri
05/16/2023, 10:57 PMHT
05/16/2023, 10:58 PMAmit Kesarwani
05/16/2023, 11:05 PMDanyil Butkovskyi
05/17/2023, 5:37 PMJonathan Rosenberg
05/17/2023, 7:30 PMDanyil Butkovskyi
05/17/2023, 8:03 PMJonathan Rosenberg
05/17/2023, 8:04 PMDanyil Butkovskyi
05/17/2023, 8:14 PMJonathan Rosenberg
05/17/2023, 8:15 PMspark.databricks.delta.multiClusterWrites.enabled false
?Danyil Butkovskyi
05/18/2023, 3:16 PMJonathan Rosenberg
05/18/2023, 3:19 PMspark.databricks.tahoe.logStore.aws.class io.delta.storage.S3SingleDriverLogStore
instead of the above oneDanyil Butkovskyi
05/18/2023, 5:28 PMJonathan Rosenberg
05/18/2023, 5:41 PMDanyil Butkovskyi
05/18/2023, 5:45 PMJonathan Rosenberg
05/18/2023, 5:47 PM