You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by je...@apache.org on 2019/03/08 19:32:15 UTC

[incubator-pinot] branch doc updated (b34ccf7 -> 491b10f)

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

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


    from b34ccf7  Clarifying doc to differentiate between env variables and those users should always set
     new 581a04a  [TE] harleyjj/preview - make default time range 1 day for preview (#3931)
     new 2b3639c  Turn off echo in shell commands (#3930)
     new bf63bd4  Set controller.enable.batch.message.mode to false by default (#3928)
     new 70f2f85  Add doc for Customizing Pinot (#3927)
     new d684d5e  Adding the support for sampling logs (#3913)
     new 57368dd  [TE] backend - add an API to clear cache for DefaultDataProvider (#3936)
     new 796c04a  [TE] yaml - configure moving window detection in yaml (#3938)
     new 491b10f  Merge branch 'master' into doc

The 5816 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/customizations.rst                            | 152 ++++++++++++++++++++-
 docs/getting_started.rst                           |   2 +
 docs/img/CustomizingPinot.png                      | Bin 0 -> 421572 bytes
 docs/pinot_hadoop.rst                              |   2 +
 docs/pluggable_storage.rst                         |   5 +-
 docs/pluggable_streams.rst                         |   2 +
 docs/tuning_pinot.rst                              |   2 +
 .../requesthandler/BaseBrokerRequestHandler.java   |  80 +++++++++--
 .../broker/broker/HelixBrokerStarterTest.java      |   2 +-
 .../apache/pinot/common/utils/CommonConstants.java |   2 +
 .../apache/pinot/controller/ControllerConf.java    |   2 +-
 .../helix/core/PinotHelixResourceManager.java      |   2 +-
 .../controller/helix/PinotResourceManagerTest.java |   2 +-
 .../sharding/SegmentAssignmentStrategyTest.java    |   2 +-
 .../validation/ValidationManagerTest.java          |   2 +-
 .../core/query/scheduler/PriorityScheduler.java    |   8 +-
 .../pinot/core/query/scheduler/QueryScheduler.java |  72 ++++++++--
 .../query/scheduler/fcfs/BoundedFCFSScheduler.java |   9 +-
 .../query/scheduler/fcfs/FCFSQueryScheduler.java   |   2 +-
 .../tokenbucket/TokenPriorityScheduler.java        |   8 +-
 .../query/scheduler/PrioritySchedulerTest.java     |  14 +-
 .../request/ScheduledRequestHandlerTest.java       |  10 +-
 .../src/main/resources/appAssemblerScriptTemplate  |   4 +-
 .../app/pods/components/alert-details/component.js |  16 ++-
 .../thirdeye/detection/DefaultDataProvider.java    |   7 +
 .../yaml/CompositePipelineConfigTranslator.java    |   2 +
 26 files changed, 346 insertions(+), 65 deletions(-)
 create mode 100644 docs/img/CustomizingPinot.png


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