You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2019/02/13 18:35:48 UTC

[incubator-pinot] branch master updated: Removed all references to linkedin from the docs (#3828)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7fb38b  Removed all references to linkedin from the docs (#3828)
d7fb38b is described below

commit d7fb38b4dcfdbba4a13c9b56a9b6b86466818d87
Author: Subbu Subramaniam <mc...@users.noreply.github.com>
AuthorDate: Wed Feb 13 10:35:43 2019 -0800

    Removed all references to linkedin from the docs (#3828)
    
    Also removed the pointer to docker images. Apache release requires that we
    don't point to releases outside of the apache site
---
 docs/multitenancy.rst | 1 -
 docs/trying_pinot.rst | 9 ---------
 2 files changed, 10 deletions(-)

diff --git a/docs/multitenancy.rst b/docs/multitenancy.rst
index ffcf157..f9c78f9 100644
--- a/docs/multitenancy.rst
+++ b/docs/multitenancy.rst
@@ -337,4 +337,3 @@ The znode ``/IDEALSTATES/XLNT (XLNT Data Resource IdealState)``
     }
 
 
-For all other admin operations, take a look at this [wiki](https://iwww.corp.linkedin.com/wiki/cf/display/PRT/Deployment+Tutorials).
diff --git a/docs/trying_pinot.rst b/docs/trying_pinot.rst
index bf32b50..9470fe8 100644
--- a/docs/trying_pinot.rst
+++ b/docs/trying_pinot.rst
@@ -15,11 +15,6 @@ All of the setup is automated, so the only thing required at the beginning is to
 Compiling the code
 ~~~~~~~~~~~~~~~~~~
 
-.. note::
-
-    You can skip this step if you are planning to run the pre-built docker image. Make sure you have Docker installed.
-    Some of the newer query features may not be available in docker as of this writing
-
 One can also run the Pinot demonstration by checking out the code on GitHub, compiling it, and running it. Compiling
 Pinot requires JDK 8 or later and Apache Maven 3.
 
@@ -30,8 +25,6 @@ Pinot requires JDK 8 or later and Apache Maven 3.
 Trying out Offline quickstart demo
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-To run the demo with docker
-  ``docker run -it -p 9000:9000 linkedin/pinot-quickstart-offline``
 To run the demo with compiled code:
   ``bin/quick-start-offline.sh``
 
@@ -66,8 +59,6 @@ Trying out Realtime quickstart demo
 
 Pinot can ingest data from streaming sources such as Kafka.
 
-To run the demo with docker
-  ``docker run -it -p 9000:9000 linkedin/pinot-quickstart-realtime``
 To run the demo with compiled code:
   ``bin/quick-start-realtime.sh``
 


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