[
https://issues.apache.org/jira/browse/ZOOKEEPER-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201427#comment-16201427
]
ASF GitHub Bot commented on ZOOKEEPER-1703:
-------------------------------------------
Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/400#discussion_r144192181
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperTutorial.xml ---
@@ -361,7 +361,40 @@ from each one.</para>
</programlisting>
</section>
-<section id="sc_sourceListing"><title>Complete Source Listing</title>
+
+<section>
+<title>Complete example</title>
+<para>
+In the following section you can find a complete command line application
to demonstrate the above mentioned
+recipes. Use the following command to run it.
+</para>
+<programlisting>
+export
CLASSPATH=".:$ZOOKEEPER_HOME/*:$ZOOKEEPER_HOME/lib/*:$ZOOKEEPER_HOME/conf"
--- End diff --
we use different instructions for defining the classpath in the
Administrators guide. It would be great to be consistent here. Also, is conf
needed in the classpath?
> Please add instructions for running the tutorial
> ------------------------------------------------
>
> Key: ZOOKEEPER-1703
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1703
> Project: ZooKeeper
> Issue Type: New Feature
> Components: documentation
> Affects Versions: 3.4.5
> Environment: tutorial
> http://zookeeper.apache.org/doc/r3.2.2/zookeeperTutorial.html
> Reporter: Hayden Schultz
> Assignee: Andor Molnar
> Priority: Minor
> Labels: newbie
>
> There's no instructions for running the tutorial.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)