Author: eolivelli
Date: Fri May 26 20:09:15 2017
New Revision: 1796334
URL: http://svn.apache.org/viewvc?rev=1796334&view=rev
Log:
BOOKKEEPER-1080 Add reference to Scala tutorial to documentation
Modified:
bookkeeper/site/trunk/content/docs/master/bookkeeperTutorial.textile
Modified: bookkeeper/site/trunk/content/docs/master/bookkeeperTutorial.textile
URL:
http://svn.apache.org/viewvc/bookkeeper/site/trunk/content/docs/master/bookkeeperTutorial.textile?rev=1796334&r1=1796333&r2=1796334&view=diff
==============================================================================
--- bookkeeper/site/trunk/content/docs/master/bookkeeperTutorial.textile
(original)
+++ bookkeeper/site/trunk/content/docs/master/bookkeeperTutorial.textile Fri
May 26 20:09:15 2017
@@ -26,6 +26,7 @@ $ bookkeeper-server/bin/bookkeeper local
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.
The code for this tutorial is available at
"https://github.com/ivankelly/bookkeeper-tutorial/":https://github.com/ivankelly/bookkeeper-tutorial/.
Each section has a link with points to a tag for the completed code for that
section.
+You can also take a look to an alternative Scala version of the same tutorial
at
"https://github.com/bwsw/bookkeeper-tutorial-scala":https://github.com/bwsw/bookkeeper-tutorial-scala
h1. The base application
@@ -549,4 +550,4 @@ However, this tutorial doesn't address s
Note that the tutorial application only uses synchronous APIs. The bookkeeper
client does also have asynchronous APIs, which allow for higher throughput when
writing. However, this means that you have to manage your state more carefully.
-<script
src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
\ No newline at end of file
+<script
src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>