diff --git a/.circleci/config.yml b/.circleci/config.yml index d0e66bbcb9195..03920bf4d274b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -446,15 +446,4 @@ workflows: - build-maven <<: *all-branches-and-tags - circle-all: - requires: - - build-maven - - build-sbt - - build-maven-versioned - # Tests - - run-style-tests - - run-build-tests - - run-backcompat-tests - - run-scala-tests - - run-python-tests - - run-r-tests <<: *all-branches-and-tags diff --git a/README.md b/README.md index 75de1cdb450f3..dc73d2c301b07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -> :warning: **Palantirians**: If you want to contribute to Palantir's Spark fork, do so in the [internal repository](https://pl.ntr/spark). -> This repo is a public mirror updated only when we want to share and discuss implementation externally. +> :warning: Publishing from this repository has been deprecated and the Palantir fork of spark has been moved internally. This now acts as read-only mirror of the Palantir internal fork of Spark, and it is not updated synchronously. +Older versions of palantir/spark were published to [bintray](https://bintray.com/palantir/releases/spark). +> > **Palantirians**: If you want to contribute to Palantir's Spark fork, do so in the [internal repository](https://pl.ntr/spark). +This repo is a public mirror updated only when we want to share and discuss implementation externally. # Palantir Distribution of Apache Spark @@ -10,8 +12,6 @@ Some highlights include: - predicate pushdown additions, including a patched version of Parquet - various misc bugfixes -Note that publishing has been disabled from this repo, that now acts as read-only mirror of the Palantir internal fork of Spark. -Older versions were published to [bintray](https://bintray.com/palantir/releases/spark). --------------------