You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by bu...@apache.org on 2016/10/04 05:14:25 UTC

asterixdb git commit: Update README.md: the maven version and local cluster setup.

Repository: asterixdb
Updated Branches:
  refs/heads/master 7314cfb30 -> 717e9415c


Update README.md: the maven version and local cluster setup.

Change-Id: I1c366f669bbcda23226f95840e6b4a1873847fff
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1241
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/717e9415
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/717e9415
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/717e9415

Branch: refs/heads/master
Commit: 717e9415cb56cbf56d7f36184d78c72de8d985f5
Parents: 7314cfb
Author: Yingyi Bu <yi...@couchbase.com>
Authored: Mon Oct 3 15:11:11 2016 -0700
Committer: Yingyi Bu <bu...@gmail.com>
Committed: Mon Oct 3 22:14:06 2016 -0700

----------------------------------------------------------------------
 README.md | 31 ++++++-------------------------
 1 file changed, 6 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/717e9415/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f522fc6..72a43aa 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 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:
 
  * A semistructured NoSQL style data model (ADM) resulting from extending JSON with object database ideas
- * An expressive and declarative query language (AQL) that supports a broad range of queries and analysis over semistructured data
+ * Two expressive and declarative query languages (SQL++ and AQL) that support a broad range of queries and analysis over semistructured data
  * A parallel runtime query execution engine, Apache Hyracks, that has been scale-tested on up to 1000+ cores and 500+ disks
  * Partitioned LSM-based data storage and indexing to support efficient ingestion and management of semistructured data
  * Support for query access to externally stored data (e.g., data in HDFS) as well as to data stored natively by AsterixDB
@@ -39,11 +39,9 @@ To build AsterixDB from source, you should have a platform with the following:
 
 * A Unix-ish environment (Linux, OS X, will all do).
 * git
-* Maven 3.1.1 or newer.
+* Maven 3.3.9 or newer.
 * Java 8 or newer.
 
-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.
-
 Instructions for building the master:
 
 * Checkout AsterixDB master:
@@ -57,29 +55,12 @@ Instructions for building the master:
 
 
 ##Running AsterixDB (on your machine from your build)
-Here are steps to get AsterixDB running on your machine:
-
-* Create a directory as the home for AsterixDB installer program, i.e., managix:
-
-        $mkdir ~/managix
-
-* Copy AsterixDB binary artifact into the installer directory and unzip it:
-
-        $cp asterixdb/asterix-installer/target/asterix-installer-*-binary-assembly.zip ~/managix/
-        $cd ~/managix
-        $unzip asterix-installer-*-binary-assembly.zip
-
-* Configure the installer:
-
-        $bin/managix configure
-
-* Validate if the computer environment is suitable:
-
-        $bin/managix validate
+Here are steps to get AsterixDB running on your local machine:
 
-* Create and start your instance:
+* Start a single-machine AsterixDB instance:
 
-        $bin/managix create -n test -c clusters/local/local.xml
+        $cd asterixdb/asterix-server/target/asterix-server-*-binary-assembly/
+        $./samples/local/bin/start-sample-cluster.sh
 
 * Good to go and run queries in your browser at: