You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by mr...@apache.org on 2009/03/17 15:35:29 UTC

svn commit: r755282 - in /incubator/tashi/site: docs/documentation.html xdocs/documentation.xml

Author: mryan3
Date: Tue Mar 17 15:35:28 2009
New Revision: 755282

URL: http://svn.apache.org/viewvc?rev=755282&view=rev
Log:
Added a note about the error message Tashi outputs when a very new version of Thrift is used.


Modified:
    incubator/tashi/site/docs/documentation.html
    incubator/tashi/site/xdocs/documentation.xml

Modified: incubator/tashi/site/docs/documentation.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation.html?rev=755282&r1=755281&r2=755282&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation.html (original)
+++ incubator/tashi/site/docs/documentation.html Tue Mar 17 15:35:28 2009
@@ -87,6 +87,7 @@
 <li>Python 2.4 or greater</li>
 <li>MySQL or sqlite if you wish to use them as the data backend</li>
 </ul>
+                                                                                                <p><i>Please note that due to changes made in Thrift recently, you may need to get an older version of the software.  The version that Tashi was developed against was from April 11th, 2008.</i></p>
                                                                                                 <p>Once These are setup and configured, check out the Tashi code:</p>
                                                                                                 <div class="lit"><pre>
 svn co http://svn.apache.org/repos/asf/incubator/tashi/trunk ./tashi
@@ -136,6 +137,7 @@
 
 In [5]:
 </pre></div>
+                                                                                                <p><i>If you get an error about "'unexpected keyword argument 'd'", you'll have to downgrade to an older version of Thrift.  As noted above, the version that Tashi was built against was from April 11th, 2008, but there are many versions that will work with Tashi.</i></p>
                                                                                                 <p>If you were using MySQL (or sqlite), you'd have to populate a row in the database with columns named "id", "name", "state", and "up".</p>
                                                                                                 <p>Then quit the CM and restart it to force the creation of host locks.</p>
                                                                                                 <p>Add a user that matches both your user name and id:</p>

Modified: incubator/tashi/site/xdocs/documentation.xml
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/documentation.xml?rev=755282&r1=755281&r2=755282&view=diff
==============================================================================
--- incubator/tashi/site/xdocs/documentation.xml (original)
+++ incubator/tashi/site/xdocs/documentation.xml Tue Mar 17 15:35:28 2009
@@ -37,6 +37,7 @@
 <li>Python 2.4 or greater</li>
 <li>MySQL or sqlite if you wish to use them as the data backend</li>
 </ul>
+<p><i>Please note that due to changes made in Thrift recently, you may need to get an older version of the software.  The version that Tashi was developed against was from April 11th, 2008.</i></p>
 <p>Once These are setup and configured, check out the Tashi code:</p>
 <div class="lit"><pre>
 svn co http://svn.apache.org/repos/asf/incubator/tashi/trunk ./tashi
@@ -86,6 +87,7 @@
 
 In [5]:
 </pre></div>
+<p><i>If you get an error about "'unexpected keyword argument 'd'", you'll have to downgrade to an older version of Thrift.  As noted above, the version that Tashi was built against was from April 11th, 2008, but there are many versions that will work with Tashi.</i></p>
 <p>If you were using MySQL (or sqlite), you'd have to populate a row in the database with columns named "id", "name", "state", and "up".</p>
 <p>Then quit the CM and restart it to force the creation of host locks.</p>
 <p>Add a user that matches both your user name and id:</p>