diff --git a/distribution/server/src/assemble/src.xml b/distribution/server/src/assemble/src.xml index d9af938ba8531..516528a02e60e 100644 --- a/distribution/server/src/assemble/src.xml +++ b/distribution/server/src/assemble/src.xml @@ -48,6 +48,8 @@ .git/** + **/*.nar + **/.terraform/** **/.gitignore **/.svn **/*.iws @@ -72,6 +74,8 @@ pulsar-client-cpp/perf/perfConsumer **/python/dist/** + **/pulsar-client-cpp/pkg/rpm/RPMS/** + **/pulsar-client-cpp/pkg/rpm/SOURCES/** **/python/wheelhouse/** **/python/MANIFEST **/*.egg-info/** diff --git a/examples/flink-consumer-source/README.md b/examples/flink-consumer-source/README.md index 209bb31c3f378..804a9d3b853af 100644 --- a/examples/flink-consumer-source/README.md +++ b/examples/flink-consumer-source/README.md @@ -1,3 +1,24 @@ + + ## Apache Flink Connectors for Pulsar This page describes how to use the connectors to read and write Pulsar topics with [Apache Flink](https://flink.apache.org/) stream processing applications. diff --git a/pom.xml b/pom.xml index b8de04fe38b25..fdb9eca98e3a1 100644 --- a/pom.xml +++ b/pom.xml @@ -1133,10 +1133,11 @@ flexible messaging model and an intuitive client API. **/META-INF/services/com.scurrilous.circe.HashProvider + **/META-INF/services/com.facebook.presto.spi.Plugin dashboard/django/stats/migrations/*.py - dashboard/conf/uwsgi_params + **/conf/uwsgi_params **/*.crt diff --git a/tests/compose/README.md b/tests/compose/README.md index 63c97e5f8edf2..6b575040aaaee 100644 --- a/tests/compose/README.md +++ b/tests/compose/README.md @@ -1,3 +1,24 @@ + + This are docker compose files to quickly bring up a pulsar cluster. They use the pulsar testing docker image. To generate this, run ```mvn install -DskipTests -Pdocker``` in the top-level directory