Repository: accumulo Updated Branches: refs/heads/master 59333e3cb -> 984c6b86c
ACCUMULO-3237 stricter thrift version checking Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/87fbb4b8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/87fbb4b8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/87fbb4b8 Branch: refs/heads/master Commit: 87fbb4b8193b0c487e872154cb8722ef87082c7a Parents: 5cb976b Author: John Vines <vi...@apache.org> Authored: Sat Oct 25 14:56:29 2014 -0400 Committer: John Vines <vi...@apache.org> Committed: Sat Oct 25 14:58:30 2014 -0400 ---------------------------------------------------------------------- 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/87fbb4b8/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..ee5bb8e 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.1' [ -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)