Repository: tajo Updated Branches: refs/heads/master f7a3fe0d6 -> 6dc1c5557
TAJO-1908: Add a link to the nightly build version to the download page. Closes #801 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/6dc1c555 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/6dc1c555 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/6dc1c555 Branch: refs/heads/master Commit: 6dc1c55571c44761551675cf95820f120c6ad2f3 Parents: f7a3fe0 Author: Jihoon Son <[email protected]> Authored: Wed Oct 7 14:13:39 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Oct 7 14:13:55 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-project/src/site/markdown/downloads.md | 4 ++++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/6dc1c555/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 63d9279..90ad1cb 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,9 @@ Release 0.12.0 - unreleased TASKS + TAJO-1908: Add a link to the nightly build version to the download page. + (jihoon) + TAJO-1915: Add a TajoClient example for creating and getting tables. (hyunsik) http://git-wip-us.apache.org/repos/asf/tajo/blob/6dc1c555/tajo-project/src/site/markdown/downloads.md ---------------------------------------------------------------------- diff --git a/tajo-project/src/site/markdown/downloads.md b/tajo-project/src/site/markdown/downloads.md index f8ec951..a0ab586 100644 --- a/tajo-project/src/site/markdown/downloads.md +++ b/tajo-project/src/site/markdown/downloads.md @@ -63,6 +63,10 @@ * [User Documentation] (tajo-0.2.0-doc.html) * [Source Tarball](http://apache.org/dyn/closer.cgi/tajo/tajo-0.2.0-incubating/tajo-0.2.0-incubating-src.tar.gz) ([MD5](http://www.apache.org/dist/tajo/tajo-0.2.0-incubating/tajo-0.2.0-incubating-src.tar.gz.md5)) ([SHA1](http://www.apache.org/dist/tajo/tajo-0.2.0-incubating/tajo-0.2.0-incubating-src.tar.gz.sha1)) ([ASC](http://www.apache.org/dist/tajo/tajo-0.2.0-incubating/tajo-0.2.0-incubating-src.tar.gz.asc)) ([KEYS](http://www.apache.org/dist/tajo/KEYS)) +## Nightly builds + +For developers, Tajo maintains nightly builds and SNAPSHOT artifacts. More information is available on [Tajo developer Wiki] (https://cwiki.apache.org/confluence/display/TAJO/Nightly+Builds). + ## Getting the source code via Git The development codebase can also be downloaded from [the Apache git repository](https://git-wip-us.apache.org/repos/asf/tajo.git) as follows:
