Merge "Update Java API doc links to reflect fluorine"
[docs.git] / docs / getting-started-guide / project-specific-guides / tsdr.rst
index 35502f00c9968c65c24ff09a90256f23cab50b87..b5ca90ee3eea5bb9574e37fe596879860877a196 100644 (file)
@@ -1,3 +1,5 @@
+.. _tsdr-guide:
+
 TSDR Installation Guide
 =======================
 
@@ -43,7 +45,7 @@ Once OpenDaylight distribution is up, from karaf console install the HSQLDB data
 
    feature:install odl-tsdr-hsqldb-all
 
-This will install hsqldb related dependency features (and can take sometime) as well as openflow statistics collector before returning control to the console.
+This will install hsqldb related dependency features (and can take sometime) as well as OpenFlow statistics collector before returning control to the console.
 
 
 Installing HBase Data Store
@@ -54,7 +56,7 @@ Installing TSDR HBase Data Store contains two steps:
 #. Installing HBase server, and
 #. Installing TSDR HBase Data Store features from ODL Karaf console.
 
-In Beryllium, we only support HBase single node running together on the same machine as OpenDaylight. Therefore, follow the steps to download and install HBase server onto the same machine as where OpenDaylight is running:
+In this release, we only support HBase single node running together on the same machine as OpenDaylight. Therefore, follow the steps to download and install HBase server onto the same machine as where OpenDaylight is running:
 
 #. Create a folder in Linux operating system for the HBase server. For example, create an hbase directory under ``/usr/lib``::
 
@@ -109,7 +111,7 @@ Installing TSDR Cassandra Data Store contains two steps:
 #. Installing Cassandra server, and
 #. Installing TSDR Cassandra Data Store features from ODL Karaf console.
 
-In Beryllium, we only support Cassadra single node running together on the same machine as OpenDaylight. Therefore, follow these steps to download and install Cassandra server onto the same machine as where OpenDaylight is running:
+In this release, we only support Cassadra single node running together on the same machine as OpenDaylight. Therefore, follow these steps to download and install Cassandra server onto the same machine as where OpenDaylight is running:
 
 #. Install Cassandra (latest stable version) by downloading the zip file and untar the tar ball to cassandra/ directory on the testing machine::
 
@@ -138,12 +140,12 @@ Verifying your Installation
 
 After the TSDR data store is installed, no matter whether it is HBase data store, Cassandra data store, or HSQLDB data store, the user can verify the installation with the following steps.
 
-#. Verify if the following two tsdr commands are available from Karaf console::
+#. Verify if the following two TSDR commands are available from Karaf console::
 
       tsdr:list
       tsdr:purgeAll
 
-#. Verify if openflow statisitcs data can be received successfully:
+#. Verify if OpenFlow statistics data can be received successfully:
 
    #. Run "feature:install odl-tsdr-openflow-statistics-collector" from Karaf.
 
@@ -242,3 +244,6 @@ To uninstall the TSDR functionality with the Cassandra store,
      rm <cassandra-installation-directory>
 
 It is recommended to restart the Karaf container after uninstallation of the TSDR data store.
+
+
+.. include:: ../../user-guide/tsdr-elastic-search.rst