commit | 34d816305a0ddaab5d54f23b60ff985eeb12193c | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Fri Aug 21 11:49:23 2015 -0700 |
committer | Ian Maxon <imaxon@apache.org> | Sat Aug 22 12:56:53 2015 -0700 |
tree | 4bbf9f43dcaa465d66fb6f9bdccf1042634e917d | |
parent | 95350e253f3462b1fb8d08396b4fddadaa33bf53 [diff] |
Change folder structure for Java repackage Change only the folders, not the files, for our package name change. This will break the build, and needs to be followed by a change to the package name in all of the source files. However performing the folder move and file change in two steps lets Git understand that the files are the same, and lets us track revisions across those files. Change-Id: Iefd2a576415ebc1416cba2a3334d2b64f042ba92 Reviewed-on: https://asterix-gerrit.ics.uci.edu/306 Tested-by: Ian Maxon <imaxon@apache.org> Reviewed-by: Till Westmann <tillw@apache.org>
#AsterixDB
AsterixDB is a BDMS (Big Data Management System) with a rich feature set that sets it apart from other Big Data platforms. Its feature set makes it well-suited to modern needs such as web data warehousing and social data storage and analysis. AsterixDB has:
Learn more about AsterixDB at [http://asterixdb.ics.uci.edu/] (http://asterixdb.ics.uci.edu/)
##Building AsterixDB
To build AsterixDB from source, you should have a platform with the following:
Additionally to run all the integration tests you should be running sshd
locally, and have passwordless ssh logins enabled for the account which is running the tests.
##Documentation
AsterixDB's official documentation resides at [http://asterixdb.ics.uci.edu/documentation/index.html] (http://asterixdb.ics.uci.edu/documentation/index.html). This is built from the maven project under asterix-doc/
as a maven site. The documentation on the official website refers to the most stable release version, so for pre-release versions one should refer to the compiled documentation.
##Support/Contact
If you have any questions, please feel free to ask on our mailing list, users@asterixdb.incubator.apache.org. Join the list by sending an email to users-subscribe@asterixdb.incubator.apache.org. If you are interested in the internals or developement of AsterixDB, also please feel free to subscribe to our developer mailing list, dev@asterixdb.incubator.apache.org, by sending an email to dev-subscribe@asterixdb.incubator.apache.org.