Just released `io.lakefs:hadoop-lakefs-assembly:0....
# dev
a
Just released
io.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 🙂 🎉
👏 2
🙌 6
This is now live as release 0.1.0, ready for customers to preview. Release instructions: inside
clients/hadoopfs
run:
Copy code
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
Copy code
--repositories <https://s01.oss.sonatype.org/content/repositories/snapshots/>
to your
spark-submit
CLI. We shall announce the release later on #general, of course.
👍 2
👏 1