What am I passing as the bucket url to SDKs? Just ...
# help
j
What am I passing as the bucket url to SDKs? Just the
<lakefs://quickstart/main/>
url? Or something else?
a
Yes, if you use lakeFSFS. If you use S3A Gateway then
<s3a://quickstart/main/>
j
ahah, what I'd been looking for!
a
Here are few Databricks Spark samples but it applies to Apache Spark also: https://github.com/treeverse/lakeFS-samples/tree/main/01_standalone_examples/aws-databricks
j
righto - I'm using an Elixir lib right now to handle it 🙂
The ingest application I showed Iddo is written in Elixir/Phoenix
👍 1