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/26 02:37:23 UTC

[incubator-pinot] branch pinot-jfrog-bintray updated (07eb7c2 -> 01450ce)

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

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


 discard 07eb7c2  Change versions before deploying to bintray
 discard 43b6b79  Add relative path
 discard e6eff7c  Testing
 discard 3c56219  Fix the build
 discard 6c672ce  Deploy pinot to bintray
     add 4a6b21d  Fix docker compose & quick start (#5178)
     add b274d02  Prepare for pinot release 0.4.0 (#5186)
     add ed235d2  Add a simple PinotFS benchmark driver (#5160)
     add 8ff155a  Change the name for azure data lake gen2 implementation (#5188)
     add 02352ce  Deploy pinot to bintray
     add 26beead  Fix the build
     add 8d7d03d  Testing
     add e31571e  Add relative path
     add 01450ce  Change versions before deploying to bintray

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07eb7c2)
            \
             N -- N -- N   refs/heads/pinot-jfrog-bintray (01450ce)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docker/images/pinot/README.md                      |   4 +-
 docker/images/pinot/docker-compose.yml             |   2 +-
 pinot-common/pom.xml                               |  36 +--
 ...{AzureGen2PinotFS.java => ADLSGen2PinotFS.java} |   6 +-
 .../org/apache/pinot/tools/PinotToolLauncher.java  |  10 +-
 .../tools/filesystem/PinotFSBenchmarkDriver.java   | 249 +++++++++++++++++++++
 .../tools/filesystem/PinotFSBenchmarkRunner.java   |  79 +++++++
 .../conf/sample_filesystem_benchmark.conf          |   5 +
 pom.xml                                            |  10 +-
 9 files changed, 370 insertions(+), 31 deletions(-)
 rename pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/{AzureGen2PinotFS.java => ADLSGen2PinotFS.java} (99%)
 create mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java
 create mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkRunner.java
 create mode 100644 pinot-tools/src/main/resources/conf/sample_filesystem_benchmark.conf


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