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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9e6706a  Updated site at revision 8ad1e90
9e6706a is described below

commit 9e6706a6d357de99f13771e43a4c6fbf31241f4a
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Nov 12 13:41:39 2018 +0000

    Updated site at revision 8ad1e90
---
 content/docs/latest/getting-started/installation/index.html | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/content/docs/latest/getting-started/installation/index.html 
b/content/docs/latest/getting-started/installation/index.html
index 935c6f2..8229305 100644
--- a/content/docs/latest/getting-started/installation/index.html
+++ b/content/docs/latest/getting-started/installation/index.html
@@ -518,6 +518,11 @@
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nv">$ </span>mvn package
 </code></pre></div></div>
 
+<p>Since 4.8.0, bookkeeper introduces <code class="highlighter-rouge">table 
service</code>. If you would like to build and tryout table service, you can 
build it with <code class="highlighter-rouge">stream</code> profile.</p>
+
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nv">$ </span>mvn package <span 
class="nt">-Dstream</span>
+</code></pre></div></div>
+
 <blockquote>
   <p>You can skip tests by adding the <code 
class="highlighter-rouge">-DskipTests</code> flag when running <code 
class="highlighter-rouge">mvn package</code>.</p>
 </blockquote>
@@ -567,12 +572,16 @@
       <td style="text-align: left">Build Javadocs locally</td>
     </tr>
     <tr>
-      <td style="text-align: left"><code class="highlighter-rouge">mvn package 
assembly:single</code></td>
-      <td style="text-align: left">Build a complete distribution using the 
Maven <a 
href="http://maven.apache.org/plugins/maven-assembly-plugin/";>Assembly</a> 
plugin</td>
+      <td style="text-align: left"><code class="highlighter-rouge">mvn -am -pl 
bookkeeper-dist/server package</code></td>
+      <td style="text-align: left">Build a server distribution using the Maven 
<a href="http://maven.apache.org/plugins/maven-assembly-plugin/";>Assembly</a> 
plugin</td>
     </tr>
   </tbody>
 </table>
 
+<blockquote>
+  <p>You can enable <code class="highlighter-rouge">table service</code> by 
adding the <code class="highlighter-rouge">-Dstream</code> flag when running 
above commands.</p>
+</blockquote>
+
 <h2 id="package-directory">Package directory</h2>
 
 <p>The BookKeeper project contains several subfolders that you should be aware 
of:</p>

Reply via email to