You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by bu...@apache.org on 2017/05/26 20:09:30 UTC

svn commit: r1012941 - in /websites/staging/bookkeeper/trunk/content: ./ docs/master/bookkeeperTutorial.html

Author: buildbot
Date: Fri May 26 20:09:30 2017
New Revision: 1012941

Log:
Staging update by buildbot for bookkeeper

Modified:
    websites/staging/bookkeeper/trunk/content/   (props changed)
    websites/staging/bookkeeper/trunk/content/docs/master/bookkeeperTutorial.html

Propchange: websites/staging/bookkeeper/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 26 20:09:30 2017
@@ -1 +1 @@
-1791115
+1796334

Modified: websites/staging/bookkeeper/trunk/content/docs/master/bookkeeperTutorial.html
==============================================================================
--- websites/staging/bookkeeper/trunk/content/docs/master/bookkeeperTutorial.html (original)
+++ websites/staging/bookkeeper/trunk/content/docs/master/bookkeeperTutorial.html Fri May 26 20:09:30 2017
@@ -128,7 +128,8 @@ $ bookkeeper-server/bin/bookkeeper local
 
 <p>This will start up a local zookeeper instance with 6 bookie servers, as bookkeeper storage servers are known. Any data written to this cluster will be removed when you kill the process.</p>
 
-<p>The code for this tutorial is available at <a href="https://github.com/ivankelly/bookkeeper-tutorial/">https://github.com/ivankelly/bookkeeper-tutorial/</a>. Each section has a link with points to a tag for the completed code for that section.</p>
+<p>The code for this tutorial is available at <a href="https://github.com/ivankelly/bookkeeper-tutorial/">https://github.com/ivankelly/bookkeeper-tutorial/</a>. Each section has a link with points to a tag for the completed code for that section.<br />
+You can also take a look to an alternative Scala version of the same tutorial at <a href="https://github.com/bwsw/bookkeeper-tutorial-scala">https://github.com/bwsw/bookkeeper-tutorial-scala</a></p>
 
 <h1>The base application</h1>