You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/03/31 05:56:13 UTC

[incubator-pinot] branch master updated (8dfa51a -> 9cb716f)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 8dfa51a  Lucene DocId to PinotDocId cache to improve performance (#5177)
     add 9cb716f  Nightly publish to bintray (#5190)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        | 38 +++++++++++++++-------
 .../.ci.settings.xml                               | 24 ++++++--------
 .travis_install.sh => .travis/.travis_install.sh   |  6 ++--
 .../.travis_nightly_build.sh                       | 23 +++++++------
 .../.travis_quickstart.sh                          |  0
 .../.travis_quickstart_openjdk.sh                  |  4 +--
 .../.travis_set_deploy_build_opts.sh               | 14 +++-----
 .travis_test.sh => .travis/.travis_test.sh         |  6 ++--
 pinot-broker/pom.xml                               |  6 ++--
 pinot-clients/pinot-java-client/pom.xml            |  6 ++--
 pinot-clients/pom.xml                              |  7 ++--
 pinot-common/pom.xml                               |  6 ++--
 pinot-controller/pom.xml                           |  6 ++--
 pinot-core/pom.xml                                 |  6 ++--
 pinot-distribution/pinot-source-assembly.xml       |  2 +-
 pinot-distribution/pom.xml                         |  8 +++--
 pinot-integration-tests/pom.xml                    |  6 ++--
 pinot-minion/pom.xml                               |  6 ++--
 pinot-perf/pom.xml                                 |  6 ++--
 .../pinot-batch-ingestion-common/pom.xml           |  9 +++--
 .../pinot-batch-ingestion-hadoop/pom.xml           |  9 +++--
 .../pinot-batch-ingestion-spark/pom.xml            |  9 +++--
 .../pinot-batch-ingestion-standalone/pom.xml       |  9 +++--
 pinot-plugins/pinot-batch-ingestion/pom.xml        |  7 ++--
 .../v0_deprecated/pinot-hadoop/pom.xml             |  8 +++--
 .../v0_deprecated/pinot-ingestion-common/pom.xml   |  9 +++--
 .../v0_deprecated/pinot-spark/pom.xml              |  8 +++--
 .../pinot-batch-ingestion/v0_deprecated/pom.xml    |  7 ++--
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |  6 ++--
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |  7 ++--
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |  6 ++--
 pinot-plugins/pinot-file-system/pom.xml            |  7 ++--
 .../pinot-input-format/pinot-avro-base/pom.xml     |  8 +++--
 .../pinot-input-format/pinot-avro/pom.xml          |  8 +++--
 .../pinot-confluent-avro/pom.xml                   |  8 +++--
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |  8 +++--
 .../pinot-input-format/pinot-json/pom.xml          |  8 +++--
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml |  9 +++--
 .../pinot-input-format/pinot-parquet/pom.xml       |  8 +++--
 .../pinot-input-format/pinot-thrift/pom.xml        |  8 +++--
 pinot-plugins/pinot-input-format/pom.xml           |  7 ++--
 .../pinot-stream-ingestion/pinot-kafka-0.9/pom.xml | 10 ++++--
 .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml | 10 ++++--
 .../pinot-kafka-base/pom.xml                       | 10 ++++--
 pinot-plugins/pinot-stream-ingestion/pom.xml       |  7 ++--
 pinot-plugins/pom.xml                              |  9 +++--
 pinot-server/pom.xml                               |  6 ++--
 pinot-spi/pom.xml                                  |  6 ++--
 pinot-tools/pom.xml                                |  6 ++--
 pom.xml                                            | 20 ++++++++++--
 50 files changed, 279 insertions(+), 158 deletions(-)
 copy pinot-common/src/main/resources/log4j2-fatal-only.xml => .travis/.ci.settings.xml (65%)
 rename .travis_install.sh => .travis/.travis_install.sh (91%)
 copy .travis_quickstart_openjdk.sh => .travis/.travis_nightly_build.sh (64%)
 rename .travis_quickstart.sh => .travis/.travis_quickstart.sh (100%)
 rename .travis_quickstart_openjdk.sh => .travis/.travis_quickstart_openjdk.sh (95%)
 copy docker/images/pinot-thirdeye/docker-build-and-push.sh => .travis/.travis_set_deploy_build_opts.sh (79%)
 rename .travis_test.sh => .travis/.travis_test.sh (91%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org