You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/12/18 21:54:19 UTC

[13/16] accumulo git commit: ACCUMULO-3437 Stricter thrift version checking

ACCUMULO-3437 Stricter thrift version checking

  Make Accumulo 1.5.x explicitly check for Thrift 0.9.0, not just 0.9.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1f8b668f
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1f8b668f
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1f8b668f

Branch: refs/heads/1.5
Commit: 1f8b668f0904c091aafaef57bc6c818ae3acf201
Parents: 4bac748
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Dec 18 15:02:13 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Dec 18 15:02:13 2014 -0500

----------------------------------------------------------------------
 core/src/main/scripts/generate-thrift.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f8b668f/core/src/main/scripts/generate-thrift.sh
----------------------------------------------------------------------
diff --git a/core/src/main/scripts/generate-thrift.sh b/core/src/main/scripts/generate-thrift.sh
index 5a5d69f..64fe794 100755
--- a/core/src/main/scripts/generate-thrift.sh
+++ b/core/src/main/scripts/generate-thrift.sh
@@ -26,7 +26,7 @@
 #   INCLUDED_MODULES should be an array that includes other Maven modules with src/main/thrift directories
 #   Use INCLUDED_MODULES=(-) in calling scripts that require no other modules
 # ========================================================================================================================
-[ -z $REQUIRED_THRIFT_VERSION ] && REQUIRED_THRIFT_VERSION='0.9'
+[ -z $REQUIRED_THRIFT_VERSION ] && REQUIRED_THRIFT_VERSION='0.9.0'
 [ -z $INCLUDED_MODULES ]        && INCLUDED_MODULES=(../trace)
 [ -z $BASE_OUTPUT_PACKAGE ]     && BASE_OUTPUT_PACKAGE='org.apache.accumulo.core'
 [ -z $PACKAGES_TO_GENERATE ]    && PACKAGES_TO_GENERATE=(gc master tabletserver security client.impl data)