Author: medined
Date: Tue Jul 24 02:29:19 2012
New Revision: 1364871

URL: http://svn.apache.org/viewvc?rev=1364871&view=rev
Log:
ACCUMULO-698 - Highlight the 'thrift is not available' message in thrift.sh

Modified:
    accumulo/trunk/core/src/main/thrift/thrift.sh

Modified: accumulo/trunk/core/src/main/thrift/thrift.sh
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/thrift/thrift.sh?rev=1364871&r1=1364870&r2=1364871&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/thrift/thrift.sh (original)
+++ accumulo/trunk/core/src/main/thrift/thrift.sh Tue Jul 24 02:29:19 2012
@@ -25,7 +25,10 @@ fail() {
 VERSION=`thrift -version 2>/dev/null | grep "0.8" |  wc -l`
 if [ "$VERSION" -ne 1 ] ; then 
    # Nope: bail
-   echo "thrift is not available"
+   echo "***********************************************"
+   echo "* thrift is not available                     *"
+   echo "*   expecting 'thrift -version' to return 0.8 *"
+   echo "***********************************************"
    exit 0
 fi
 CLOUDTRACE=../trace


Reply via email to