Ariel Shaqed (Scolnicov)
06/15/2021, 8:08 AMio.lakefs:hadoop-lakefs-assembly:0.1.0-RC.0
(for directly including in Spark) and io.lakefs:hadoop-lakefs:0.1.0-RC.0
(for using to build further libraries) so we can kick the tyres. Without the RC tags this will be https://docs.lakefs.io/integrations/spark.html#access-lakefs-using-the-lakefs-specific-hadoop-filesystem later today 🙂 🎉Ariel Shaqed (Scolnicov)
06/15/2021, 12:35 PMclients/hadoopfs
run:
mvn -Prelease -Passembly clean deploy && mvn -Prelease clean deploy
(You will need release signing keys on your machine, of course). Now go to https://s01.oss.sonatype.org/#stagingRepositories, test the staged repositories, and "deploy" them.
For a snapshot release (version ends in -SNAPSHOT) you don't need to deploy but you do need to add
--repositories <https://s01.oss.sonatype.org/content/repositories/snapshots/>
to your spark-submit
CLI.
We shall announce the release later on #general, of course.