Add explanation that Incubator repo is not buildable yet
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/f915d59a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f915d59a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f915d59a Branch: refs/heads/master Commit: f915d59aa4b028fafc3d12a028a2d937d2e19928 Parents: a65ffda Author: Tim Armstrong <[email protected]> Authored: Tue Apr 12 14:15:55 2016 -0700 Committer: Tim Armstrong <[email protected]> Committed: Tue Apr 12 14:15:55 2016 -0700 ---------------------------------------------------------------------- README.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f915d59a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 63a70fe..d875a79 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ visit the [Impala homepage](http://impala.io/index.html). If you are interested in contributing to Impala as a developer, or learning more about Impala's internals and architecture, visit the [Impala wiki](https://github.com/cloudera/Impala/wiki). + +## Building Impala + +This Apache Incubator repository is currently not buildable but has the complete source +code for Impala minus some third-party dependences. See https://github.com/cloudera/Impala +for the buildable Impala source and https://issues.cloudera.org/browse/IMPALA-3223 to +track progress on making this repository buildable.
