Hi everyone, what is this: ABC/LAKEFS ```--conf s...
# help
j
Hi everyone, what is this: ABC/LAKEFS
Copy code
--conf spark.hadoop.fs.s3a.secret.key='abc/lakefs/1234567bPxRfiCYEXAMPLEKEY' \
I did not understand this part here: https://docs.lakefs.io/integrations/spark.html#access-lakefs-using-the-s3a-gateway spark-shell --conf spark.hadoop.fs.s3a.access.key='AKIAlakefs12345EXAMPLE' \ --conf spark.hadoop.fs.s3a.secret.key='abc/lakefs/1234567bPxRfiCYEXAMPLEKEY' \ --conf spark.hadoop.fs.s3a.path.style.access=true \ --conf spark.hadoop.fs.s3a.endpoint='https://lakefs.example.com' ...
1
g
Hi @Jennifer Cristina Evangelista Da Silva ABC/LAKEFS has no special meaning,
abc/lakefs/1234567bPxRfiCYEXAMPLEKEY
is the secret key (It could of been
abcd12345671234567bPxRfiCYEXAMPLEKEY
as well) I understand why it’s confusing
you should use the access_key and secret_key you use to access lakeFS
j
thanks =]
🙏 1