Repository: incubator-impala Updated Branches: refs/heads/master d23e5505c -> 2fb14d1b8
IMPALA-3418: The Impala FE project relies on Z-tools snapshot builds The main motivation is that the new build will not allow builds to be dependent on non build snapshots. The other motivation is that through dependency domination pull in potential updates of java-cup-runtime. The change replaces the java-cup version 0.11-a-czt02-20150912.002524-39 with 0.11-a-czt02-cdh. And cup-maven plugin 1.6-20150912.002559-50 with 1.6-cdh. These versions along with the java-cup-runtime that is a dependency for both has been deployed to our external maven repo. A word of caution: This dependency (and probably others), do not work with any recent version of maven. Our internal toolchain version 3.0.4 released in 2012 is compatible with this version but an attempt of building with a more recent will fail because of internal incompatibilities. Change-Id: I1540f5b6d207c573a60d05eecd91c778c5401261 Reviewed-on: http://gerrit.cloudera.org:8080/2859 Reviewed-by: Alex Behm <[email protected]> Tested-by: Alex Behm <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/2fb14d1b Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/2fb14d1b Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/2fb14d1b Branch: refs/heads/master Commit: 2fb14d1b89b9258d3e29fa5b9857dcde490d7d34 Parents: 9506435 Author: Charlie Helin <[email protected]> Authored: Mon Apr 25 11:03:15 2016 -0400 Committer: Tim Armstrong <[email protected]> Committed: Tue Jun 7 09:34:30 2016 -0700 ---------------------------------------------------------------------- fe/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2fb14d1b/fe/pom.xml ---------------------------------------------------------------------- diff --git a/fe/pom.xml b/fe/pom.xml index 78dffc3..a3c1385 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -198,7 +198,7 @@ <dependency> <groupId>net.sourceforge.czt.dev</groupId> <artifactId>java-cup</artifactId> - <version>0.11-a-czt02-20150912.002524-39</version> + <version>0.11-a-czt02-cdh</version> </dependency> <!-- Moved above Hive, because Hive bundles its own Thrift version @@ -401,7 +401,7 @@ <plugin> <groupId>net.sourceforge.czt.dev</groupId> <artifactId>cup-maven-plugin</artifactId> - <version>1.6-20150912.002559-50</version> + <version>1.6-cdh</version> <executions> <execution> <id>cup</id>
