Tal Sofer
02/24/2022, 8:34 AMMarius Dieckmann
02/25/2022, 1:34 PMItai David
02/26/2022, 5:08 AMAdi Polak
03/08/2022, 9:21 AMNiro
03/09/2022, 11:59 AM4. If you're adding new functionality, create a new branch named feature/<DESCRIPTIVE NAME>
5. If you're fixing a bug, create a new branch named fix/<DESCRIPTIVE NAME>-<ISSUE NUMBER>
Maybe it's good to open this topic to discussion and understand if the requirement is important and relevant and to strictly enforce it. Otherwise maybe we should remove this requirement altogether / define a new one that makes more sense?Barak Amar
03/09/2022, 1:26 PMNiro
03/13/2022, 8:07 AMTal Sofer
03/15/2022, 3:47 PMBarak Amar
03/15/2022, 6:23 PMAriel Shaqed (Scolnicov)
03/16/2022, 2:47 PMEdmondo Porcu
03/17/2022, 1:39 AMPaul Singman
03/17/2022, 4:15 PMlakectl abuse
command documented here. Can someone help me with answers to his questions (see screenshot)?Oz Katz
03/18/2022, 10:20 AMEdmondo Porcu
03/19/2022, 7:21 PMAriel Shaqed (Scolnicov)
03/20/2022, 7:21 AMAriel Shaqed (Scolnicov)
03/20/2022, 7:38 AM.proto
file from github.com/treeverse/lakeFS somewhere in your project.
Graveler serializes its actual commit and range values using protocol buffers. One constantly annoying factor with protocol buffers is that there is no way to publish them. Instead, most projects just copy them over from their source project. A project called Buf is trying to create a protocol buffer repository (think "NPM for protobufs"); it is now in beta. Would you be interested in consuming protocol buffers from there? Would you trust this project?
Thanks!Itai Admi
03/21/2022, 3:38 PMAriel Shaqed (Scolnicov)
03/22/2022, 3:56 PMAriel Shaqed (Scolnicov)
03/24/2022, 11:07 AMEdmondo Porcu
03/26/2022, 11:35 PMEdmondo Porcu
03/29/2022, 3:31 AMeinat.orr
03/30/2022, 3:58 PMEdmondo Porcu
03/30/2022, 8:22 PMTal Sofer
04/06/2022, 7:04 AMlakectl auth users policies attach -id my_user --policy myPolicy
Ariel Shaqed (Scolnicov)
04/08/2022, 8:33 AMAriel Shaqed (Scolnicov)
04/08/2022, 12:10 PMspark/client
; I get (during update):
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar
[error] (lakefs-spark-client-247 / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar
[error] file:///home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar: not found: /home/ariels/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar
Does sbt compile
in client/spark
work for anyone? Does it stlll work after sbt clean
?Ariel Shaqed (Scolnicov)
04/08/2022, 2:47 PM_lakefs/retention/gc/rules/config.json
is not a JSON file. What format is it? protobuf??
Here's a hexdump of one that I have right now:
00000000 08 05 12 08 0a 04 6d 61 69 6e 10 06 |......main..|
Ariel Shaqed (Scolnicov)
04/09/2022, 4:35 PM❯ ~/dev/lakeFS/lakectl fs stat <lakefs://ariels-gc-test/main~1/a/moo>
Invalid 'path': not a valid path uri
Error executing command.
Did something change in the refs parser, or am I too tired?Yoni Augarten
04/12/2022, 3:58 PMYoni Augarten
04/17/2022, 11:12 AMYoni Augarten
04/17/2022, 11:12 AMTal Sofer
04/17/2022, 11:22 AM