asterixdb git commit: ASTERIXDB-1479: Change storage valid int and add explicit version

2016-08-03 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 9f110ab01 -> ca3b9b28f


ASTERIXDB-1479: Change storage valid int and add explicit version

This change will stop old versions from possibly corrupting data written
by newer versions of Hyracks. It also adds an explicit version to the
tree metadata that must match the version at runtime.

Change-Id: I888ff0eacf5b3cb6ad7ec002c74f113c6ffcd496
Reviewed-on: https://asterix-gerrit.ics.uci.edu/919
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Michael Blow 


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

Branch: refs/heads/master
Commit: ca3b9b28f681382b88781d8c62aa1e0fd53a2659
Parents: 9f110ab
Author: Ian Maxon 
Authored: Fri Jul 29 15:51:28 2016 -0700
Committer: Ian Maxon 
Committed: Wed Aug 3 17:06:21 2016 -0700

--
 .../metadata/bootstrap/MetadataBootstrap.java   |  3 +-
 .../PersistentLocalResourceFactory.java |  6 ++-
 .../PersistentLocalResourceRepository.java  | 15 +--
 .../am/common/api/ITreeIndexMetaDataFrame.java  |  7 
 .../am/common/dataflow/IndexDataflowHelper.java |  3 +-
 .../am/common/frames/LIFOMetaDataFrame.java | 22 +++---
 .../freepage/LinkedMetaDataPageManager.java |  2 +-
 .../impls/AbstractLSMIndexFileManager.java  | 43 ++--
 .../common/file/ILocalResourceFactory.java  |  3 +-
 .../storage/common/file/LocalResource.java  | 10 -
 .../file/TransientLocalResourceFactory.java |  6 ++-
 11 files changed, 89 insertions(+), 31 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ca3b9b28/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/bootstrap/MetadataBootstrap.java
--
diff --git 
a/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/bootstrap/MetadataBootstrap.java
 
b/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/bootstrap/MetadataBootstrap.java
index c180be4..757694d 100644
--- 
a/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/bootstrap/MetadataBootstrap.java
+++ 
b/asterixdb/asterix-metadata/src/main/java/org/apache/asterix/metadata/bootstrap/MetadataBootstrap.java
@@ -77,6 +77,7 @@ import 
org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.api.io.FileReference;
 import org.apache.hyracks.api.io.IIOManager;
+import org.apache.hyracks.storage.am.common.frames.LIFOMetaDataFrame;
 import org.apache.hyracks.storage.am.lsm.btree.impls.LSMBTree;
 import org.apache.hyracks.storage.am.lsm.btree.util.LSMBTreeUtils;
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMMergePolicyFactory;
@@ -373,7 +374,7 @@ public class MetadataBootstrap {
 localResourceMetadata, LocalResource.LSMBTreeResource);
 ILocalResourceFactory localResourceFactory = 
localResourceFactoryProvider.getLocalResourceFactory();
 
localResourceRepository.insert(localResourceFactory.createLocalResource(resourceID,
 resourceName,
-metadataPartition.getPartitionId(), absolutePath));
+metadataPartition.getPartitionId(), 
LIFOMetaDataFrame.VERSION, absolutePath));
 dataLifecycleManager.register(absolutePath, lsmBtree);
 } else {
 final LocalResource resource = 
localResourceRepository.getResourceByPath(absolutePath);

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ca3b9b28/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/resource/PersistentLocalResourceFactory.java
--
diff --git 
a/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/resource/PersistentLocalResourceFactory.java
 
b/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/resource/PersistentLocalResourceFactory.java
index 15224e2..33e5bf2 100644
--- 
a/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/resource/PersistentLocalResourceFactory.java
+++ 
b/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/resource/PersistentLocalResourceFactory.java
@@ -33,7 +33,9 @@ public class PersistentLocalResourceFactory implements 
ILocalResourceFactory {
 }
 
 @Override

[33/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/employee/q_01/q_01.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/employee/q_01/q_01.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/employee/q_01/q_01.1.adm
index 43a851c..67eefe6 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/employee/q_01/q_01.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/employee/q_01/q_01.1.adm
@@ -1,4 +1,4 @@
-{ "id": 775, "name": "Jodi Rotruck", "address": { "number": 8389, "street": 
"Hill St.", "city": "Mountain View" }, "children": [ "Ross", "Martin" ], 
"lastorder": { "oid": 75, "total": 8377.618f }, "openlist": [ 10, 2.0f, 3.0d, 
40 ], "total": 97.20656f }
-{ "id": 5, "name": "Jodi Alex", "address": { "number": 158, "street": "Palo 
verde", "city": "Irvine" }, "age": 19, "openlist": [ 10, 2.0f, 3.0d, 40 ], 
"total": 55.56f }
-{ "id": 5, "name": "Mike Mark", "address": { "number": 8, "street": "Main 
St.", "city": "LA" }, "interests": {{ "eating", "cooking" }}, "openlist": [ 10, 
2.0f, 3.0d, 40 ], "lastorder": { "oid": 5, "total": 83.6d } }
-{ "id": 5, "name": "Mike ley", "address": { "number": 9, "street": "Campus 
St.", "city": "Long beach" }, "interests": {{ "writing", "surfing" }}, 
"children": [ "Mike", "Eric" ], "openlist": [ 10, 2.0f, 3.0d, 40 ], "total": 
97, "lastorder": { "oid": 767675, "total": 7.618f } }
+{ "id": 775, "name": "Jodi Rotruck", "address": { "number": 8389, "street": 
"Hill St.", "city": "Mountain View" }, "children": [ "Ross", "Martin" ], 
"lastorder": { "oid": 75, "total": 8377.618 }, "openlist": [ 10, 2.0, 3.0, 40 
], "total": 97.20656 }
+{ "id": 5, "name": "Jodi Alex", "address": { "number": 158, "street": "Palo 
verde", "city": "Irvine" }, "age": 19, "openlist": [ 10, 2.0, 3.0, 40 ], 
"total": 55.56 }
+{ "id": 5, "name": "Mike Mark", "address": { "number": 8, "street": "Main 
St.", "city": "LA" }, "interests": {{ "eating", "cooking" }}, "openlist": [ 10, 
2.0, 3.0, 40 ], "lastorder": { "oid": 5, "total": 83.6 } }
+{ "id": 5, "name": "Mike ley", "address": { "number": 9, "street": "Campus 
St.", "city": "Long beach" }, "interests": {{ "writing", "surfing" }}, 
"children": [ "Mike", "Eric" ], "openlist": [ 10, 2.0, 3.0, 40 ], "total": 97, 
"lastorder": { "oid": 767675, "total": 7.618 } }



[16/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/olist-jaccard-inline/olist-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/olist-jaccard-inline/olist-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/olist-jaccard-inline/olist-jaccard-inline.1.adm
index ecf5781..8c6c375 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/olist-jaccard-inline/olist-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/olist-jaccard-inline/olist-jaccard-inline.1.adm
@@ -1,115 +1,115 @@
-{ "a": { "cid": 2, "name": "Elin Debell", "age": 82, "address": { "number": 
5649, "street": "Hill St.", "city": "Portland" }, "interests": [ "Bass", "Wine" 
], "children": [ { "name": "Elvina Debell" }, { "name": "Renaldo Debell", 
"age": 51 }, { "name": "Divina Debell", "age": 57 } ] }, "b": { "cid": 897, 
"name": "Gerald Roehrman", "interests": [ "Bass", "Wine" ], "children": [ { 
"name": "Virgie Roehrman", "age": 28 }, { "name": "Akiko Roehrman", "age": 59 
}, { "name": "Robbie Roehrman", "age": 10 }, { "name": "Flavia Roehrman" } ] }, 
"jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": [ "Music", "Databases" 
], "children": [ { "name": "Deirdre Naifeh" }, { "name": "Jacquelyne Naifeh", 
"age": 39 } ] }, "b": { "cid": 215, "name": "Ashton Schadegg", "interests": [ 
"Databases", "Music" ], "children": [ { "name": "Ciara Schadegg" }, { "name": 
"Karisa Schadegg", "age": 11 }, { "name": "Hayden Schadegg", "age": 44 } ] }, 
"jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": [ "Music", "Databases" 
], "children": [ { "name": "Deirdre Naifeh" }, { "name": "Jacquelyne Naifeh", 
"age": 39 } ] }, "b": { "cid": 228, "name": "Donnette Brumbley", "interests": [ 
"Databases", "Music" ], "children": [ { "name": "Madlyn Brumbley" }, { "name": 
"Apolonia Brumbley", "age": 13 }, { "name": "Stephine Brumbley" }, { "name": 
"Zelma Brumbley", "age": 51 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": [ "Music", "Databases" 
], "children": [ { "name": "Deirdre Naifeh" }, { "name": "Jacquelyne Naifeh", 
"age": 39 } ] }, "b": { "cid": 731, "name": "Yajaira Orto", "interests": [ 
"Music", "Databases" ], "children": [ { "name": "Eliz Orto", "age": 17 }, { 
"name": "Gisela Orto" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": [ "Music", "Databases" 
], "children": [ { "name": "Deirdre Naifeh" }, { "name": "Jacquelyne Naifeh", 
"age": 39 } ] }, "b": { "cid": 795, "name": "Sharilyn Branstad", "interests": [ 
"Databases", "Music" ], "children": [ { "name": "Ashlee Branstad", "age": 24 }, 
{ "name": "Bobbye Branstad", "age": 26 }, { "name": "Natalya Branstad" }, { 
"name": "Edith Branstad" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 11, "name": "Meta Simek", "age": 13, "address": { "number": 
4384, "street": "7th St.", "city": "San Jose" }, "interests": [ "Wine", 
"Walking" ], "children": [ { "name": "Oretha Simek" }, { "name": "Terence 
Simek" } ] }, "b": { "cid": 389, "name": "Loraine Morfee", "age": 72, 
"address": { "number": 2945, "street": "Lake St.", "city": "Seattle" }, 
"interests": [ "Wine", "Walking" ], "children": [ { "name": "Berry Morfee", 
"age": 30 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 11, "name": "Meta Simek", "age": 13, "address": { "number": 
4384, "street": "7th St.", "city": "San Jose" }, "interests": [ "Wine", 
"Walking" ], "children": [ { "name": "Oretha Simek" }, { "name": "Terence 
Simek" } ] }, "b": { "cid": 607, "name": "Bert Garigliano", "age": 71, 
"address": { "number": 3881, "street": "Washington St.", "city": "San Jose" }, 
"interests": [ "Walking", "Wine" ], "children": [ { "name": "Junior 
Garigliano", "age": 42 }, { "name": "Willa Garigliano", "age": 21 }, { "name": 
"Carlo Garigliano" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 17, "name": "Ingeborg Monkhouse", "interests": [ "Base 
Jumping", "Cigars", "Movies" ], "children": [  ] }, "b": { "cid": 156, "name": 
"Bobbye Kauppi", "age": 79, "address": { "number": 2051, "street": "Hill St.", 
"city": "Sunnyvale" }, "interests": [ "Base Jumping", "Cigars", "Movies" ], 
"children": [  ] }, "jacc": 1.0f }
-{ "a": { "cid": 27, "name": "Hollie Hyun", "interests": [ "Skiing", "Walking" 
], "children": [ { "name": "Morton Hyun" }, { "name": "Farrah Hyun", "age": 40 
}, { "name": "Ali Hyun" } ] }, "b": { "cid": 542, "name": "Eveline Smedley", 
"age": 50, "address": { "number": 5513, "street": "Oak St.", "city": "San Jose" 
}, "interests": [ "Skiing", "Walking" ], "children": [ { "name": "Lynsey 
Smedley", "age": 26 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 32, "name": "Tia Berkley", "age": 30, "address": { "number": 
4507, 

[08/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-open-index/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-open-index/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-open-index/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
index c1d8b92..401e9a2 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-open-index/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-open-index/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
@@ -1,5 +1,5 @@
-{ "arec": { "id": 21, "dblpid": "books/acm/kim95/MengY95", "authors": "Weiyi 
Meng Clement T. Yu", "misc": "2002-01-03 551-572 1995 Modern Database Systems 
db/books/collections/kim95.html#MengY95", "title": "Query Processing in 
Multidatabase Systems." }, "brec": { "id": 89, "csxid": "oai CiteSeerXPSU 
10.1.1.33.8596", "title": "Dynamic Query Optimization and Query Processing in 
Multidatabase Systems 1.", "authors": "Henryk Josinski", "misc": "2009-04-15 
Introduction  The multidatabase system (MDBS) approach, as a solution for 
integrated access to information distributed among diverse data sources, has 
gained a lot of attention in recent years. The multidatabase system is a 
database system which integrates pre--existing databases allowing the users to 
access simultaneously database systems (DBMSs) formulating a global query based 
on a global schema.  The component DBMSs are assumed to be heterogeneous and 
autonomous. Heterogeneity refers to different user interfaces, data models, 
query
  languages, and query optimization strategies [5]. Local autonomy means that 
each DBMS retains complete control over local data and processing. As result of 
this, its cost model may not be available to the global query optimizer.  When 
a global query is submitted, it is decomposed into two types of queries [1]   
-- subqueries, operating on sharable data items from local databases,  -- 
assembling queries, consisting of, CiteSeerX  2009-04-15 2007-11-22 2000 
application/pdf text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.33.8596 http 
//www.edbt2000.uni-konstanz.de/phd-workshop/papers/Josinski.pdf en 
10.1.1.27.4704 10.1.1.51.8352 Metadata may be used without restrictions as long 
as the oai identifier remains attached to it." }, "jacc": 0.527027f }
-{ "arec": { "id": 3, "dblpid": "books/acm/kim95/BreitbartGS95", "authors": 
"Yuri Breitbart Hector Garcia-Molina Abraham Silberschatz", "misc": "2004-03-08 
573-591 Modern Database Systems books/acm/Kim95 
db/books/collections/kim95.html#BreitbartGS95 1995", "title": "Transaction 
Management in Multidatabase Systems." }, "brec": { "id": 85, "csxid": "oai 
CiteSeerXPSU 10.1.1.37.8818", "title": "Overview of Multidatabase Transaction 
Management", "authors": "Yuri Breitbart Hector Garcia-Molina Avi Silberschatz", 
"misc": "2009-06-22 A multidatabase system (MDBS) is a facility that allows 
users access to data located in multiple autonomous database management systems 
(DBMSs). In such a system, global transactions are executed under the control 
of the MDBS. Independently, local transactions are executed under the control 
of the local DBMSs. Each local DBMS integrated by the MDBS may employ a 
different transaction management scheme. In addition, each local DBMS has 
complete control over all tr
 ansactions (global and local) executing at its site, including the ability to 
abort at any point any of the transactions executing at its site. Typically, no 
design or internal DBMS structure changes are allowed in order to accommodate 
the MDBS. Furthermore, the local DBMSs may not be aware of each other, and, as 
a consequence, cannot coordinate their actions. Thus, traditional techniques 
for ensuring transaction atomicity and consistency in homogeneous distributed 
database systems may not be appropriate for an MDBS environment CiteSeerX  
2009-06-22 2007-11-22 1992 text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.8818 ftp 
//ftp.cs.utexas.edu/pub/avi/UT-CS-TR-92-21.PS.Z en 10.1.1.101.8988 
10.1.1.130.1772 10.1.1.38.6210 10.1.1.34.3768 10.1.1.36.1275 10.1.1.104.3430 
10.1.1.112.244 10.1.1.94.9106 10.1.1.41.4043 10.1.1.49.5143 10.1.1.59.2034 
10.1.1.53.875 10.1.1.137.5642 10.1.1.41.8832 10.1.1.21.1100 10.1.1.105.3626 
10.1.1.44.773 10.1.1.21.2576 10.1.1.40.6484 10.1.1.14
 4.2713 10.1.1.48.6718 10.1.1.16.6166 10.1.1.40.832 10.1.1.36.2660 
10.1.1.30.3087 10.1.1.47.322 10.1.1.17.6532 10.1.1.33.2301 10.1.1.20.4306 
10.1.1.47.6258 10.1.1.39.9212 10.1.1.46.4334 10.1.1.71.485 10.1.1.43.1405 
10.1.1.49.1308 10.1.1.35.6530 10.1.1.42.5177 10.1.1.54.4068 

[26/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_01/feeds_01.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_01/feeds_01.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_01/feeds_01.1.adm
index ff53e4c..21ad9e0 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_01/feeds_01.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_01/feeds_01.1.adm
@@ -1 +1 @@
-{ "DataverseName": "feeds", "FeedName": "TweetFeed", "FeedType": "PRIMARY", 
"PrimaryTypeDetails": { "AdapterName": "localfs", "AdapterConfiguration": {{ { 
"Name": "type-name", "Value": "TweetType" }, { "Name": "path", "Value": 
"asterix_nc1://data/twitter/obamatweets.adm" }, { "Name": "format", "Value": 
"adm" }, { "Name": "tuple-interval", "Value": "10" }, { "Name": "is-feed", 
"Value": "true" }, { "Name": "dataverse", "Value": "feeds" }, { "Name": "feed", 
"Value": "TweetFeed" }, { "Name": "reader", "Value": "localfs" }, { "Name": 
"parser", "Value": "adm" } }} }, "Timestamp": "Mon Jun 06 01:59:57 AST 2016" }
+{ "DataverseName": "feeds", "FeedName": "TweetFeed", "FeedType": "PRIMARY", 
"PrimaryTypeDetails": { "AdapterName": "localfs", "AdapterConfiguration": {{ { 
"Name": "type-name", "Value": "TweetType" }, { "Name": "path", "Value": 
"asterix_nc1://data/twitter/obamatweets.adm" }, { "Name": "format", "Value": 
"adm" }, { "Name": "tuple-interval", "Value": "10" }, { "Name": "is-feed", 
"Value": "true" }, { "Name": "dataverse", "Value": "feeds" }, { "Name": "feed", 
"Value": "TweetFeed" }, { "Name": "reader", "Value": "localfs" }, { "Name": 
"parser", "Value": "adm" } }} }, "Timestamp": "Mon Jun 20 17:07:04 PDT 2016" }

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_03/feeds_03.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_03/feeds_03.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_03/feeds_03.1.adm
index 8827fca..16c9453 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_03/feeds_03.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feeds_03/feeds_03.1.adm
@@ -1 +1 @@
-{ "DataverseName": "feeds", "FeedName": "TweetFeed", "Function": 
"feed_processor", "FeedType": "PRIMARY", "PrimaryTypeDetails": { "AdapterName": 
"localfs", "AdapterConfiguration": {{ { "Name": "type-name", "Value": 
"TweetType" }, { "Name": "path", "Value": 
"asterix_nc1://data/twitter/obamatweets.adm" }, { "Name": "format", "Value": 
"adm" }, { "Name": "tuple-interval", "Value": "10" }, { "Name": "is-feed", 
"Value": "true" }, { "Name": "dataverse", "Value": "feeds" }, { "Name": "feed", 
"Value": "TweetFeed" }, { "Name": "reader", "Value": "localfs" }, { "Name": 
"parser", "Value": "adm" } }} }, "Timestamp": "Mon Jun 06 02:04:07 AST 2016" }
+{ "DataverseName": "feeds", "FeedName": "TweetFeed", "Function": 
"feed_processor", "FeedType": "PRIMARY", "PrimaryTypeDetails": { "AdapterName": 
"localfs", "AdapterConfiguration": {{ { "Name": "type-name", "Value": 
"TweetType" }, { "Name": "path", "Value": 
"asterix_nc1://data/twitter/obamatweets.adm" }, { "Name": "format", "Value": 
"adm" }, { "Name": "tuple-interval", "Value": "10" }, { "Name": "is-feed", 
"Value": "true" }, { "Name": "dataverse", "Value": "feeds" }, { "Name": "feed", 
"Value": "TweetFeed" }, { "Name": "reader", "Value": "localfs" }, { "Name": 
"parser", "Value": "adm" } }} }, "Timestamp": "Mon Jun 20 17:07:04 PDT 2016" }

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-1_1/dblp-1_1.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-1_1/dblp-1_1.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-1_1/dblp-1_1.1.adm
index 58a7368..8b231c5 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-1_1/dblp-1_1.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-1_1/dblp-1_1.1.adm
@@ -1,302 +1,302 @@
--2100346009i32
--2099271744i32
--2095729781i32
--2092234318i32
--2064380931i32
--2044228573i32
--2041394379i32
--1995931552i32
--1961708102i32
--1930672765i32
--1925061768i32
--1884800058i32
--1884722688i32
--1843785300i32
--1830483328i32
--1827399817i32
--1823572306i32
--1800928259i32
--1768694843i32
--1768045679i32
--1743779108i32
--1742028699i32
--1740509970i32
--1732505408i32
--1729705254i32
--1655516304i32
--1626188505i32
--1609006415i32

[19/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/range-search-open/range-search-open.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/range-search-open/range-search-open.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/range-search-open/range-search-open.1.adm
index 3e85ff0..c281925 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/range-search-open/range-search-open.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/range-search-open/range-search-open.1.adm
@@ -1,2978 +1,2978 @@
-{ "l_orderkey": 1, "l_partkey": 68, "l_suppkey": 9, "l_linenumber": 2, 
"l_quantity": 36.0d, "l_extendedprice": 34850.16d, "l_discount": 0.09d, 
"l_tax": 0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": 
"1996-04-12", "l_commitdate": "1996-02-28", "l_receiptdate": "1996-04-20", 
"l_shipinstruct": "TAKE BACK RETURN", "l_shipmode": "MAIL", "l_comment": "ly 
final dependencies: slyly bold " }
-{ "l_orderkey": 1, "l_partkey": 3, "l_suppkey": 6, "l_linenumber": 4, 
"l_quantity": 28.0d, "l_extendedprice": 25284.0d, "l_discount": 0.09d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-04-21", 
"l_commitdate": "1996-03-30", "l_receiptdate": "1996-05-16", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "lites. fluffily even de" }
-{ "l_orderkey": 1, "l_partkey": 25, "l_suppkey": 8, "l_linenumber": 5, 
"l_quantity": 24.0d, "l_extendedprice": 22200.48d, "l_discount": 0.1d, "l_tax": 
0.04d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-03-30", 
"l_commitdate": "1996-03-14", "l_receiptdate": "1996-04-01", "l_shipinstruct": 
"NONE", "l_shipmode": "FOB", "l_comment": " pending foxes. slyly re" }
-{ "l_orderkey": 3, "l_partkey": 20, "l_suppkey": 10, "l_linenumber": 2, 
"l_quantity": 49.0d, "l_extendedprice": 45080.98d, "l_discount": 0.1d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1993-11-09", 
"l_commitdate": "1993-12-20", "l_receiptdate": "1993-11-24", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": " unusual accounts. eve" 
}
-{ "l_orderkey": 3, "l_partkey": 129, "l_suppkey": 8, "l_linenumber": 3, 
"l_quantity": 27.0d, "l_extendedprice": 27786.24d, "l_discount": 0.06d, 
"l_tax": 0.07d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": 
"1994-01-16", "l_commitdate": "1993-11-22", "l_receiptdate": "1994-01-23", 
"l_shipinstruct": "DELIVER IN PERSON", "l_shipmode": "SHIP", "l_comment": "nal 
foxes wake. " }
-{ "l_orderkey": 3, "l_partkey": 63, "l_suppkey": 8, "l_linenumber": 6, 
"l_quantity": 26.0d, "l_extendedprice": 25039.56d, "l_discount": 0.1d, "l_tax": 
0.02d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1993-10-29", 
"l_commitdate": "1993-12-18", "l_receiptdate": "1993-11-04", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": "ges sleep after the 
caref" }
-{ "l_orderkey": 4, "l_partkey": 89, "l_suppkey": 10, "l_linenumber": 1, 
"l_quantity": 30.0d, "l_extendedprice": 29672.4d, "l_discount": 0.03d, "l_tax": 
0.08d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-10", 
"l_commitdate": "1995-12-14", "l_receiptdate": "1996-01-18", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "REG AIR", "l_comment": "- quickly regular 
packages sleep. idly" }
-{ "l_orderkey": 5, "l_partkey": 109, "l_suppkey": 10, "l_linenumber": 1, 
"l_quantity": 15.0d, "l_extendedprice": 15136.5d, "l_discount": 0.02d, "l_tax": 
0.04d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-10-31", 
"l_commitdate": "1994-08-31", "l_receiptdate": "1994-11-20", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "ts wake furiously " }
-{ "l_orderkey": 6, "l_partkey": 140, "l_suppkey": 6, "l_linenumber": 1, 
"l_quantity": 37.0d, "l_extendedprice": 38485.18d, "l_discount": 0.08d, 
"l_tax": 0.03d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": 
"1992-04-27", "l_commitdate": "1992-05-15", "l_receiptdate": "1992-05-02", 
"l_shipinstruct": "TAKE BACK RETURN", "l_shipmode": "TRUCK", "l_comment": "p 
furiously special foxes" }
-{ "l_orderkey": 7, "l_partkey": 95, "l_suppkey": 8, "l_linenumber": 3, 
"l_quantity": 46.0d, "l_extendedprice": 45774.14d, "l_discount": 0.1d, "l_tax": 
0.07d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-15", 
"l_commitdate": "1996-03-27", "l_receiptdate": "1996-02-03", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "MAIL", "l_comment": " unusual reques" }
-{ "l_orderkey": 7, "l_partkey": 80, "l_suppkey": 10, "l_linenumber": 6, 
"l_quantity": 35.0d, "l_extendedprice": 34302.8d, "l_discount": 0.06d, "l_tax": 
0.03d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-16", 
"l_commitdate": 

[28/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.4.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.4.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.4.adm
index 06657ed..fec17c6 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.4.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.4.adm
@@ -1 +1 @@
-7307
\ No newline at end of file
+7307

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.5.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.5.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.5.adm
index 19b02a5..71abd4e 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.5.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/feeds/feed-with-meta-pk-in-meta/feed-with-meta-pk-in-meta.5.adm
@@ -2,4 +2,4 @@
 "21st_amendment_brewery_cafe-21a_ipa"
 "21st_amendment_brewery_cafe-563_stout"
 "21st_amendment_brewery_cafe-amendment_pale_ale"
-"21st_amendment_brewery_cafe-bitter_american"
\ No newline at end of file
+"21st_amendment_brewery_cafe-bitter_american"



[12/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index-dml/compact-dataset-and-its-indexes/compact-dataset-and-its-indexes.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index-dml/compact-dataset-and-its-indexes/compact-dataset-and-its-indexes.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index-dml/compact-dataset-and-its-indexes/compact-dataset-and-its-indexes.1.adm
index 0d69984..199ac15 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index-dml/compact-dataset-and-its-indexes/compact-dataset-and-its-indexes.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index-dml/compact-dataset-and-its-indexes/compact-dataset-and-its-indexes.1.adm
@@ -1,167 +1,167 @@
-{ "l_orderkey": 36, "l_partkey": 120, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 42, "l_extendedprice": 42845.04d, "l_discount": 0.09d, "l_tax": 
0.0d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-02-03", 
"l_commitdate": "1996-01-21", "l_receiptdate": "1996-02-23", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "SHIP", "l_comment": " careful courts. special " }
-{ "l_orderkey": 68, "l_partkey": 8, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 3, "l_extendedprice": 2724.0d, "l_discount": 0.05d, "l_tax": 
0.02d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1998-07-04", 
"l_commitdate": "1998-06-05", "l_receiptdate": "1998-07-21", "l_shipinstruct": 
"NONE", "l_shipmode": "RAIL", "l_comment": "fully special instructions cajole. 
furious" }
-{ "l_orderkey": 162, "l_partkey": 190, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 2, "l_extendedprice": 2180.38d, "l_discount": 0.02d, "l_tax": 
0.01d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-09-02", 
"l_commitdate": "1995-06-17", "l_receiptdate": "1995-09-08", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "FOB", "l_comment": "es! final somas integrate" }
-{ "l_orderkey": 192, "l_partkey": 98, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 23, "l_extendedprice": 22956.07d, "l_discount": 0.0d, "l_tax": 
0.0d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1998-02-05", 
"l_commitdate": "1998-02-06", "l_receiptdate": "1998-03-07", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "AIR", "l_comment": "ly pending theodolites 
haggle quickly fluf" }
-{ "l_orderkey": 197, "l_partkey": 99, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 39, "l_extendedprice": 38964.51d, "l_discount": 0.02d, "l_tax": 
0.04d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-07-21", 
"l_commitdate": "1995-07-01", "l_receiptdate": "1995-08-14", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "AIR", "l_comment": "press accounts. daringly 
sp" }
-{ "l_orderkey": 227, "l_partkey": 166, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 19, "l_extendedprice": 20257.04d, "l_discount": 0.05d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-12-10", 
"l_commitdate": "1996-01-30", "l_receiptdate": "1995-12-26", "l_shipinstruct": 
"NONE", "l_shipmode": "RAIL", "l_comment": "s cajole furiously a" }
-{ "l_orderkey": 290, "l_partkey": 6, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 35, "l_extendedprice": 31710.0d, "l_discount": 0.01d, "l_tax": 
0.02d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-04-01", 
"l_commitdate": "1994-02-05", "l_receiptdate": "1994-04-27", "l_shipinstruct": 
"NONE", "l_shipmode": "MAIL", "l_comment": "ove the final foxes detect slyly 
fluffily" }
-{ "l_orderkey": 325, "l_partkey": 159, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 34, "l_extendedprice": 36011.1d, "l_discount": 0.09d, "l_tax": 
0.04d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1993-10-28", 
"l_commitdate": "1993-12-13", "l_receiptdate": "1993-11-17", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "MAIL", "l_comment": "ly bold deposits. 
always iron" }
-{ "l_orderkey": 355, "l_partkey": 114, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 31, "l_extendedprice": 31437.41d, "l_discount": 0.09d, "l_tax": 
0.07d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1994-07-13", 
"l_commitdate": "1994-08-18", "l_receiptdate": "1994-07-18", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "FOB", "l_comment": "y unusual, ironic" }
-{ "l_orderkey": 389, "l_partkey": 190, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 2, "l_extendedprice": 2180.38d, "l_discount": 0.09d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-04-13", 
"l_commitdate": "1994-04-10", "l_receiptdate": "1994-04-25", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": "fts. courts eat 
blithely even dependenc" }
-{ "l_orderkey": 391, "l_partkey": 122, "l_suppkey": 1, "l_linenumber": 1, 

[17/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
index 194ac75..f93f63e 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
@@ -1,8 +1,8 @@
-{ "a": "Query Processing in Multidatabase Systems.", "b": "Dynamic Query 
Optimization and Query Processing in Multidatabase Systems 1.", "jacc": 
0.527027f }
-{ "a": "Transaction Management in Multidatabase Systems.", "b": "Overview of 
Multidatabase Transaction Management", "jacc": 0.55932206f }
-{ "a": "Transaction Management in Multidatabase Systems.", "b": "Overview of 
Multidatabase Transaction Management", "jacc": 0.55932206f }
-{ "a": "Active Database Systems.", "b": "Active Database Systems", "jacc": 
0.95454544f }
-{ "a": "Integrated Office Systems.", "b": "Integrated Office Systems", "jacc": 
0.958f }
-{ "a": "Integrated Office Systems.", "b": "Integrated Office Systems", "jacc": 
0.958f }
-{ "a": "A Shared View of Sharing  The Treaty of Orlando.", "b": "A Shared View 
of Sharing  The Treaty of Orlando", "jacc": 0.9782609f }
-{ "a": "Specification and Execution of Transactional Workflows.", "b": 
"Specification and Execution of Transactional Workflows", "jacc": 0.9811321f }
+{ "a": "Query Processing in Multidatabase Systems.", "b": "Dynamic Query 
Optimization and Query Processing in Multidatabase Systems 1.", "jacc": 
0.527027 }
+{ "a": "Transaction Management in Multidatabase Systems.", "b": "Overview of 
Multidatabase Transaction Management", "jacc": 0.55932206 }
+{ "a": "Transaction Management in Multidatabase Systems.", "b": "Overview of 
Multidatabase Transaction Management", "jacc": 0.55932206 }
+{ "a": "Active Database Systems.", "b": "Active Database Systems", "jacc": 
0.95454544 }
+{ "a": "Integrated Office Systems.", "b": "Integrated Office Systems", "jacc": 
0.958 }
+{ "a": "Integrated Office Systems.", "b": "Integrated Office Systems", "jacc": 
0.958 }
+{ "a": "A Shared View of Sharing  The Treaty of Orlando.", "b": "A Shared View 
of Sharing  The Treaty of Orlando", "jacc": 0.9782609 }
+{ "a": "Specification and Execution of Transactional Workflows.", "b": 
"Specification and Execution of Transactional Workflows", "jacc": 0.9811321 }

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/olist-jaccard-inline/olist-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/olist-jaccard-inline/olist-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/olist-jaccard-inline/olist-jaccard-inline.1.adm
index 547a0e7..00ef8bd 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/olist-jaccard-inline/olist-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join-noeqjoin/olist-jaccard-inline/olist-jaccard-inline.1.adm
@@ -1,115 +1,115 @@
-{ "a": [ "Bass", "Wine" ], "b": [ "Bass", "Wine" ], "jacc": 1.0f }
-{ "a": [ "Music", "Databases" ], "b": [ "Databases", "Music" ], "jacc": 1.0f }
-{ "a": [ "Music", "Databases" ], "b": [ "Databases", "Music" ], "jacc": 1.0f }
-{ "a": [ "Music", "Databases" ], "b": [ "Music", "Databases" ], "jacc": 1.0f }
-{ "a": [ "Music", "Databases" ], "b": [ "Databases", "Music" ], "jacc": 1.0f }
-{ "a": [ "Wine", "Walking" ], "b": [ "Wine", "Walking" ], "jacc": 1.0f }
-{ "a": [ "Wine", "Walking" ], "b": [ "Walking", "Wine" ], "jacc": 1.0f }
-{ "a": [ "Base Jumping", "Cigars", "Movies" ], "b": [ "Base Jumping", 
"Cigars", "Movies" ], "jacc": 1.0f }
-{ "a": [ "Skiing", "Walking" ], "b": [ "Skiing", "Walking" ], "jacc": 1.0f }
-{ "a": [ "Base Jumping", "Music" ], "b": [ "Music", "Base Jumping" ], "jacc": 
1.0f }
-{ "a": [ "Base Jumping", "Music" ], "b": [ "Music", "Base Jumping" ], "jacc": 
1.0f }
-{ "a": [ "Fishing", "Video Games" ], "b": [ "Video Games", "Fishing" ], 
"jacc": 1.0f }
-{ "a": [ "Base Jumping", "Skiing" ], "b": [ "Skiing", "Base Jumping" ], 
"jacc": 1.0f }
-{ "a": [ "Base Jumping", "Skiing" ], "b": [ "Base Jumping", "Skiing" ], 
"jacc": 1.0f }
-{ "a": [ "Skiing", "Bass" ], "b": 

[37/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/using-constant-merge-policy/using-constant-merge-policy.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/using-constant-merge-policy/using-constant-merge-policy.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/using-constant-merge-policy/using-constant-merge-policy.1.adm
index 0d69984..199ac15 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/using-constant-merge-policy/using-constant-merge-policy.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/using-constant-merge-policy/using-constant-merge-policy.1.adm
@@ -1,167 +1,167 @@
-{ "l_orderkey": 36, "l_partkey": 120, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 42, "l_extendedprice": 42845.04d, "l_discount": 0.09d, "l_tax": 
0.0d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-02-03", 
"l_commitdate": "1996-01-21", "l_receiptdate": "1996-02-23", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "SHIP", "l_comment": " careful courts. special " }
-{ "l_orderkey": 68, "l_partkey": 8, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 3, "l_extendedprice": 2724.0d, "l_discount": 0.05d, "l_tax": 
0.02d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1998-07-04", 
"l_commitdate": "1998-06-05", "l_receiptdate": "1998-07-21", "l_shipinstruct": 
"NONE", "l_shipmode": "RAIL", "l_comment": "fully special instructions cajole. 
furious" }
-{ "l_orderkey": 162, "l_partkey": 190, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 2, "l_extendedprice": 2180.38d, "l_discount": 0.02d, "l_tax": 
0.01d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-09-02", 
"l_commitdate": "1995-06-17", "l_receiptdate": "1995-09-08", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "FOB", "l_comment": "es! final somas integrate" }
-{ "l_orderkey": 192, "l_partkey": 98, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 23, "l_extendedprice": 22956.07d, "l_discount": 0.0d, "l_tax": 
0.0d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1998-02-05", 
"l_commitdate": "1998-02-06", "l_receiptdate": "1998-03-07", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "AIR", "l_comment": "ly pending theodolites 
haggle quickly fluf" }
-{ "l_orderkey": 197, "l_partkey": 99, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 39, "l_extendedprice": 38964.51d, "l_discount": 0.02d, "l_tax": 
0.04d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-07-21", 
"l_commitdate": "1995-07-01", "l_receiptdate": "1995-08-14", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "AIR", "l_comment": "press accounts. daringly 
sp" }
-{ "l_orderkey": 227, "l_partkey": 166, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 19, "l_extendedprice": 20257.04d, "l_discount": 0.05d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1995-12-10", 
"l_commitdate": "1996-01-30", "l_receiptdate": "1995-12-26", "l_shipinstruct": 
"NONE", "l_shipmode": "RAIL", "l_comment": "s cajole furiously a" }
-{ "l_orderkey": 290, "l_partkey": 6, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 35, "l_extendedprice": 31710.0d, "l_discount": 0.01d, "l_tax": 
0.02d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-04-01", 
"l_commitdate": "1994-02-05", "l_receiptdate": "1994-04-27", "l_shipinstruct": 
"NONE", "l_shipmode": "MAIL", "l_comment": "ove the final foxes detect slyly 
fluffily" }
-{ "l_orderkey": 325, "l_partkey": 159, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 34, "l_extendedprice": 36011.1d, "l_discount": 0.09d, "l_tax": 
0.04d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1993-10-28", 
"l_commitdate": "1993-12-13", "l_receiptdate": "1993-11-17", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "MAIL", "l_comment": "ly bold deposits. 
always iron" }
-{ "l_orderkey": 355, "l_partkey": 114, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 31, "l_extendedprice": 31437.41d, "l_discount": 0.09d, "l_tax": 
0.07d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1994-07-13", 
"l_commitdate": "1994-08-18", "l_receiptdate": "1994-07-18", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "FOB", "l_comment": "y unusual, ironic" }
-{ "l_orderkey": 389, "l_partkey": 190, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 2, "l_extendedprice": 2180.38d, "l_discount": 0.09d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-04-13", 
"l_commitdate": "1994-04-10", "l_receiptdate": "1994-04-25", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": "fts. courts eat 
blithely even dependenc" }
-{ "l_orderkey": 391, "l_partkey": 122, "l_suppkey": 1, "l_linenumber": 1, 
"l_quantity": 14, "l_extendedprice": 14309.68d, "l_discount": 0.09d, "l_tax": 
0.02d, "l_returnflag": "R", 

[09/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index/index-selection/range-search/range-search.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index/index-selection/range-search/range-search.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index/index-selection/range-search/range-search.1.adm
index 3e85ff0..c281925 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index/index-selection/range-search/range-search.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/nested-index/index-selection/range-search/range-search.1.adm
@@ -1,2978 +1,2978 @@
-{ "l_orderkey": 1, "l_partkey": 68, "l_suppkey": 9, "l_linenumber": 2, 
"l_quantity": 36.0d, "l_extendedprice": 34850.16d, "l_discount": 0.09d, 
"l_tax": 0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": 
"1996-04-12", "l_commitdate": "1996-02-28", "l_receiptdate": "1996-04-20", 
"l_shipinstruct": "TAKE BACK RETURN", "l_shipmode": "MAIL", "l_comment": "ly 
final dependencies: slyly bold " }
-{ "l_orderkey": 1, "l_partkey": 3, "l_suppkey": 6, "l_linenumber": 4, 
"l_quantity": 28.0d, "l_extendedprice": 25284.0d, "l_discount": 0.09d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-04-21", 
"l_commitdate": "1996-03-30", "l_receiptdate": "1996-05-16", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "lites. fluffily even de" }
-{ "l_orderkey": 1, "l_partkey": 25, "l_suppkey": 8, "l_linenumber": 5, 
"l_quantity": 24.0d, "l_extendedprice": 22200.48d, "l_discount": 0.1d, "l_tax": 
0.04d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-03-30", 
"l_commitdate": "1996-03-14", "l_receiptdate": "1996-04-01", "l_shipinstruct": 
"NONE", "l_shipmode": "FOB", "l_comment": " pending foxes. slyly re" }
-{ "l_orderkey": 3, "l_partkey": 20, "l_suppkey": 10, "l_linenumber": 2, 
"l_quantity": 49.0d, "l_extendedprice": 45080.98d, "l_discount": 0.1d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1993-11-09", 
"l_commitdate": "1993-12-20", "l_receiptdate": "1993-11-24", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": " unusual accounts. eve" 
}
-{ "l_orderkey": 3, "l_partkey": 129, "l_suppkey": 8, "l_linenumber": 3, 
"l_quantity": 27.0d, "l_extendedprice": 27786.24d, "l_discount": 0.06d, 
"l_tax": 0.07d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": 
"1994-01-16", "l_commitdate": "1993-11-22", "l_receiptdate": "1994-01-23", 
"l_shipinstruct": "DELIVER IN PERSON", "l_shipmode": "SHIP", "l_comment": "nal 
foxes wake. " }
-{ "l_orderkey": 3, "l_partkey": 63, "l_suppkey": 8, "l_linenumber": 6, 
"l_quantity": 26.0d, "l_extendedprice": 25039.56d, "l_discount": 0.1d, "l_tax": 
0.02d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1993-10-29", 
"l_commitdate": "1993-12-18", "l_receiptdate": "1993-11-04", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": "ges sleep after the 
caref" }
-{ "l_orderkey": 4, "l_partkey": 89, "l_suppkey": 10, "l_linenumber": 1, 
"l_quantity": 30.0d, "l_extendedprice": 29672.4d, "l_discount": 0.03d, "l_tax": 
0.08d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-10", 
"l_commitdate": "1995-12-14", "l_receiptdate": "1996-01-18", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "REG AIR", "l_comment": "- quickly regular 
packages sleep. idly" }
-{ "l_orderkey": 5, "l_partkey": 109, "l_suppkey": 10, "l_linenumber": 1, 
"l_quantity": 15.0d, "l_extendedprice": 15136.5d, "l_discount": 0.02d, "l_tax": 
0.04d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-10-31", 
"l_commitdate": "1994-08-31", "l_receiptdate": "1994-11-20", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "ts wake furiously " }
-{ "l_orderkey": 6, "l_partkey": 140, "l_suppkey": 6, "l_linenumber": 1, 
"l_quantity": 37.0d, "l_extendedprice": 38485.18d, "l_discount": 0.08d, 
"l_tax": 0.03d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": 
"1992-04-27", "l_commitdate": "1992-05-15", "l_receiptdate": "1992-05-02", 
"l_shipinstruct": "TAKE BACK RETURN", "l_shipmode": "TRUCK", "l_comment": "p 
furiously special foxes" }
-{ "l_orderkey": 7, "l_partkey": 95, "l_suppkey": 8, "l_linenumber": 3, 
"l_quantity": 46.0d, "l_extendedprice": 45774.14d, "l_discount": 0.1d, "l_tax": 
0.07d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-15", 
"l_commitdate": "1996-03-27", "l_receiptdate": "1996-02-03", "l_shipinstruct": 
"COLLECT COD", "l_shipmode": "MAIL", "l_comment": " unusual reques" }
-{ "l_orderkey": 7, "l_partkey": 80, "l_suppkey": 10, "l_linenumber": 6, 
"l_quantity": 35.0d, "l_extendedprice": 34302.8d, "l_discount": 0.06d, "l_tax": 
0.03d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-16", 

[15/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/ulist-jaccard-inline/ulist-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/ulist-jaccard-inline/ulist-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/ulist-jaccard-inline/ulist-jaccard-inline.1.adm
index c785d6e..2f9372c 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/ulist-jaccard-inline/ulist-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/inverted-index-join/ulist-jaccard-inline/ulist-jaccard-inline.1.adm
@@ -1,115 +1,115 @@
-{ "a": { "cid": 2, "name": "Elin Debell", "age": 82, "address": { "number": 
5649, "street": "Hill St.", "city": "Portland" }, "interests": {{ "Bass", 
"Wine" }}, "children": [ { "name": "Elvina Debell" }, { "name": "Renaldo 
Debell", "age": 51 }, { "name": "Divina Debell", "age": 57 } ] }, "b": { "cid": 
897, "name": "Gerald Roehrman", "interests": {{ "Bass", "Wine" }}, "children": 
[ { "name": "Virgie Roehrman", "age": 28 }, { "name": "Akiko Roehrman", "age": 
59 }, { "name": "Robbie Roehrman", "age": 10 }, { "name": "Flavia Roehrman" } ] 
}, "jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": {{ "Music", 
"Databases" }}, "children": [ { "name": "Deirdre Naifeh" }, { "name": 
"Jacquelyne Naifeh", "age": 39 } ] }, "b": { "cid": 215, "name": "Ashton 
Schadegg", "interests": {{ "Databases", "Music" }}, "children": [ { "name": 
"Ciara Schadegg" }, { "name": "Karisa Schadegg", "age": 11 }, { "name": "Hayden 
Schadegg", "age": 44 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": {{ "Music", 
"Databases" }}, "children": [ { "name": "Deirdre Naifeh" }, { "name": 
"Jacquelyne Naifeh", "age": 39 } ] }, "b": { "cid": 228, "name": "Donnette 
Brumbley", "interests": {{ "Databases", "Music" }}, "children": [ { "name": 
"Madlyn Brumbley" }, { "name": "Apolonia Brumbley", "age": 13 }, { "name": 
"Stephine Brumbley" }, { "name": "Zelma Brumbley", "age": 51 } ] }, "jacc": 
1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": {{ "Music", 
"Databases" }}, "children": [ { "name": "Deirdre Naifeh" }, { "name": 
"Jacquelyne Naifeh", "age": 39 } ] }, "b": { "cid": 731, "name": "Yajaira 
Orto", "interests": {{ "Music", "Databases" }}, "children": [ { "name": "Eliz 
Orto", "age": 17 }, { "name": "Gisela Orto" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 5, "name": "Heide Naifeh", "interests": {{ "Music", 
"Databases" }}, "children": [ { "name": "Deirdre Naifeh" }, { "name": 
"Jacquelyne Naifeh", "age": 39 } ] }, "b": { "cid": 795, "name": "Sharilyn 
Branstad", "interests": {{ "Databases", "Music" }}, "children": [ { "name": 
"Ashlee Branstad", "age": 24 }, { "name": "Bobbye Branstad", "age": 26 }, { 
"name": "Natalya Branstad" }, { "name": "Edith Branstad" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 11, "name": "Meta Simek", "age": 13, "address": { "number": 
4384, "street": "7th St.", "city": "San Jose" }, "interests": {{ "Wine", 
"Walking" }}, "children": [ { "name": "Oretha Simek" }, { "name": "Terence 
Simek" } ] }, "b": { "cid": 389, "name": "Loraine Morfee", "age": 72, 
"address": { "number": 2945, "street": "Lake St.", "city": "Seattle" }, 
"interests": {{ "Wine", "Walking" }}, "children": [ { "name": "Berry Morfee", 
"age": 30 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 11, "name": "Meta Simek", "age": 13, "address": { "number": 
4384, "street": "7th St.", "city": "San Jose" }, "interests": {{ "Wine", 
"Walking" }}, "children": [ { "name": "Oretha Simek" }, { "name": "Terence 
Simek" } ] }, "b": { "cid": 607, "name": "Bert Garigliano", "age": 71, 
"address": { "number": 3881, "street": "Washington St.", "city": "San Jose" }, 
"interests": {{ "Walking", "Wine" }}, "children": [ { "name": "Junior 
Garigliano", "age": 42 }, { "name": "Willa Garigliano", "age": 21 }, { "name": 
"Carlo Garigliano" } ] }, "jacc": 1.0f }
-{ "a": { "cid": 17, "name": "Ingeborg Monkhouse", "interests": {{ "Base 
Jumping", "Cigars", "Movies" }}, "children": [  ] }, "b": { "cid": 156, "name": 
"Bobbye Kauppi", "age": 79, "address": { "number": 2051, "street": "Hill St.", 
"city": "Sunnyvale" }, "interests": {{ "Base Jumping", "Cigars", "Movies" }}, 
"children": [  ] }, "jacc": 1.0f }
-{ "a": { "cid": 27, "name": "Hollie Hyun", "interests": {{ "Skiing", "Walking" 
}}, "children": [ { "name": "Morton Hyun" }, { "name": "Farrah Hyun", "age": 40 
}, { "name": "Ali Hyun" } ] }, "b": { "cid": 542, "name": "Eveline Smedley", 
"age": 50, "address": { "number": 5513, "street": "Oak St.", "city": "San Jose" 
}, "interests": {{ "Skiing", "Walking" }}, "children": [ { "name": "Lynsey 
Smedley", "age": 26 } ] }, "jacc": 1.0f }
-{ "a": { "cid": 32, "name": "Tia Berkley", "age": 30, 

[40/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/delete-from-loaded-dataset/delete-from-loaded-dataset.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/delete-from-loaded-dataset/delete-from-loaded-dataset.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/delete-from-loaded-dataset/delete-from-loaded-dataset.1.adm
index 7039cfe..0c2fa2d 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/delete-from-loaded-dataset/delete-from-loaded-dataset.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/dml/delete-from-loaded-dataset/delete-from-loaded-dataset.1.adm
@@ -1,25 +1,25 @@
-{ "l_orderkey": 1, "l_partkey": 156, "l_suppkey": 4, "l_linenumber": 1, 
"l_quantity": 17, "l_extendedprice": 17954.55d, "l_discount": 0.04d, "l_tax": 
0.02d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-03-13", 
"l_commitdate": "1996-02-12", "l_receiptdate": "1996-03-22", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "TRUCK", "l_comment": "egular courts above 
the" }
-{ "l_orderkey": 1, "l_partkey": 68, "l_suppkey": 9, "l_linenumber": 2, 
"l_quantity": 36, "l_extendedprice": 34850.16d, "l_discount": 0.09d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-04-12", 
"l_commitdate": "1996-02-28", "l_receiptdate": "1996-04-20", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "MAIL", "l_comment": "ly final dependencies: 
slyly bold " }
-{ "l_orderkey": 1, "l_partkey": 64, "l_suppkey": 5, "l_linenumber": 3, 
"l_quantity": 8, "l_extendedprice": 7712.48d, "l_discount": 0.1d, "l_tax": 
0.02d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-29", 
"l_commitdate": "1996-03-05", "l_receiptdate": "1996-01-31", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "REG AIR", "l_comment": "riously. regular, 
express dep" }
-{ "l_orderkey": 1, "l_partkey": 3, "l_suppkey": 6, "l_linenumber": 4, 
"l_quantity": 28, "l_extendedprice": 25284.0d, "l_discount": 0.09d, "l_tax": 
0.06d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-04-21", 
"l_commitdate": "1996-03-30", "l_receiptdate": "1996-05-16", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "lites. fluffily even de" }
-{ "l_orderkey": 1, "l_partkey": 25, "l_suppkey": 8, "l_linenumber": 5, 
"l_quantity": 24, "l_extendedprice": 22200.48d, "l_discount": 0.1d, "l_tax": 
0.04d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-03-30", 
"l_commitdate": "1996-03-14", "l_receiptdate": "1996-04-01", "l_shipinstruct": 
"NONE", "l_shipmode": "FOB", "l_comment": " pending foxes. slyly re" }
-{ "l_orderkey": 1, "l_partkey": 16, "l_suppkey": 3, "l_linenumber": 6, 
"l_quantity": 32, "l_extendedprice": 29312.32d, "l_discount": 0.07d, "l_tax": 
0.02d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1996-01-30", 
"l_commitdate": "1996-02-07", "l_receiptdate": "1996-02-03", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "MAIL", "l_comment": "arefully slyly ex" }
-{ "l_orderkey": 2, "l_partkey": 107, "l_suppkey": 2, "l_linenumber": 1, 
"l_quantity": 38, "l_extendedprice": 38269.8d, "l_discount": 0.0d, "l_tax": 
0.05d, "l_returnflag": "N", "l_linestatus": "O", "l_shipdate": "1997-01-28", 
"l_commitdate": "1997-01-14", "l_receiptdate": "1997-02-02", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": "ven requests. deposits 
breach a" }
-{ "l_orderkey": 3, "l_partkey": 5, "l_suppkey": 2, "l_linenumber": 1, 
"l_quantity": 45, "l_extendedprice": 40725.0d, "l_discount": 0.06d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1994-02-02", 
"l_commitdate": "1994-01-04", "l_receiptdate": "1994-02-23", "l_shipinstruct": 
"NONE", "l_shipmode": "AIR", "l_comment": "ongside of the furiously brave acco" 
}
-{ "l_orderkey": 3, "l_partkey": 20, "l_suppkey": 10, "l_linenumber": 2, 
"l_quantity": 49, "l_extendedprice": 45080.98d, "l_discount": 0.1d, "l_tax": 
0.0d, "l_returnflag": "R", "l_linestatus": "F", "l_shipdate": "1993-11-09", 
"l_commitdate": "1993-12-20", "l_receiptdate": "1993-11-24", "l_shipinstruct": 
"TAKE BACK RETURN", "l_shipmode": "RAIL", "l_comment": " unusual accounts. eve" 
}
-{ "l_orderkey": 3, "l_partkey": 129, "l_suppkey": 8, "l_linenumber": 3, 
"l_quantity": 27, "l_extendedprice": 27786.24d, "l_discount": 0.06d, "l_tax": 
0.07d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1994-01-16", 
"l_commitdate": "1993-11-22", "l_receiptdate": "1994-01-23", "l_shipinstruct": 
"DELIVER IN PERSON", "l_shipmode": "SHIP", "l_comment": "nal foxes wake. " }
-{ "l_orderkey": 3, "l_partkey": 30, "l_suppkey": 5, "l_linenumber": 4, 
"l_quantity": 2, "l_extendedprice": 1860.06d, "l_discount": 0.01d, "l_tax": 
0.06d, "l_returnflag": "A", "l_linestatus": "F", "l_shipdate": "1993-12-04", 
"l_commitdate": 

[45/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/big-object/big_object_sort/sort.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/big-object/big_object_sort/sort.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/big-object/big_object_sort/sort.1.adm
index f078bf2..04cbc15 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/big-object/big_object_sort/sort.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/big-object/big_object_sort/sort.1.adm
@@ -1,1500 +1,1500 @@
-{ "custkey": 1i32, "orderkey": 102i32, "len-comment": 78, "comment": " slyly 
according to the asymptotes. carefully final packages integrate furious" }
-{ "custkey": 1i32, "orderkey": 164i32, "len-comment": 78, "comment": "cajole 
ironic courts. slyly final ideas are slyly. blithely final Tiresias sub" }
-{ "custkey": 1i32, "orderkey": 320i32, "len-comment": 21, "comment": "ar foxes 
nag blithely" }
-{ "custkey": 1i32, "orderkey": 739i32, "len-comment": 51, "comment": " against 
the slyly ironic packages nag slyly ironic" }
-{ "custkey": 1i32, "orderkey": 1602i32, "len-comment": 58, "comment": 
"deposits. busily silent instructions haggle furiously. fin" }
-{ "custkey": 2i32, "orderkey": 353i32, "len-comment": 64, "comment": " quiet 
ideas sleep. even instructions cajole slyly. silently spe" }
-{ "custkey": 2i32, "orderkey": 896i32, "len-comment": 73, "comment": "inal 
packages eat blithely according to the warhorses. furiously quiet de" }
-{ "custkey": 2i32, "orderkey": 994i32, "len-comment": 33, "comment": "ole. 
slyly bold excuses nag caref" }
-{ "custkey": 2i32, "orderkey": 1504i32, "len-comment": 25, "comment": ", brave 
deposits. bold de" }
-{ "custkey": 2i32, "orderkey": 1603i32, "len-comment": 28, "comment": "s. 
slyly silent deposits boo" }
-{ "custkey": 2i32, "orderkey": 1669i32, "len-comment": 47, "comment": "er 
ironic requests detect furiously blithely sp" }
-{ "custkey": 2i32, "orderkey": 4704i32, "len-comment": 50, "comment": "lithely 
final requests about the fluffily regular " }
-{ "custkey": 2i32, "orderkey": 5507i32, "len-comment": 49, "comment": "the 
carefully ironic instructions are quickly iro" }
-{ "custkey": 2i32, "orderkey": 5893i32, "len-comment": 58, "comment": "final 
sentiments. instructions boost above the never speci" }
-{ "custkey": 4i32, "orderkey": 71i32, "len-comment": 42, "comment": " express 
deposits along the blithely regul" }
-{ "custkey": 4i32, "orderkey": 224i32, "len-comment": 36, "comment": "r the 
quickly thin courts. carefully" }
-{ "custkey": 4i32, "orderkey": 358i32, "len-comment": 50, "comment": "l, 
silent instructions are slyly. silently even de" }
-{ "custkey": 4i32, "orderkey": 387i32, "len-comment": 68, "comment": " are 
carefully among the quickly even deposits. furiously silent req" }
-{ "custkey": 4i32, "orderkey": 865i32, "len-comment": 76, "comment": ". 
special packages wake after the carefully final accounts. express pinto be" }
-{ "custkey": 4i32, "orderkey": 1024i32, "len-comment": 56, "comment": " 
blithely. even, express theodolites cajole slyly across" }
-{ "custkey": 4i32, "orderkey": 1031i32, "len-comment": 44, "comment": "s; 
ironic theodolites along the carefully ex" }
-{ "custkey": 4i32, "orderkey": 1635i32, "len-comment": 37, "comment": "s. 
slyly ironic requests affix slyly " }
-{ "custkey": 4i32, "orderkey": 1696i32, "len-comment": 44, "comment": "bravely 
bold accounts above the quickly bold" }
-{ "custkey": 4i32, "orderkey": 2374i32, "len-comment": 43, "comment": " 
blithely regular packages. blithely unusua" }
-{ "custkey": 4i32, "orderkey": 2980i32, "len-comment": 34, "comment": "y quick 
pinto beans wake. slyly re" }
-{ "custkey": 4i32, "orderkey": 3266i32, "len-comment": 43, "comment": "refully 
ironic instructions. slyly final pi" }
-{ "custkey": 4i32, "orderkey": 3329i32, "len-comment": 46, "comment": "old 
deposits. special accounts haggle furiousl" }
-{ "custkey": 4i32, "orderkey": 3427i32, "len-comment": 49, "comment": "y final 
pinto beans snooze fluffily bold asymptot" }
-{ "custkey": 4i32, "orderkey": 3623i32, "len-comment": 40, "comment": "- 
ironic excuses boost quickly in place " }
-{ "custkey": 4i32, "orderkey": 4100i32, "len-comment": 68, "comment": "posits. 
carefully unusual packages use pending deposits. regular she" }
-{ "custkey": 4i32, "orderkey": 4165i32, "len-comment": 64, "comment": "special 
foxes affix never blithely ironic pinto beans; blithely " }
-{ "custkey": 4i32, "orderkey": 4193i32, "len-comment": 61, "comment": "ng 
accounts haggle quickly. packages use fluffily ironic excu" }
-{ "custkey": 4i32, "orderkey": 4263i32, "len-comment": 58, "comment": "sly 
ruthless deposits. final packages are instructions. fu" }
-{ "custkey": 4i32, "orderkey": 4355i32, "len-comment": 42, "comment": 
"ndencies use furiously 

[22/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-csx-3_5.3.1/dblp-csx-3_5.3.1.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-csx-3_5.3.1/dblp-csx-3_5.3.1.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-csx-3_5.3.1/dblp-csx-3_5.3.1.1.adm
index 256ab3a..a0502f8 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-csx-3_5.3.1/dblp-csx-3_5.3.1.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/fuzzyjoin/dblp-csx-3_5.3.1/dblp-csx-3_5.3.1.1.adm
@@ -1,7 +1,7 @@
-{ "dblp": { "id": 1, "dblpid": "books/acm/kim95/AnnevelinkACFHK95", "title": 
"Object SQL - A Language for the Design and Implementation of Object 
Databases.", "authors": "Jurgen Annevelink Rafiul Ahad Amelia Carlson Daniel H. 
Fishman Michael L. Heytens William Kent", "misc": "2002-01-03 42-68 1995 Modern 
Database Systems db/books/collections/kim95.html#AnnevelinkACFHK95" }, "csx": { 
"id": 1, "csxid": "oai CiteSeerXPSU 10.1.1.39.1830", "title": "Object SQL - A 
Language for the Design and Implementation of Object Databases", "authors": 
"Jurgen Annevelink Rafiul Ahad Amelia Carlson Dan Fishman Mike Heytens William 
Kent", "misc": "2009-04-13 ly, a function application expression consists of 
two expressions  a function reference (labelled func_ref in Figure 3 line 2), 
and an argument (labelled arg). The func_ref expression evaluates to a (generic 
or specific) function identifier, which may be the same as the function that 
the expression is a part of, thus allowing recursive function invo
 cations. The expression labelled arg evaluates to an arbitrary object or 
aggregate object. The semantics of evaluating function applications was 
discussed in detail in section 2. For example, to set the name of a person, we 
evaluate the following expression   FunAssign(function name.person) (p1,'John') 
 In this example, the first expression is itself a function call, applying the 
function FunAssign to the function name.person (an example of a specific 
function reference). This returns the oid of the function that sets a person's 
name, which is subsequently applied to a tuple of two elements, the oid of the 
person and the new name (a string o... CiteSeerX ACM Press 2009-04-13 
2007-11-22 1994 application/postscript text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.1830 http 
//www.tu-chemnitz.de/~igrdb/docs/OpenODB/osql.ps.gz en 10.1.1.31.2534 
10.1.1.28.4658 10.1.1.44.5947 10.1.1.39.199 Metadata may be used without 
restrictions as long as the oai identifier remains attach
 ed to it." }, "sim": 1.0f }
-{ "dblp": { "id": 5, "dblpid": "books/acm/kim95/DayalHW95", "title": "Active 
Database Systems.", "authors": "Umeshwar Dayal Eric N. Hanson Jennifer Widom", 
"misc": "2002-01-03 434-456 1995 Modern Database Systems 
db/books/collections/kim95.html#DayalHW95" }, "csx": { "id": 98, "csxid": "oai 
CiteSeerXPSU 10.1.1.49.2910", "title": "Active Database Systems", "authors": 
"Umeshwar Dayal Eric N. Hanson Jennifer Widom", "misc": "2009-04-12 In Won Kim 
editor Modern Database Systems The Object Model Integrating a production rules 
facility into a database system provides a uniform mechanism for a number of 
advanced database features including integrity constraint enforcement, derived 
data maintenance, triggers, alerters, protection, version control, and others. 
In addition, a database system with rule processing capabilities provides a 
useful platform for large and efficient knowledge-base and expert systems. 
Database systems with production rules are referred to as active database 
systems, a
 nd the field of active database systems has indeed been active. This chapter 
summarizes current work in active database systems  topics covered include 
active database rule models and languages, rule execution semantics, and 
implementation issues.  1 Introduction  Conventional database systems are 
passive  they only execute queries or transactions explicitly submitted by a 
user or an application program. For many applications, however, it is important 
to monitor situations of interest, and to ... CiteSeerX ACM Press 2009-04-12 
2007-11-22 1994 application/postscript text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.49.2910 http 
//www-db.stanford.edu/pub/papers/book-chapter.ps en 10.1.1.17.1323 
10.1.1.143.7196 10.1.1.50.3821 10.1.1.51.9946 10.1.1.41.2030 10.1.1.46.2504 
10.1.1.52.4421 10.1.1.38.2083 10.1.1.34.661 10.1.1.103.7630 10.1.1.100.9015 
10.1.1.97.1699 10.1.1.107.4220 10.1.1.47.9217 10.1.1.133.7157 10.1.1.101.5051 
10.1.1.30.9989 10.1.1.53.6941 10.1.1.50.8529 10.1.1.13
 3.4287 10.1.1.50.7278 10.1.1.10.1688 10.1.1.19.8669 10.1.1.44.7600 
10.1.1.144.376 10.1.1.44.1348 10.1.1.47.9998 10.1.1.90.4428 10.1.1.108.344 
10.1.1.48.9470 

[50/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/metadata/results/basic/metadata_index/metadata_index.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/metadata/results/basic/metadata_index/metadata_index.1.adm
 
b/asterixdb/asterix-app/src/test/resources/metadata/results/basic/metadata_index/metadata_index.1.adm
index f6e6dce..3a48c22 100644
--- 
a/asterixdb/asterix-app/src/test/resources/metadata/results/basic/metadata_index/metadata_index.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/metadata/results/basic/metadata_index/metadata_index.1.adm
@@ -1,13 +1,13 @@
-{ "DataverseName": "Metadata", "DatasetName": "CompactionPolicy", "IndexName": 
"CompactionPolicy", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" 
], [ "CompactionPolicy" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 
12:12:59 PST 2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Dataset", "IndexName": 
"Dataset", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"DatasetName" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 
2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "DatasourceAdapter", 
"IndexName": "DatasourceAdapter", "IndexStructure": "BTREE", "SearchKey": [ [ 
"DataverseName" ], [ "Name" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 
12:12:59 PST 2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Datatype", "IndexName": 
"Datatype", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"DatatypeName" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 
2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Dataverse", "IndexName": 
"Dataverse", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ] ], 
"IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 2015", "PendingOp": 
0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "ExternalFile", "IndexName": 
"ExternalFile", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], 
[ "DatasetName" ], [ "FileNumber" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 
17 12:12:59 PST 2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Feed", "IndexName": "Feed", 
"IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ "FeedName" ] 
], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 2015", "PendingOp": 
0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "FeedPolicy", "IndexName": 
"FeedPolicy", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"PolicyName" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 
2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Function", "IndexName": 
"Function", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"Name" ], [ "Arity" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 
PST 2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Index", "IndexName": "Index", 
"IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ "DatasetName" 
], [ "IndexName" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 
2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Library", "IndexName": 
"Library", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"Name" ] ], "IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 2015", 
"PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Node", "IndexName": "Node", 
"IndexStructure": "BTREE", "SearchKey": [ [ "NodeName" ] ], "IsPrimary": true, 
"Timestamp": "Thu Dec 17 12:12:59 PST 2015", "PendingOp": 0i32 }
-{ "DataverseName": "Metadata", "DatasetName": "Nodegroup", "IndexName": 
"Nodegroup", "IndexStructure": "BTREE", "SearchKey": [ [ "GroupName" ] ], 
"IsPrimary": true, "Timestamp": "Thu Dec 17 12:12:59 PST 2015", "PendingOp": 
0i32 }
\ No newline at end of file
+{ "DataverseName": "Metadata", "DatasetName": "CompactionPolicy", "IndexName": 
"CompactionPolicy", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" 
], [ "CompactionPolicy" ] ], "IsPrimary": true, "Timestamp": "Tue Jun 21 
15:54:20 PDT 2016", "PendingOp": 0 }
+{ "DataverseName": "Metadata", "DatasetName": "Dataset", "IndexName": 
"Dataset", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"DatasetName" ] ], "IsPrimary": true, "Timestamp": "Tue Jun 21 15:54:20 PDT 
2016", "PendingOp": 0 }
+{ "DataverseName": "Metadata", "DatasetName": "DatasourceAdapter", 
"IndexName": "DatasourceAdapter", "IndexStructure": "BTREE", "SearchKey": [ [ 
"DataverseName" ], [ "Name" ] ], "IsPrimary": true, "Timestamp": "Tue Jun 21 
15:54:20 PDT 2016", "PendingOp": 0 }
+{ "DataverseName": "Metadata", "DatasetName": "Datatype", "IndexName": 
"Datatype", "IndexStructure": "BTREE", "SearchKey": [ [ "DataverseName" ], [ 
"DatatypeName" ] 

[05/51] [partial] asterixdb git commit: Update adm.grammar and printers for double/float

2016-06-29 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d76a0c0f/asterixdb/asterix-app/src/test/resources/runtimets/results/open-index-enforced/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/open-index-enforced/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/open-index-enforced/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
index c1d8b92..401e9a2 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/results/open-index-enforced/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/results/open-index-enforced/index-join/ngram-jaccard-inline/ngram-jaccard-inline.1.adm
@@ -1,5 +1,5 @@
-{ "arec": { "id": 21, "dblpid": "books/acm/kim95/MengY95", "authors": "Weiyi 
Meng Clement T. Yu", "misc": "2002-01-03 551-572 1995 Modern Database Systems 
db/books/collections/kim95.html#MengY95", "title": "Query Processing in 
Multidatabase Systems." }, "brec": { "id": 89, "csxid": "oai CiteSeerXPSU 
10.1.1.33.8596", "title": "Dynamic Query Optimization and Query Processing in 
Multidatabase Systems 1.", "authors": "Henryk Josinski", "misc": "2009-04-15 
Introduction  The multidatabase system (MDBS) approach, as a solution for 
integrated access to information distributed among diverse data sources, has 
gained a lot of attention in recent years. The multidatabase system is a 
database system which integrates pre--existing databases allowing the users to 
access simultaneously database systems (DBMSs) formulating a global query based 
on a global schema.  The component DBMSs are assumed to be heterogeneous and 
autonomous. Heterogeneity refers to different user interfaces, data models, 
query
  languages, and query optimization strategies [5]. Local autonomy means that 
each DBMS retains complete control over local data and processing. As result of 
this, its cost model may not be available to the global query optimizer.  When 
a global query is submitted, it is decomposed into two types of queries [1]   
-- subqueries, operating on sharable data items from local databases,  -- 
assembling queries, consisting of, CiteSeerX  2009-04-15 2007-11-22 2000 
application/pdf text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.33.8596 http 
//www.edbt2000.uni-konstanz.de/phd-workshop/papers/Josinski.pdf en 
10.1.1.27.4704 10.1.1.51.8352 Metadata may be used without restrictions as long 
as the oai identifier remains attached to it." }, "jacc": 0.527027f }
-{ "arec": { "id": 3, "dblpid": "books/acm/kim95/BreitbartGS95", "authors": 
"Yuri Breitbart Hector Garcia-Molina Abraham Silberschatz", "misc": "2004-03-08 
573-591 Modern Database Systems books/acm/Kim95 
db/books/collections/kim95.html#BreitbartGS95 1995", "title": "Transaction 
Management in Multidatabase Systems." }, "brec": { "id": 85, "csxid": "oai 
CiteSeerXPSU 10.1.1.37.8818", "title": "Overview of Multidatabase Transaction 
Management", "authors": "Yuri Breitbart Hector Garcia-Molina Avi Silberschatz", 
"misc": "2009-06-22 A multidatabase system (MDBS) is a facility that allows 
users access to data located in multiple autonomous database management systems 
(DBMSs). In such a system, global transactions are executed under the control 
of the MDBS. Independently, local transactions are executed under the control 
of the local DBMSs. Each local DBMS integrated by the MDBS may employ a 
different transaction management scheme. In addition, each local DBMS has 
complete control over all tr
 ansactions (global and local) executing at its site, including the ability to 
abort at any point any of the transactions executing at its site. Typically, no 
design or internal DBMS structure changes are allowed in order to accommodate 
the MDBS. Furthermore, the local DBMSs may not be aware of each other, and, as 
a consequence, cannot coordinate their actions. Thus, traditional techniques 
for ensuring transaction atomicity and consistency in homogeneous distributed 
database systems may not be appropriate for an MDBS environment CiteSeerX  
2009-06-22 2007-11-22 1992 text http 
//citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.8818 ftp 
//ftp.cs.utexas.edu/pub/avi/UT-CS-TR-92-21.PS.Z en 10.1.1.101.8988 
10.1.1.130.1772 10.1.1.38.6210 10.1.1.34.3768 10.1.1.36.1275 10.1.1.104.3430 
10.1.1.112.244 10.1.1.94.9106 10.1.1.41.4043 10.1.1.49.5143 10.1.1.59.2034 
10.1.1.53.875 10.1.1.137.5642 10.1.1.41.8832 10.1.1.21.1100 10.1.1.105.3626 
10.1.1.44.773 10.1.1.21.2576 10.1.1.40.6484 10.1.1.14
 4.2713 10.1.1.48.6718 10.1.1.16.6166 10.1.1.40.832 10.1.1.36.2660 
10.1.1.30.3087 10.1.1.47.322 10.1.1.17.6532 10.1.1.33.2301 10.1.1.20.4306 
10.1.1.47.6258 10.1.1.39.9212 10.1.1.46.4334 10.1.1.71.485 10.1.1.43.1405 
10.1.1.49.1308 10.1.1.35.6530 10.1.1.42.5177 10.1.1.54.4068 

asterixdb git commit: Fix for ASTERIXDB-1738: Change feed fails to delete record with meta PK

2017-02-08 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master ecb045e50 -> d195de144


Fix for ASTERIXDB-1738: Change feed fails to delete record with meta PK

Change-Id: I5ce8d9c69f96593ee305cfad4b44e486c9f1d6cc
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1351
Reviewed-by: abdullah alamoudi 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 
Integration-Tests: Jenkins 


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

Branch: refs/heads/master
Commit: d195de1443b0ccf8222770452cced8bcb5c25d5f
Parents: ecb045e
Author: Ildar Absalyamov 
Authored: Tue Dec 6 23:09:20 2016 -0800
Committer: Ildar Absalyamov 
Committed: Mon Feb 6 23:25:33 2017 -0800

--
 asterixdb/asterix-app/pom.xml   |  3 +-
 .../change-feed-with-meta-csv.1.ddl.aql | 61 
 .../change-feed-with-meta-csv.2.update.aql  | 27 +
 .../change-feed-with-meta-csv.3.query.aql   | 30 ++
 .../change-feed-with-meta-csv.4.ddl.aql | 24 
 .../change-feed-with-meta-csv.3.adm |  2 +
 .../src/test/resources/runtimets/testsuite.xml  |  5 ++
 .../external/input/record/CharArrayRecord.java  |  2 +-
 .../src/test/resources/change_feed.csv  |  5 ++
 9 files changed, 157 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d195de14/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 597e328..99e58df 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -101,7 +101,7 @@
 
   
   
-copy-beer-csv
+copy-external-data-resources
 generate-resources
 
   copy-resources
@@ -114,6 +114,7 @@
   
../asterix-external-data/src/test/resources
   
 beer.csv
+change_feed.csv
   
 
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d195de14/asterixdb/asterix-app/src/test/resources/runtimets/queries/feeds/change-feed-with-meta-csv/change-feed-with-meta-csv.1.ddl.aql
--
diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries/feeds/change-feed-with-meta-csv/change-feed-with-meta-csv.1.ddl.aql
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/feeds/change-feed-with-meta-csv/change-feed-with-meta-csv.1.ddl.aql
new file mode 100644
index 000..b695a5d
--- /dev/null
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries/feeds/change-feed-with-meta-csv/change-feed-with-meta-csv.1.ddl.aql
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/*
+ * Description  : Create a dataset with meta part and attempt to load the csv 
file using localFS change feed
+ * Expected Res : Success
+ * Date : 19th Nov 2017
+ */
+ drop dataverse test if exists;
+ create dataverse test;
+ use dataverse test;
+
+ create type TestType as closed {
+ test: string
+ }
+ create type MetaType as {
+ id:int
+ }
+
+ create dataset TestDS(TestType) with meta(MetaType) primary key meta().id;
+ create index TestIdx on TestDS(test);
+ drop feed TestFeed if exists;
+ create feed TestFeed using localfs
+ (
+ ("parser"="record-with-metadata"),
+ ("reader"="localfs"),
+ ("path"="asterix_nc1://target/data/csv/change_feed.csv"),
+ //type of the record
+ ("type-name"="TestType"),
+ //type of the meta record
+ 

asterixdb git commit: Fix a bug in secondary index entry matter/antimatter reconciliation during upsert

2017-02-08 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 910303b46 -> ecb045e50


Fix a bug in secondary index entry matter/antimatter reconciliation during 
upsert

Change-Id: I5d5c4c44f49308757e05bed3a20475abdd3d38e7
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1488
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: abdullah alamoudi 


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

Branch: refs/heads/master
Commit: ecb045e5005822c1e0fcec6c692d37460ebe2ab7
Parents: 910303b
Author: Ildar Absalyamov 
Authored: Mon Feb 6 16:18:11 2017 -0800
Committer: Ildar Absalyamov 
Committed: Mon Feb 6 20:55:40 2017 -0800

--
 .../operators/LSMSecondaryUpsertOperatorNodePushable.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ecb045e5/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMSecondaryUpsertOperatorNodePushable.java
--
diff --git 
a/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMSecondaryUpsertOperatorNodePushable.java
 
b/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMSecondaryUpsertOperatorNodePushable.java
index 1d9ceb4..eab9cc7 100644
--- 
a/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMSecondaryUpsertOperatorNodePushable.java
+++ 
b/asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMSecondaryUpsertOperatorNodePushable.java
@@ -63,10 +63,10 @@ public class LSMSecondaryUpsertOperatorNodePushable extends 
LSMIndexInsertUpdate
 }
 
 public static boolean equals(byte[] a, int aOffset, int aLength, byte[] b, 
int bOffset, int bLength) {
-if (a.length != b.length) {
+if (aLength != bLength) {
 return false;
 }
-for (int i = 0; i < a.length; i++) {
+for (int i = 0; i < aLength; i++) {
 if (a[aOffset + i] != b[bOffset + i]) {
 return false;
 }



asterixdb git commit: Fix ASTERIXDB-1776

2017-02-08 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master d195de144 -> 4bd3f5899


Fix ASTERIXDB-1776

The source of the issue was a deprecated method that failed when two
IODevices share a common prefix in their absolute path

Change-Id: Iba7837b433ce57f99e2c547e8bd1fb0bfc5a31df
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1489
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 
Reviewed-by: Yingyi Bu 
Integration-Tests: Jenkins 


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

Branch: refs/heads/master
Commit: 4bd3f5899e52b9a8594d1e649643eccf54ca1272
Parents: d195de1
Author: Ian Maxon 
Authored: Tue Feb 7 18:27:38 2017 -0800
Committer: Ian Maxon 
Committed: Wed Feb 8 16:36:02 2017 -0800

--
 .../hyracks/api/exceptions/ErrorCode.java   |  2 +
 .../src/main/resources/errormsg/en.properties   |  2 +
 .../apache/hyracks/control/nc/io/IOManager.java | 23 +++-
 .../hyracks-storage-common-test/pom.xml |  4 ++
 .../storage/common/IOManagerPathTest.java   | 55 
 5 files changed, 85 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4bd3f589/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
 
b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
index 963e123..d094368 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
+++ 
b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
@@ -47,6 +47,8 @@ public class ErrorCode {
 public static final int NO_SUCH_NODE = 10;
 public static final int CLASS_LOADING_ISSUE = 11;
 public static final int ILLEGAL_WRITE_AFTER_FLUSH_ATTEMPT = 12;
+public static final int DUPLICATE_IODEVICE = 13;
+public static final int NESTED_IODEVICES = 14;
 
 // Compilation error codes.
 public static final int RULECOLLECTION_NOT_INSTANCE_OF_LIST = 10001;

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4bd3f589/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
 
b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
index 6b74b54..72f7c65 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
+++ 
b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
@@ -31,5 +31,7 @@
 10 = Node %1$s does not exist
 11 = Class loading issue: %1$s
 12 = Invalid attempt to write to a flushed append only metadata page
+13 = Duplicate IODevices are not allowed
+14 = IODevices should not be nested within each other
 
 1 = The given rule collection %1$s is not an instance of the List class.

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4bd3f589/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
 
b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
index 05c9f07..5ccdaa8 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
+++ 
b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/io/IOManager.java
@@ -23,6 +23,8 @@ import java.io.FilenameFilter;
 import java.io.IOException;
 import java.nio.ByteBuffer;
 import java.nio.channels.FileChannel;
+import java.nio.file.Path;
+import java.nio.file.Paths;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
@@ -62,6 +64,7 @@ public class IOManager implements IIOManager {
 
 public IOManager(List devices) throws HyracksDataException 
{
 this.ioDevices = Collections.unmodifiableList(devices);
+  

[asterixdb] Git Push Summary

2017-01-23 Thread imaxon
Repository: asterixdb
Updated Tags:  refs/tags/apache-hyracks-0.3.0 [created] d0b477742


asterixdb git commit: Update TLP pom version, move Hyracks dep ver.

2017-01-23 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/release-0.8.9 9fa76a249 -> 3b462e123


Update TLP pom version, move Hyracks dep ver.

Change-Id: I0cd4e2910d4055efb6f2e2a6de8b1ef8f67275e2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1461
Reviewed-by: Michael Blow 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 


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

Branch: refs/heads/release-0.8.9
Commit: 3b462e12329615b2185253fc0fe15423dc89c7ea
Parents: 9fa76a2
Author: Ian Maxon 
Authored: Mon Jan 23 14:37:12 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 23 15:19:39 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/3b462e12/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 209c10f..1955af2 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.3.0
-0.3.0
+0.3.1-SNAPSHOT
+0.3.1-SNAPSHOT
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/3b462e12/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2716c9c..3f3b2dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   4.0.0
   org.apache
   apache-asterixdb-fullstack
-  0.8.9-SNAPSHOT
+  0.9.1-SNAPSHOT
   pom
   hyracks-asterix
 



[12/30] asterixdb git commit: [maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1

2017-01-24 Thread imaxon
[maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1


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

Branch: refs/heads/master
Commit: 0c940ef7e2014b125ca54e290a3563f44a6e524e
Parents: c3dfd4b
Author: Ian Maxon 
Authored: Tue Jan 17 17:13:34 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:13:34 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 .../hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml  | 2 +-
 .../hyracks-tests/hyracks-storage-am-btree-test/pom.xml| 2 

[14/30] asterixdb git commit: Move AsterixDB to stable Hyracks version

2017-01-24 Thread imaxon
Move AsterixDB to stable Hyracks version


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

Branch: refs/heads/master
Commit: 388525da0ed2a089f2d70c8e355e8cda9a5495dc
Parents: ab6fd5e
Author: Ian Maxon 
Authored: Tue Jan 17 17:26:45 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:26:45 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/388525da/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index dfc4f7b..e78b2ad 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.2.18-SNAPSHOT
-0.2.18-SNAPSHOT
+0.3.0
+0.3.0
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812



[16/30] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-24 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 9fd33358a55ed846b0cb99a83cdffb333fdf1586
Parents: 46c38f9
Author: Ian Maxon 
Authored: Tue Jan 17 17:50:10 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:50:10 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index f259ce7..a816d19 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index c92fd19..1209f5a 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 74b0bbf..2d26f76 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index 

[18/30] asterixdb git commit: Revert "Move AsterixDB to stable Hyracks version"

2017-01-24 Thread imaxon
Revert "Move AsterixDB to stable Hyracks version"

This reverts commit 388525da0ed2a089f2d70c8e355e8cda9a5495dc.


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

Branch: refs/heads/master
Commit: bd42dbca143cc11264cf634b5dafb58cb9df586e
Parents: d1142b6
Author: Ian Maxon 
Authored: Wed Jan 18 12:17:08 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 12:17:08 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/bd42dbca/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index e78b2ad..dfc4f7b 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.3.0
-0.3.0
+0.2.18-SNAPSHOT
+0.2.18-SNAPSHOT
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812



[22/30] asterixdb git commit: Fix Issues in 0.9.0 RC1 Release Assemblies

2017-01-24 Thread imaxon
Fix Issues in 0.9.0 RC1 Release Assemblies

- Unable to build *DB from source assembly due to:
  o Git plugin requiring build from within Git clone
  o License automation templates referenced hyracks sources (expected
co-location)
- Missing APLv2 license text from head of binary assembly LICENSE files
- Added license text to head of NCService conf files
- Exclude useless DEPENDENCIES from asterixdb source assembly

Change-Id: I1821416abb0387ee05b9add9f9c15798deed25e1
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1452
Reviewed-by: Till Westmann 
Sonar-Qube: Jenkins 
Reviewed-by: Ian Maxon 
Tested-by: Jenkins 


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

Branch: refs/heads/master
Commit: e2cf491d063a66a54e4ac3ed912a8fca5aad324a
Parents: 2d232b6
Author: Michael Blow 
Authored: Wed Jan 18 15:39:40 2017 -0500
Committer: Ian Maxon 
Committed: Wed Jan 18 13:26:06 2017 -0800

--
 asterixdb/LICENSE   |   9 +
 asterixdb/asterix-app/pom.xml   |   4 +
 asterixdb/asterix-client-helper/pom.xml |   6 -
 .../main/appended-resources/META-INF/LICENSE|   9 +
 asterixdb/asterix-installer/pom.xml |   7 +-
 asterixdb/asterix-license/pom.xml   |  11 +-
 asterixdb/asterix-server/pom.xml|   7 +-
 .../src/main/samples/local/conf/blue.conf   |  17 ++
 .../src/main/samples/local/conf/cc.conf |  17 ++
 .../test/resources/NCServiceExecutionIT/cc.conf |  17 ++
 .../NCServiceExecutionIT/ncservice1.conf|  17 ++
 .../NCServiceExecutionIT/ncservice2.conf|  17 ++
 asterixdb/asterix-yarn/pom.xml  |   7 +-
 asterixdb/src/main/assembly/source.xml  |   9 +-
 .../main/licenses/templates/asterix-license.ftl |   7 +-
 .../main/licenses/templates/asterix-notice.ftl  |  47 +
 .../hyracks-fullstack_source_licenses.ftl   | 190 +++
 .../main/licenses/templates/source_licenses.ftl |   5 +
 .../hyracks-fullstack-license/pom.xml   |   7 +-
 .../main/licenses/templates/asterix-notice.ftl  |   1 +
 .../main/licenses/templates/source_licenses.ftl |   4 +
 .../src/test/resources/NCServiceIT/cc.conf  |  17 ++
 .../src/test/resources/NCServiceIT/nc-blue.conf |  17 ++
 .../src/test/resources/NCServiceIT/nc-red.conf  |  17 ++
 24 files changed, 434 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e2cf491d/asterixdb/LICENSE
--
diff --git a/asterixdb/LICENSE b/asterixdb/LICENSE
index 7896416..e7b3a06 100644
--- a/asterixdb/LICENSE
+++ b/asterixdb/LICENSE
@@ -447,6 +447,15 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 ---
+   Portions of the AsterixDB runtime
+   located at:
+ asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/*
+
+   are available under The Apache License, Version 2.0:
+---
+   Source files in asterix-hivecompat are derived from portions of Apache Hive
+   Query Language v0.13.0 (org.apache.hive:hive-exec).
+---
Portions of the AsterixDB API examples
located at:
  asterix-examples/src/main/resources/admaql101-demo/bottle.py

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e2cf491d/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index d4a9e5f..7cdf78a 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -75,6 +75,10 @@
 
   
   
./target/classes/git.properties
+
+  
+  false
 
 
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e2cf491d/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index defb488..b053331 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -79,12 +79,6 @@
 
 
   ${basedir}/../../
-  
-
-  
asterixdb/src/main/licenses/templates/asterix-license.ftl
-  LICENSE
-
-  
   repo/
   
${project.build.directory}/generated-resources/license_map.json
   


[25/30] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-24 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: a3435a3ff558b5b5d6a1162312b21151d24f7c1d
Parents: def643d
Author: Ian Maxon 
Authored: Wed Jan 18 18:31:30 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 18:31:30 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml   | 2 +-
 

[08/30] asterixdb git commit: Revert "[maven-release-plugin] prepare for next development iteration"

2017-01-24 Thread imaxon
Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit e12757dd0b6f713ff7b533d19f77d55648ea78fc.


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

Branch: refs/heads/master
Commit: d6f2c93f289b81f5eb329bf2739c774dae8de357
Parents: e12757d
Author: Ian Maxon 
Authored: Tue Jan 17 12:31:26 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 12:31:26 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index 0db372b..347a8c4 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index 28ef045..6d66631 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 42a3d1c..abdb5fb 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-client-helper/pom.xml
--
diff --git 

[10/30] asterixdb git commit: Revert "[maven-release-plugin] prepare for next development iteration"

2017-01-24 Thread imaxon
Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 9aa1583eb2fde4a0fa6a95f3bcab40222918398a.


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

Branch: refs/heads/master
Commit: cd06867bc7e8ae1b4cd8cc374f01ee07e4e07b3b
Parents: 4a1d5c7
Author: Ian Maxon 
Authored: Tue Jan 17 12:31:27 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 12:31:27 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 

[26/30] asterixdb git commit: Move AsterixDB to stable Hyracks version

2017-01-24 Thread imaxon
Move AsterixDB to stable Hyracks version


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

Branch: refs/heads/master
Commit: 557f2e6f81a1c467f768db423e377d4db91105be
Parents: a3435a3
Author: Ian Maxon 
Authored: Wed Jan 18 18:48:21 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 18:48:21 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/557f2e6f/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index dfc4f7b..e78b2ad 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.2.18-SNAPSHOT
-0.2.18-SNAPSHOT
+0.3.0
+0.3.0
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812



[11/30] asterixdb git commit: Fix AsterixDB Source Assembly, Rename Hyracks Source Assembly

2017-01-24 Thread imaxon
Fix AsterixDB Source Assembly, Rename Hyracks Source Assembly

- Update source assembly descriptor to include missing files, filter out
  extranous files.
- /apache-asterixdb-hyracks/apache-hyracks/

Change-Id: I6a1597b4d6322b43617fd5a348ab3116ff2d14f8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1449
Reviewed-by: Ian Maxon 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 


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

Branch: refs/heads/master
Commit: c3dfd4bc9922c4963aed0d846d83770009bd5db9
Parents: 1b3b3db
Author: Michael Blow 
Authored: Tue Jan 17 17:19:49 2017 -0500
Committer: Michael Blow 
Committed: Tue Jan 17 16:59:31 2017 -0800

--
 asterixdb/src/main/assembly/source.xml  | 35 +++-
 hyracks-fullstack/algebricks/pom.xml|  3 +-
 .../hyracks-fullstack-license/pom.xml   |  2 +-
 hyracks-fullstack/hyracks/pom.xml   |  3 +-
 hyracks-fullstack/pom.xml   |  2 +-
 5 files changed, 9 insertions(+), 36 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/asterixdb/src/main/assembly/source.xml
--
diff --git a/asterixdb/src/main/assembly/source.xml 
b/asterixdb/src/main/assembly/source.xml
index b29da54..97cf01f 100644
--- a/asterixdb/src/main/assembly/source.xml
+++ b/asterixdb/src/main/assembly/source.xml
@@ -28,38 +28,13 @@
   ${project.basedir}
   /
   true
-  
-**/LICENSE
-**/NOTICE
-**/README
-**/src/**
-**/results/**
-**/pom.xml
-**/build*.xml
-**/findbugs*.xml
-**/*site.xml
-**/*.adm
-**/*.json
-**/*.aql
-**/*.ddl
-**/*.seq
-**/*.rc
-**/*.big
-**/*textFileS
-**/*large_text
-**/*.csv*
-**/*.tbl
-**/*.txt
-**/part-*
-**/*.cleaned
-**/*.md
-**/*.hcli
-**/*.properties
-**/*.scm
-**/*.sh
-  
   
 **/${project.build.directory}/**
+**/git.properties
+release.properties
+asterix-app/src/test/resources/externallib/**
+
asterix-installer/src/test/resources/clusterts/asterix-installer-*-binary-assembly/**
+DEPENDENCIES
   
 
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/algebricks/pom.xml
--
diff --git a/hyracks-fullstack/algebricks/pom.xml 
b/hyracks-fullstack/algebricks/pom.xml
index ba31be5..403ed15 100644
--- a/hyracks-fullstack/algebricks/pom.xml
+++ b/hyracks-fullstack/algebricks/pom.xml
@@ -19,14 +19,13 @@
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
   4.0.0
-  org.apache.hyracks
   algebricks
   pom
   algebricks
 
   
 org.apache.hyracks
-apache-asterixdb-hyracks
+apache-hyracks
 0.2.18-SNAPSHOT
   
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/hyracks-fullstack-license/pom.xml
--
diff --git a/hyracks-fullstack/hyracks-fullstack-license/pom.xml 
b/hyracks-fullstack/hyracks-fullstack-license/pom.xml
index a25c0d6..7105a5f 100644
--- a/hyracks-fullstack/hyracks-fullstack-license/pom.xml
+++ b/hyracks-fullstack/hyracks-fullstack-license/pom.xml
@@ -22,7 +22,7 @@
   hyracks-fullstack-license
   
 org.apache.hyracks
-apache-asterixdb-hyracks
+apache-hyracks
 0.2.18-SNAPSHOT
   
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/hyracks/pom.xml
--
diff --git a/hyracks-fullstack/hyracks/pom.xml 
b/hyracks-fullstack/hyracks/pom.xml
index cb2d661..b45cf8c 100644
--- a/hyracks-fullstack/hyracks/pom.xml
+++ b/hyracks-fullstack/hyracks/pom.xml
@@ -19,14 +19,13 @@
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
   4.0.0
-  org.apache.hyracks
   hyracks
   pom
   hyracks
 
   
 org.apache.hyracks
-apache-asterixdb-hyracks
+apache-hyracks
 0.2.18-SNAPSHOT
   
 


[13/30] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-24 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: ab6fd5e74e80f56858ab643a5863f8d6299b42bc
Parents: 0c940ef
Author: Ian Maxon 
Authored: Tue Jan 17 17:13:54 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:13:54 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml   | 2 +-
 

[09/30] asterixdb git commit: Revert "[maven-release-plugin] prepare release apache-hyracks-0.2.18"

2017-01-24 Thread imaxon
Revert "[maven-release-plugin] prepare release apache-hyracks-0.2.18"

This reverts commit e6af0eee8f27019c7cf2114e66572543bbe84d18.


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

Branch: refs/heads/master
Commit: 1b3b3dba0694f5ed4b5a901bb292c85ceaf27103
Parents: cd06867
Author: Ian Maxon 
Authored: Tue Jan 17 12:31:27 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 12:31:27 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 .../hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml  | 2 

[01/30] asterixdb git commit: [maven-release-plugin] prepare release apache-hyracks-0.2.18

2017-01-24 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 6e6a80c44 -> f1bd7840d


[maven-release-plugin] prepare release apache-hyracks-0.2.18


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

Branch: refs/heads/master
Commit: e6af0eee8f27019c7cf2114e66572543bbe84d18
Parents: 4b22843
Author: Ian Maxon 
Authored: Mon Jan 16 14:40:07 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 14:40:07 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 

[30/30] asterixdb git commit: Merge release-0.8.9 branch into master

2017-01-24 Thread imaxon
Merge release-0.8.9 branch into master

Change-Id: Id4353716267d45ce21580ac2856e6a751d05d1f8


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

Branch: refs/heads/master
Commit: f1bd7840dc4bf090b262fbd1650d2374ca95bbdf
Parents: 6e6a80c 3b462e1
Author: Ian Maxon 
Authored: Mon Jan 23 15:20:34 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 23 15:20:34 2017 -0800

--
 asterixdb/LICENSE   |   9 +
 asterixdb/asterix-active/pom.xml|   2 +-
 asterixdb/asterix-algebra/pom.xml   |   2 +-
 asterixdb/asterix-app/pom.xml   |   6 +-
 asterixdb/asterix-client-helper/pom.xml |   8 +-
 asterixdb/asterix-common/pom.xml|   2 +-
 .../common/config/PropertiesAccessor.java   |  11 +-
 asterixdb/asterix-coverage/pom.xml  |   2 +-
 asterixdb/asterix-doc/pom.xml   |  11 +-
 asterixdb/asterix-events/pom.xml|   2 +-
 asterixdb/asterix-examples/pom.xml  |   2 +-
 asterixdb/asterix-experiments/pom.xml   |   2 +-
 asterixdb/asterix-external-data/pom.xml |   2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml |   2 +-
 asterixdb/asterix-hivecompat/pom.xml|   2 +-
 .../main/appended-resources/META-INF/LICENSE|   9 +
 asterixdb/asterix-installer/pom.xml |   9 +-
 asterixdb/asterix-lang-aql/pom.xml  |   2 +-
 asterixdb/asterix-lang-common/pom.xml   |   2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml|   2 +-
 asterixdb/asterix-license/pom.xml   |  13 +-
 .../pom.xml |   2 +-
 .../pom.xml |   2 +-
 .../pom.xml |   2 +-
 .../lexer-generator-maven-plugin/pom.xml|   2 +-
 asterixdb/asterix-maven-plugins/pom.xml |   2 +-
 .../pom.xml |   2 +-
 asterixdb/asterix-metadata/pom.xml  |   2 +-
 asterixdb/asterix-om/pom.xml|   2 +-
 asterixdb/asterix-replication/pom.xml   |   2 +-
 asterixdb/asterix-runtime/pom.xml   |   2 +-
 asterixdb/asterix-server/pom.xml|   9 +-
 .../src/main/samples/local/conf/blue.conf   |  17 ++
 .../src/main/samples/local/conf/cc.conf |  17 ++
 .../test/resources/NCServiceExecutionIT/cc.conf |  17 ++
 .../NCServiceExecutionIT/ncservice1.conf|  17 ++
 .../NCServiceExecutionIT/ncservice2.conf|  17 ++
 asterixdb/asterix-test-framework/pom.xml|   2 +-
 asterixdb/asterix-tools/pom.xml |   2 +-
 asterixdb/asterix-transactions/pom.xml  |   2 +-
 asterixdb/asterix-yarn/pom.xml  |   9 +-
 asterixdb/pom.xml   |  10 +-
 asterixdb/src/main/assembly/source.xml  |  42 +---
 .../main/licenses/templates/asterix-license.ftl |   7 +-
 .../main/licenses/templates/asterix-notice.ftl  |  47 +
 .../hyracks-fullstack_source_licenses.ftl   | 190 +++
 .../main/licenses/templates/source_licenses.ftl |   5 +
 .../algebricks/algebricks-common/pom.xml|   2 +-
 .../algebricks/algebricks-compiler/pom.xml  |   2 +-
 .../algebricks/algebricks-core/pom.xml  |   2 +-
 .../algebricks/algebricks-data/pom.xml  |   2 +-
 .../algebricks-examples/piglet-example/pom.xml  |   2 +-
 .../algebricks/algebricks-examples/pom.xml  |   2 +-
 .../algebricks/algebricks-rewriter/pom.xml  |   2 +-
 .../algebricks/algebricks-runtime/pom.xml   |   2 +-
 .../algebricks/algebricks-tests/pom.xml |   2 +-
 hyracks-fullstack/algebricks/pom.xml|   5 +-
 .../hyracks-fullstack-license/pom.xml   |  13 +-
 .../main/licenses/templates/asterix-notice.ftl  |   1 +
 .../main/licenses/templates/source_licenses.ftl |   4 +
 hyracks-fullstack/hyracks/hyracks-api/pom.xml   |   2 +-
 .../hyracks/hyracks-client/pom.xml  |   2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml  |   2 +-
 .../hyracks-control/hyracks-control-cc/pom.xml  |   2 +-
 .../hyracks-control-common/pom.xml  |   2 +-
 .../hyracks-control/hyracks-control-nc/pom.xml  |   2 +-
 .../hyracks-control/hyracks-nc-service/pom.xml  |   2 +-
 .../hyracks/hyracks-control/pom.xml |   2 +-
 .../hyracks-data/hyracks-data-std/pom.xml   |   2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml  |   2 +-
 .../hyracks/hyracks-dataflow-common/pom.xml |   2 +-
 .../hyracks/hyracks-dataflow-std/pom.xml|   2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml  |   2 +-
 .../hyracks/hyracks-documentation/pom.xml  

[24/30] asterixdb git commit: [maven-release-plugin] prepare release apache-hyracks-0.3.0-rc2

2017-01-24 Thread imaxon
[maven-release-plugin] prepare release apache-hyracks-0.3.0-rc2


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

Branch: refs/heads/master
Commit: def643d586b62b2616b8ab8e6fc3ba598cf5ad67
Parents: f3588fa
Author: Ian Maxon 
Authored: Wed Jan 18 18:31:11 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 18:31:11 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 .../hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml  | 2 +-
 .../hyracks-tests/hyracks-storage-am-btree-test/pom.xml| 2 

[15/30] asterixdb git commit: [maven-release-plugin] prepare release apache-asterixdb-0.9.0-rc1

2017-01-24 Thread imaxon
[maven-release-plugin] prepare release apache-asterixdb-0.9.0-rc1


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

Branch: refs/heads/master
Commit: 46c38f931abf0289e9b6be79ae4fc2a08f03e9b5
Parents: 388525d
Author: Ian Maxon 
Authored: Tue Jan 17 17:49:53 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:49:53 2017 -0800

--
 asterixdb/asterix-active/pom.xml |  2 +-
 asterixdb/asterix-algebra/pom.xml|  2 +-
 asterixdb/asterix-app/pom.xml|  2 +-
 asterixdb/asterix-client-helper/pom.xml  |  2 +-
 asterixdb/asterix-common/pom.xml |  2 +-
 asterixdb/asterix-coverage/pom.xml   |  2 +-
 asterixdb/asterix-doc/pom.xml| 11 ---
 asterixdb/asterix-events/pom.xml |  2 +-
 asterixdb/asterix-examples/pom.xml   |  2 +-
 asterixdb/asterix-experiments/pom.xml|  2 +-
 asterixdb/asterix-external-data/pom.xml  |  2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  |  2 +-
 asterixdb/asterix-hivecompat/pom.xml |  2 +-
 asterixdb/asterix-installer/pom.xml  |  2 +-
 asterixdb/asterix-lang-aql/pom.xml   |  2 +-
 asterixdb/asterix-lang-common/pom.xml|  2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml |  2 +-
 asterixdb/asterix-license/pom.xml|  6 +++---
 .../asterix-evaluator-generator-maven-plugin/pom.xml |  2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   |  2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  |  2 +-
 .../lexer-generator-maven-plugin/pom.xml |  2 +-
 asterixdb/asterix-maven-plugins/pom.xml  |  2 +-
 .../record-manager-generator-maven-plugin/pom.xml|  2 +-
 asterixdb/asterix-metadata/pom.xml   |  2 +-
 asterixdb/asterix-om/pom.xml |  2 +-
 asterixdb/asterix-replication/pom.xml|  2 +-
 asterixdb/asterix-runtime/pom.xml|  2 +-
 asterixdb/asterix-server/pom.xml |  2 +-
 asterixdb/asterix-test-framework/pom.xml |  2 +-
 asterixdb/asterix-tools/pom.xml  |  2 +-
 asterixdb/asterix-transactions/pom.xml   |  2 +-
 asterixdb/asterix-yarn/pom.xml   |  2 +-
 asterixdb/pom.xml|  8 
 34 files changed, 42 insertions(+), 45 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index a43e88e..f259ce7 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index b4e504c..c92fd19 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index d4a9e5f..74b0bbf 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index defb488..8eae177 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.9.0
   
   
 


[05/30] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-24 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: e12757dd0b6f713ff7b533d19f77d55648ea78fc
Parents: 62f3a04
Author: Ian Maxon 
Authored: Mon Jan 16 15:09:40 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 15:09:40 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index 347a8c4..0db372b 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index 6d66631..28ef045 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index abdb5fb..42a3d1c 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index 

[17/30] asterixdb git commit: Revert "[maven-release-plugin] prepare for next development iteration"

2017-01-24 Thread imaxon
Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 9fd33358a55ed846b0cb99a83cdffb333fdf1586.


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

Branch: refs/heads/master
Commit: 08b96cb9c3ef848901ae4f167d4f018b35df8290
Parents: 9fd3335
Author: Ian Maxon 
Authored: Wed Jan 18 12:17:07 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 12:17:07 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/08b96cb9/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index a816d19..f259ce7 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.9.1-SNAPSHOT
+0.9.0
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/08b96cb9/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index 1209f5a..c92fd19 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.1-SNAPSHOT
+0.9.0
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/08b96cb9/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 2d26f76..74b0bbf 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.1-SNAPSHOT
+0.9.0
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/08b96cb9/asterixdb/asterix-client-helper/pom.xml
--
diff --git 

[03/30] asterixdb git commit: Move AsterixDB to stable Hyracks version

2017-01-24 Thread imaxon
Move AsterixDB to stable Hyracks version


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

Branch: refs/heads/master
Commit: cb83ca274c97afadde630f36c65ba3ae8430c485
Parents: 9aa1583
Author: Ian Maxon 
Authored: Mon Jan 16 15:00:31 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 15:00:31 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/cb83ca27/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index dfc4f7b..7ecad51 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.2.18-SNAPSHOT
-0.2.18-SNAPSHOT
+0.2.18
+0.2.18
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812



[04/30] asterixdb git commit: [maven-release-plugin] prepare release apache-asterixdb-0.8.9

2017-01-24 Thread imaxon
[maven-release-plugin] prepare release apache-asterixdb-0.8.9


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

Branch: refs/heads/master
Commit: 62f3a047a93aa0e838f869fe14a5fa4a6770c64e
Parents: cb83ca2
Author: Ian Maxon 
Authored: Mon Jan 16 15:09:20 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 15:09:20 2017 -0800

--
 asterixdb/asterix-active/pom.xml |  2 +-
 asterixdb/asterix-algebra/pom.xml|  2 +-
 asterixdb/asterix-app/pom.xml|  2 +-
 asterixdb/asterix-client-helper/pom.xml  |  2 +-
 asterixdb/asterix-common/pom.xml |  2 +-
 asterixdb/asterix-coverage/pom.xml   |  2 +-
 asterixdb/asterix-doc/pom.xml| 11 ---
 asterixdb/asterix-events/pom.xml |  2 +-
 asterixdb/asterix-examples/pom.xml   |  2 +-
 asterixdb/asterix-experiments/pom.xml|  2 +-
 asterixdb/asterix-external-data/pom.xml  |  2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  |  2 +-
 asterixdb/asterix-hivecompat/pom.xml |  2 +-
 asterixdb/asterix-installer/pom.xml  |  2 +-
 asterixdb/asterix-lang-aql/pom.xml   |  2 +-
 asterixdb/asterix-lang-common/pom.xml|  2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml |  2 +-
 asterixdb/asterix-license/pom.xml|  6 +++---
 .../asterix-evaluator-generator-maven-plugin/pom.xml |  2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   |  2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  |  2 +-
 .../lexer-generator-maven-plugin/pom.xml |  2 +-
 asterixdb/asterix-maven-plugins/pom.xml  |  2 +-
 .../record-manager-generator-maven-plugin/pom.xml|  2 +-
 asterixdb/asterix-metadata/pom.xml   |  2 +-
 asterixdb/asterix-om/pom.xml |  2 +-
 asterixdb/asterix-replication/pom.xml|  2 +-
 asterixdb/asterix-runtime/pom.xml|  2 +-
 asterixdb/asterix-server/pom.xml |  2 +-
 asterixdb/asterix-test-framework/pom.xml |  2 +-
 asterixdb/asterix-tools/pom.xml  |  2 +-
 asterixdb/asterix-transactions/pom.xml   |  2 +-
 asterixdb/asterix-yarn/pom.xml   |  2 +-
 asterixdb/pom.xml|  8 
 34 files changed, 42 insertions(+), 45 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62f3a047/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index a43e88e..347a8c4 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.8.9
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62f3a047/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index b4e504c..6d66631 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.8.9
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62f3a047/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index d4a9e5f..abdb5fb 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.8.9
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62f3a047/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index defb488..33d5be9 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.8.9
   
   
 


[07/11] asterixdb-site git commit: fix SQLPP/AQL function docs

2017-01-25 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/content/docs/0.9.0/sqlpp/manual.html
--
diff --git a/content/docs/0.9.0/sqlpp/manual.html 
b/content/docs/0.9.0/sqlpp/manual.html
new file mode 100644
index 000..845214f
--- /dev/null
+++ b/content/docs/0.9.0/sqlpp/manual.html
@@ -0,0 +1,4183 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  The SQL++ Query Language
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-25
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+The SQL++ Query Language
+  
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+The SQL++ Query Language
+
+Table of 
Contents
+
+
+  
+1. Introduction
+  
+2. Expressions
+  
+
+
+Operator expressions
+
+
+  
+Arithmetic operators
+  
+Collection operators
+  
+Comparison operators
+  
+Logical operators
+

[06/11] asterixdb-site git commit: fix SQLPP/AQL function docs

2017-01-25 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/content/docs/0.9.0/sqlpp/primer-sqlpp.html
--
diff --git a/content/docs/0.9.0/sqlpp/primer-sqlpp.html 
b/content/docs/0.9.0/sqlpp/primer-sqlpp.html
index 3e4ac57..1eccf62 100644
--- a/content/docs/0.9.0/sqlpp/primer-sqlpp.html
+++ b/content/docs/0.9.0/sqlpp/primer-sqlpp.html
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 AsterixDB  AsterixDB 101: An ADM and SQL++ Primer
 
@@ -48,7 +48,7 @@
 
 
 
-  Last Published: 2017-01-24
+  Last Published: 2017-01-25
   
 
 

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/content/docs/0.9.0/udf.html
--
diff --git a/content/docs/0.9.0/udf.html b/content/docs/0.9.0/udf.html
index d3b7117..67b8ce6 100644
--- a/content/docs/0.9.0/udf.html
+++ b/content/docs/0.9.0/udf.html
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 AsterixDB  Support for User Defined Functions in 
AsterixDB
 
@@ -48,7 +48,7 @@
 
 
 
-  Last Published: 2017-01-24
+  Last Published: 2017-01-25
   
 
 

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/content/docs/0.9.0/yarn.html
--
diff --git a/content/docs/0.9.0/yarn.html b/content/docs/0.9.0/yarn.html
index c4e95f3..1ff88c3 100644
--- a/content/docs/0.9.0/yarn.html
+++ b/content/docs/0.9.0/yarn.html
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 AsterixDB  Introduction
 
@@ -48,7 +48,7 @@
 
 
 
-  Last Published: 2017-01-24
+  Last Published: 2017-01-25
   
 
 

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/docs/0.9.0/api.html
--
diff --git a/docs/0.9.0/api.html b/docs/0.9.0/api.html
index 1cb9a25..e031454 100644
--- a/docs/0.9.0/api.html
+++ b/docs/0.9.0/api.html
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 AsterixDB  HTTP API to AsterixDB
 
@@ -48,7 +48,7 @@
 
 
 
-  Last Published: 2017-01-24
+  Last Published: 2017-01-25
   
 
 



[02/11] asterixdb-site git commit: fix SQLPP/AQL function docs

2017-01-25 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/docs/0.9.0/sqlpp/manual.html
--
diff --git a/docs/0.9.0/sqlpp/manual.html b/docs/0.9.0/sqlpp/manual.html
new file mode 100644
index 000..845214f
--- /dev/null
+++ b/docs/0.9.0/sqlpp/manual.html
@@ -0,0 +1,4183 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  The SQL++ Query Language
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-25
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+The SQL++ Query Language
+  
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+The SQL++ Query Language
+
+Table of 
Contents
+
+
+  
+1. Introduction
+  
+2. Expressions
+  
+
+
+Operator expressions
+
+
+  
+Arithmetic operators
+  
+Collection operators
+  
+Comparison operators
+  
+Logical operators
+
+
+Case expressions
+

[08/11] asterixdb-site git commit: fix SQLPP/AQL function docs

2017-01-25 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/d5b11d83/content/docs/0.9.0/sqlpp/builtins.html
--
diff --git a/content/docs/0.9.0/sqlpp/builtins.html 
b/content/docs/0.9.0/sqlpp/builtins.html
new file mode 100644
index 000..8e368ac
--- /dev/null
+++ b/content/docs/0.9.0/sqlpp/builtins.html
@@ -0,0 +1,8494 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  Builtin Functions
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-25
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+Builtin Functions
+  
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+Builtin Functions
+
+Table of 
Contents
+
+
+  
+Numeric Functions
+  
+String Functions
+  
+Binary Functions
+  
+Spatial Functions
+  
+Similarity Functions
+  
+Tokenizing Functions
+  
+Temporal Functions
+  
+Object Functions
+  
+Aggregate 

[12/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/aql/similarity.html
--
diff --git a/docs/0.9.0/aql/similarity.html b/docs/0.9.0/aql/similarity.html
new file mode 100644
index 000..32cf5e0
--- /dev/null
+++ b/docs/0.9.0/aql/similarity.html
@@ -0,0 +1,451 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  AsterixDB Support of Similarity Queries
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+Support of Similarity Queries
+  
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+AsterixDB Support of Similarity Queries
+
+Table of 
Contents
+
+
+  
+Motivation
+  
+Data Types and Similarity 
Functions
+  
+Similarity Selection Queries
+  
+Similarity Join Queries
+  
+Using Indexes to Support 
Similarity Queries
+
+
+Motivation [Back to 

[08/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/data/twm.adm
--
diff --git a/docs/0.9.0/data/twm.adm b/docs/0.9.0/data/twm.adm
new file mode 100644
index 000..fa764af
--- /dev/null
+++ b/docs/0.9.0/data/twm.adm
@@ -0,0 +1,12 @@
+{"tweetid":"1","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("47.44,80.65"),"send-time":datetime("2008-04-26T10:10:00"),"referred-topics":{{"t-mobile","customization"}},"message-text":"
 love t-mobile its customization is good:)"}
+{"tweetid":"2","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("32.84,67.14"),"send-time":datetime("2010-05-13T10:10:00"),"referred-topics":{{"verizon","shortcut-menu"}},"message-text":"
 like verizon its shortcut-menu is awesome:)"}
+{"tweetid":"3","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("29.72,75.8"),"send-time":datetime("2006-11-04T10:10:00"),"referred-topics":{{"motorola","speed"}},"message-text":"
 like motorola the speed is good:)"}
+{"tweetid":"4","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("39.28,70.48"),"send-time":datetime("2011-12-26T10:10:00"),"referred-topics":{{"sprint","voice-command"}},"message-text":"
 like sprint the voice-command is mind-blowing:)"}
+{"tweetid":"5","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("40.09,92.69"),"send-time":datetime("2006-08-04T10:10:00"),"referred-topics":{{"motorola","speed"}},"message-text":"
 can't stand motorola its speed is terrible:("}
+{"tweetid":"6","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("47.51,83.99"),"send-time":datetime("2010-05-07T10:10:00"),"referred-topics":{{"iphone","voice-clarity"}},"message-text":"
 like iphone the voice-clarity is good:)"}
+{"tweetid":"7","user":{"screen-name":"ChangEwing_573","lang":"en","friends_count":182,"statuses_count":394,"name":"Chang
 
Ewing","followers_count":32136},"sender-location":point("36.21,72.6"),"send-time":datetime("2011-08-25T10:10:00"),"referred-topics":{{"samsung","platform"}},"message-text":"
 like samsung the platform is good"}
+{"tweetid":"8","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("46.05,93.34"),"send-time":datetime("2005-10-14T10:10:00"),"referred-topics":{{"t-mobile","shortcut-menu"}},"message-text":"
 like t-mobile the shortcut-menu is awesome:)"}
+{"tweetid":"9","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("36.86,74.62"),"send-time":datetime("2012-07-21T10:10:00"),"referred-topics":{{"verizon","voicemail-service"}},"message-text":"
 love verizon its voicemail-service is awesome"}
+{"tweetid":"10","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("29.15,76.53"),"send-time":datetime("2008-01-26T10:10:00"),"referred-topics":{{"verizon","voice-clarity"}},"message-text":"
 hate verizon its voice-clarity is OMG:("}
+{"tweetid":"11","user":{"screen-name":"NilaMilliron_tw","lang":"en","friends_count":445,"statuses_count":164,"name":"Nila
 
Milliron","followers_count":22649},"sender-location":point("37.59,68.42"),"send-time":datetime("2008-03-09T10:10:00"),"referred-topics":{{"iphone","platform"}},"message-text":"
 can't stand iphone its platform is terrible"}
+{"tweetid":"12","user":{"screen-name":"OliJackson_512","lang":"en","friends_count":445,"statuses_count":164,"name":"Oli
 
Jackson","followers_count":22649},"sender-location":point("24.82,94.63"),"send-time":datetime("2010-02-13T10:10:00"),"referred-topics":{{"samsung","voice-command"}},"message-text":"
 like samsung the voice-command is amazing:)"}

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/data/twu.adm
--
diff --git a/docs/0.9.0/data/twu.adm b/docs/0.9.0/data/twu.adm
new file mode 100644
index 000..32a1917
--- /dev/null
+++ b/docs/0.9.0/data/twu.adm
@@ -0,0 +1,4 @@
+{"screen-name":"NathanGiesen@211","lang":"en","friends_count":18,"statuses_count":473,"name":"Nathan
 

[21/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/content/docs/0.9.0/data/twm.adm
--
diff --git a/content/docs/0.9.0/data/twm.adm b/content/docs/0.9.0/data/twm.adm
new file mode 100644
index 000..fa764af
--- /dev/null
+++ b/content/docs/0.9.0/data/twm.adm
@@ -0,0 +1,12 @@
+{"tweetid":"1","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("47.44,80.65"),"send-time":datetime("2008-04-26T10:10:00"),"referred-topics":{{"t-mobile","customization"}},"message-text":"
 love t-mobile its customization is good:)"}
+{"tweetid":"2","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("32.84,67.14"),"send-time":datetime("2010-05-13T10:10:00"),"referred-topics":{{"verizon","shortcut-menu"}},"message-text":"
 like verizon its shortcut-menu is awesome:)"}
+{"tweetid":"3","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("29.72,75.8"),"send-time":datetime("2006-11-04T10:10:00"),"referred-topics":{{"motorola","speed"}},"message-text":"
 like motorola the speed is good:)"}
+{"tweetid":"4","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("39.28,70.48"),"send-time":datetime("2011-12-26T10:10:00"),"referred-topics":{{"sprint","voice-command"}},"message-text":"
 like sprint the voice-command is mind-blowing:)"}
+{"tweetid":"5","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("40.09,92.69"),"send-time":datetime("2006-08-04T10:10:00"),"referred-topics":{{"motorola","speed"}},"message-text":"
 can't stand motorola its speed is terrible:("}
+{"tweetid":"6","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("47.51,83.99"),"send-time":datetime("2010-05-07T10:10:00"),"referred-topics":{{"iphone","voice-clarity"}},"message-text":"
 like iphone the voice-clarity is good:)"}
+{"tweetid":"7","user":{"screen-name":"ChangEwing_573","lang":"en","friends_count":182,"statuses_count":394,"name":"Chang
 
Ewing","followers_count":32136},"sender-location":point("36.21,72.6"),"send-time":datetime("2011-08-25T10:10:00"),"referred-topics":{{"samsung","platform"}},"message-text":"
 like samsung the platform is good"}
+{"tweetid":"8","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("46.05,93.34"),"send-time":datetime("2005-10-14T10:10:00"),"referred-topics":{{"t-mobile","shortcut-menu"}},"message-text":"
 like t-mobile the shortcut-menu is awesome:)"}
+{"tweetid":"9","user":{"screen-name":"NathanGiesen@211","lang":"en","friends_count":39339,"statuses_count":473,"name":"Nathan
 
Giesen","followers_count":49416},"sender-location":point("36.86,74.62"),"send-time":datetime("2012-07-21T10:10:00"),"referred-topics":{{"verizon","voicemail-service"}},"message-text":"
 love verizon its voicemail-service is awesome"}
+{"tweetid":"10","user":{"screen-name":"ColineGeyer@63","lang":"en","friends_count":121,"statuses_count":362,"name":"Coline
 
Geyer","followers_count":17159},"sender-location":point("29.15,76.53"),"send-time":datetime("2008-01-26T10:10:00"),"referred-topics":{{"verizon","voice-clarity"}},"message-text":"
 hate verizon its voice-clarity is OMG:("}
+{"tweetid":"11","user":{"screen-name":"NilaMilliron_tw","lang":"en","friends_count":445,"statuses_count":164,"name":"Nila
 
Milliron","followers_count":22649},"sender-location":point("37.59,68.42"),"send-time":datetime("2008-03-09T10:10:00"),"referred-topics":{{"iphone","platform"}},"message-text":"
 can't stand iphone its platform is terrible"}
+{"tweetid":"12","user":{"screen-name":"OliJackson_512","lang":"en","friends_count":445,"statuses_count":164,"name":"Oli
 
Jackson","followers_count":22649},"sender-location":point("24.82,94.63"),"send-time":datetime("2010-02-13T10:10:00"),"referred-topics":{{"samsung","voice-command"}},"message-text":"
 like samsung the voice-command is amazing:)"}

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/content/docs/0.9.0/data/twu.adm
--
diff --git a/content/docs/0.9.0/data/twu.adm b/content/docs/0.9.0/data/twu.adm
new file mode 100644
index 000..32a1917
--- /dev/null
+++ b/content/docs/0.9.0/data/twu.adm
@@ -0,0 +1,4 @@

[19/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/content/docs/0.9.0/js/apache-maven-fluido-1.3.0.min.js
--
diff --git a/content/docs/0.9.0/js/apache-maven-fluido-1.3.0.min.js 
b/content/docs/0.9.0/js/apache-maven-fluido-1.3.0.min.js
new file mode 100644
index 000..677e611
--- /dev/null
+++ b/content/docs/0.9.0/js/apache-maven-fluido-1.3.0.min.js
@@ -0,0 +1,21 @@
+/*!
+ * jQuery JavaScript Library v1.8.0
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2012 jQuery Foundation and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: Thu Aug 09 2012 16:24:48 GMT-0400 (Eastern Daylight Time)
+ */
+(function(a2,aB){var 
x,af,o=a2.document,aI=a2.location,d=a2.navigator,bg=a2.jQuery,I=a2.$,am=Array.prototype.push,a4=Array.prototype.slice,aK=Array.prototype.indexOf,A=Object.prototype.toString,V=Object.prototype.hasOwnProperty,aN=String.prototype.trim,bG=function(e,bZ){return
 new 
bG.fn.init(e,bZ,x)},bx=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,aa=/\S/,aV=/\s+/,D=aa.test("\xA0")?(/^[\s\xA0]+|[\s\xA0]+$/g):/^\s+|\s+$/g,bo=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,a=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,bf=/^[\],:{}\s]*$/,bi=/(?:^|:|,)(?:\s*\[)+/g,bD=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,a0=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,bP=/^-ms-/,aU=/-([\da-z])/gi,N=function(e,bZ){return(bZ+"").toUpperCase()},aF=function(){if(o.addEventListener){o.removeEventListener("DOMContentLoaded",aF,false);bG.ready()}else{if(o.readyState==="complete"){o.detachEvent("onreadystatechange",aF);bG.ready()}}},Z={};bG.fn=bG.prototype={constructor:bG,init:function(e,b2,b1){var
 b0,b3,b
 Z,b4;if(!e){return 
this}if(e.nodeType){this.context=this[0]=e;this.length=1;return this}if(typeof 
e==="string"){if(e.charAt(0)==="<"&(e.length-1)===">"&>=3){b0=[null,e,null]}else{b0=bo.exec(e)}if(b0&&(b0[1]||!b2)){if(b0[1]){b2=b2
 instanceof 
bG?b2[0]:b2;b4=(b2&?b2.ownerDocument||b2:o);e=bG.parseHTML(b0[1],b4,true);if(a.test(b0[1])&(b2)){this.attr.call(e,b2,true)}return
 
bG.merge(this,e)}else{b3=o.getElementById(b0[2]);if(b3&){if(b3.id!==b0[2]){return
 b1.find(e)}this.length=1;this[0]=b3}this.context=o;this.selector=e;return 
this}}else{if(!b2||b2.jquery){return(b2||b1).find(e)}else{return 
this.constructor(b2).find(e)}}}else{if(bG.isFunction(e)){return 
b1.ready(e)}}if(e.selector!==aB){this.selector=e.selector;this.context=e.context}return
 
bG.makeArray(e,this)},selector:"",jquery:"1.8.0",length:0,size:function(){return
 this.length},toArray:function(){return a4.call(this)},get:function(e){return 
e==null?this.toArray():(e<0?this[t
 his.length+e]:this[e])},pushStack:function(bZ,b1,e){var 
b0=bG.merge(this.constructor(),bZ);b0.prevObject=this;b0.context=this.context;if(b1==="find"){b0.selector=this.selector+(this.selector?"
 ":"")+e}else{if(b1){b0.selector=this.selector+"."+b1+"("+e+")"}}return 
b0},each:function(bZ,e){return 
bG.each(this,bZ,e)},ready:function(e){bG.ready.promise().done(e);return 
this},eq:function(e){e=+e;return 
e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return 
this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return 
this.pushStack(a4.apply(this,arguments),"slice",a4.call(arguments).join(","))},map:function(e){return
 this.pushStack(bG.map(this,function(b0,bZ){return 
e.call(b0,bZ,b0)}))},end:function(){return 
this.prevObject||this.constructor(null)},push:am,sort:[].sort,splice:[].splice};bG.fn.init.prototype=bG.fn;bG.extend=bG.fn.extend=function(){var
 
b7,b0,e,bZ,b4,b5,b3=arguments[0]||{},b2=1,b1=arguments.length,b6=false;if(typeof
 b3==="boolean"){b6=b3;b3=arguments[1]||{
 };b2=2}if(typeof 
b3!=="object"&&!bG.isFunction(b3)){b3={}}if(b1===b2){b3=this;--b2}for(;b20){return}af.resolveWith(o,[bG]);if(bG.fn.trigger){bG(o).trigger("ready").off("ready")}},isFunction:function(e){return
 bG.type(e)==="function"},isArray:Array.isArray||function(e){return 
bG.type(e)==="array"},isWindow:function(e){return 
e!=null&==e.window},isNumeric:fu
 nction(e){return !isNaN(parseFloat(e))&(e)},type:function(e){return 
e==null?String(e):Z[A.call(e)]||"object"},isPlainObject:function(b1){if(!b1||bG.type(b1)!=="object"||b1.nodeType||bG.isWindow(b1)){return
 

[24/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/content/docs/0.9.0/css/apache-maven-fluido-1.3.0.min.css
--
diff --git a/content/docs/0.9.0/css/apache-maven-fluido-1.3.0.min.css 
b/content/docs/0.9.0/css/apache-maven-fluido-1.3.0.min.css
new file mode 100644
index 000..7db4133
--- /dev/null
+++ b/content/docs/0.9.0/css/apache-maven-fluido-1.3.0.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.1.0
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ 
*/article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin
 dotted #333;outline:5px auto 
-webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas
 
img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:con
 
tent-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0
 
a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:"Helvetica
 
Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px
 solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0
  1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px 
rgba(0,0,0,0.1);box-shadow:0 1px 3px 
rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:20px}.container,.navbar-static-top
 .container,.navbar-fixed-top .container,.navbar-fixed-bottom 
.container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offs
 
et1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid
 
[class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid
 [class*="span"]:first-child{margin-left:0}.row-fluid 
.span12{width:100%;*width:99.94680851063829%}.row-fluid 
.span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid 
.span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid 
.span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid 
.span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid 
.span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid 
.span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid 
.span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid 
.span4{width:31.9
 14893617021278%;*width:31.861702127659576%}.row-fluid 
.span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid 
.span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid 
.span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid 

[15/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/aql/externaldata.html
--
diff --git a/docs/0.9.0/aql/externaldata.html b/docs/0.9.0/aql/externaldata.html
new file mode 100644
index 000..c065ab3
--- /dev/null
+++ b/docs/0.9.0/aql/externaldata.html
@@ -0,0 +1,737 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  Accessing External Data in AsterixDB
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+Accessing External Data
+  
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+Accessing External Data in AsterixDB
+
+Table of 
Contents
+
+
+  
+Introduction
+  
+Adapter for an External 
Dataset
+  
+Builtin Adapters
+  
+Creating an External 
Dataset
+  
+Writing Queries against 
an External Dataset
+  
+Building Indexes over 

[07/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/install.html
--
diff --git a/docs/0.9.0/install.html b/docs/0.9.0/install.html
new file mode 100644
index 000..5d80d03
--- /dev/null
+++ b/docs/0.9.0/install.html
@@ -0,0 +1,1315 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  Introduction
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+Option 2: using Managix
+  
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+Introduction
+
+Table of 
Contents
+
+
+  
+Prerequisites for 
Installing AsterixDB
+  
+Section 1: 
Single-Machine AsterixDB installation
+  
+Section 2: 
Single-Machine AsterixDB installation (Advanced)
+  
+Section 
3: Installing AsterixDB on a Cluster of Multiple Machines
+  
+Section 4: 
Managing the Lifecycle of 

[10/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/css/print.css
--
diff --git a/docs/0.9.0/css/print.css b/docs/0.9.0/css/print.css
new file mode 100644
index 000..1cd02d9
--- /dev/null
+++ b/docs/0.9.0/css/print.css
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */
+
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {display: none !important;}
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/css/site.css
--
diff --git a/docs/0.9.0/css/site.css b/docs/0.9.0/css/site.css
new file mode 100644
index 000..055e7e2
--- /dev/null
+++ b/docs/0.9.0/css/site.css
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/csv.html
--
diff --git a/docs/0.9.0/csv.html b/docs/0.9.0/csv.html
new file mode 100644
index 000..709fae5
--- /dev/null
+++ b/docs/0.9.0/csv.html
@@ -0,0 +1,436 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  CSV Support in AsterixDB
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language 

[05/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/ncservice.html
--
diff --git a/docs/0.9.0/ncservice.html b/docs/0.9.0/ncservice.html
new file mode 100644
index 000..a0d481e
--- /dev/null
+++ b/docs/0.9.0/ncservice.html
@@ -0,0 +1,749 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  Table of Contents
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+Option 1: using NCService
+  
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+  
+  
+Option 1: using SQL++
+
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+
+Table of 
Contents
+
+
+  
+Starting a small cluster using the 
NCService
+  
+Parameter setting
+
+Starting a small cluster using 
the NCService
+When running a cluster using the NCService there are 3 different 
kind of processes involved:
+
+
+  
+NCDriver does the work of a NodeController
+  

[04/29] asterixdb-site git commit: update version

2017-01-24 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/bf2c56b0/docs/0.9.0/sqlpp/primer-sqlpp.html
--
diff --git a/docs/0.9.0/sqlpp/primer-sqlpp.html 
b/docs/0.9.0/sqlpp/primer-sqlpp.html
new file mode 100644
index 000..3e4ac57
--- /dev/null
+++ b/docs/0.9.0/sqlpp/primer-sqlpp.html
@@ -0,0 +1,941 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+AsterixDB  AsterixDB 101: An ADM and SQL++ Primer
+
+
+
+
+  
+
+
+  
+
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ga('create', 'UA-41536543-1', 'uci.edu');
+ga('send', 'pageview');
+  
+
+
+  
+
+
+
+
+  
+
+  
+   
 
+
+  
+  
+
+  
+
+  
+
+
+
+  Last Published: 2017-01-24
+  
+
+
+ Version: 0.9.0
+  
+|
+
+  
+Documentation Home
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+Get Started - Installation
+
+  
+
+  
+  
+Option 1: using NCService
+
+  
+  
+
+  
+  
+Option 2: using Managix
+
+  
+  
+
+  
+  
+Option 3: using YARN
+
+  AsterixDB Primer
+
+  
+
+Option 1: using SQL++
+  
+  
+  
+
+  
+  
+Option 2: using AQL
+
+  Data Model
+
+  
+
+  
+  
+The Asterix Data Model
+
+  Queries - SQL++
+
+  
+
+  
+  
+The SQL++ Query Language
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Queries - AQL
+
+  
+
+  
+  
+The Asterix Query Language (AQL)
+
+  
+  
+
+  
+  
+Builtin Functions
+
+  Advanced Features
+
+  
+
+  
+  
+Support of Similarity Queries
+
+  
+  
+
+  
+  
+Support of Full-text Queries
+
+  
+  
+
+  
+  
+Accessing External Data
+
+  
+  
+
+  
+  
+Support for Data Ingestion
+
+  
+  
+
+  
+  
+User Defined Functions
+
+  
+  
+
+  
+  
+Filter-Based LSM Index Acceleration
+
+  API/SDK
+
+  
+
+  
+  
+HTTP API
+
+
+
+
+
+  
+
+   
+
+
+
+   
  
+
+  
+  
+  
+
+
+
+
+  
+AsterixDB 101: An ADM and SQL++ Primer
+
+Welcome to AsterixDB!
+This document introduces the main features of AsterixDBs data model 
(ADM) and its new SQL-like query language (SQL++) by example. The example is a 
simple scenario involving 

asterixdb git commit: Use rsync instead of wget to distribute the benchmark source.

2017-02-17 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master e48c24e1f -> 692b8a890


Use rsync instead of wget to distribute the benchmark source.

Change-Id: I58d2553eb7866d6cc947f9a8f0443cb82fc654f6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1511
Reviewed-by: Ian Maxon 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Ian Maxon 


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

Branch: refs/heads/master
Commit: 692b8a890d2159cc59d1287cdb716fb98bf69692
Parents: e48c24e
Author: Yingyi Bu 
Authored: Fri Feb 17 12:29:10 2017 -0800
Committer: Ian Maxon 
Committed: Fri Feb 17 13:20:16 2017 -0800

--
 .../src/main/resources/benchmarks/tpch/gen/compile.yml| 7 +++
 .../src/main/resources/benchmarks/tpch/gen/settings.yml   | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/692b8a89/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
--
diff --git 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
index a0aa8d3..6aca279 100644
--- 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
+++ 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/compile.yml
@@ -32,11 +32,10 @@
 path: "{{ generatorzip }}"
 state: absent
 
-- name: Download TPC-H data generator
-  get_url:
-url: "{{ tpch_url }}"
+- name: Upload TPC-H data generator
+  synchronize:
+src: "{{ tpch_path }}"
 dest: "{{ home_dir }}"
-force: yes
 
 - name: Unzip data generator
   shell: unzip "{{ generatorzip }}"

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/692b8a89/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
--
diff --git 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
index 11ba53c..5a0a3ea 100644
--- 
a/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
+++ 
b/asterixdb/asterix-benchmark/src/main/resources/benchmarks/tpch/gen/settings.yml
@@ -41,5 +41,5 @@ localgen: "{{ binary_dir }}/gen.sh"
 # The local data generation command.
 localgencmd: "gen.sh"
 
-# The url for the TPC-H benchmark.
-tpch_url: 
\ No newline at end of file
+# The path for the TPC-H benchmark source zip.
+tpch_path: 
\ No newline at end of file



asterixdb git commit: Various fixes for Windows NCService

2017-02-22 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 6fc1f7b31 -> 0f4a25b20


Various fixes for Windows NCService

- Fix RESOURCE_PATH
- Use windows platform in appassembler instead of booter-windows for 
client-helper
- Fix a few redirection bugs in sample start/stop batch files

Change-Id: If7af80292bddd5191d83bac18f0a518621d7db71
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1518
Reviewed-by: Yingyi Bu 
Reviewed-by: Michael Blow 
Integration-Tests: Ian Maxon 
Tested-by: Ian Maxon 


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

Branch: refs/heads/master
Commit: 0f4a25b20a83cb53054c4246eafd1740bc451deb
Parents: 6fc1f7b
Author: Ian Maxon 
Authored: Tue Feb 21 17:46:44 2017 -0800
Committer: Ian Maxon 
Committed: Wed Feb 22 15:42:45 2017 -0800

--
 asterixdb/asterix-client-helper/pom.xml| 11 +--
 .../asterix/common/exceptions/ErrorCode.java   |  2 +-
 .../main/opt/local/bin/start-sample-cluster.bat| 16 +---
 .../src/main/opt/local/bin/stop-sample-cluster.bat | 17 +++--
 .../apache/hyracks/api/exceptions/ErrorCode.java   |  2 +-
 5 files changed, 7 insertions(+), 41 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/0f4a25b2/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index 9a7bb64..726e8fa 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -41,26 +41,17 @@
 
   
 unix
+windows
   
   asterixhelper
   
org.apache.asterix.clienthelper.AsterixHelper
 
   
-  
-
-  asterixhelper
-  
org.apache.asterix.clienthelper.AsterixHelper
-  
-booter-windows
-  
-
-  
 
 
   
 
   assemble
-  generate-daemons
 
   
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/0f4a25b2/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
--
diff --git 
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
 
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
index dd7c8e4..83ff3a2 100644
--- 
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
+++ 
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
@@ -31,7 +31,7 @@ import org.apache.hyracks.api.util.ErrorMessageUtil;
 // 3000  3999: feed errors
 // 4000  4999: lifecycle management errors
 public class ErrorCode {
-private static final String RESOURCE_PATH = "asx_errormsg" + 
File.separator + "en.properties";
+private static final String RESOURCE_PATH = "asx_errormsg/en.properties";
 public static final String ASTERIX = "ASX";
 
 // Extension errors

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/0f4a25b2/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
--
diff --git 
a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat 
b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
index 580e1e0..74ca87e 100644
--- a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
+++ b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
@@ -52,20 +52,6 @@ shift
 goto opts
 :postopts
 
-if NOT DEFINED JAVA_HOME (
-  echo ERROR: JAVA_HOME not defined
-  goto :ERROR
-)
-REM ensure JAVA_HOME has no spaces nor quotes, since appassembler can't handle 
them
-set JAVA_HOME=%JAVA_HOME:"=%
-for %%I in ("%JAVA_HOME%") do (
-  set JAVA_HOME=%%~sI
-)
-
-set JAVACMD=%JAVA_HOME%\bin\java
-
-REM TODO(mblow): check java version, spaces in CWD
-
 set DIRNAME=%~dp0
 
 pushd %DIRNAME%\..
@@ -92,7 +78,7 @@ set tempfile="%TEMP%\start-sample-cluster-%random%"
 
 wmic process where ^
   "name='java.exe' and CommandLine like 
'%%org.codehaus.mojo.appassembler.booter.AppassemblerBooter%%' and (CommandLine 
like '%%app.name=\"%%[cn]c\"%%' or CommandLine like 
'%%app.name=\"%%ncservice\"%%')" ^
-  

asterixdb git commit: Add necesasary plugins for simple release method

2017-02-10 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master c229da657 -> 99fed93d0


Add necesasary plugins for simple release method

Change-Id: I8768ff760235f2f7f0c33d5af633bcdefa0b51e5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1493
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Michael Blow 


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

Branch: refs/heads/master
Commit: 99fed93d0c64fe68c3e0fbd9555b1917696ee991
Parents: c229da6
Author: Ian Maxon 
Authored: Thu Feb 9 19:11:39 2017 -0800
Committer: Ian Maxon 
Committed: Fri Feb 10 11:24:00 2017 -0800

--
 asterixdb/pom.xml | 31 +++
 hyracks-fullstack/pom.xml | 37 -
 2 files changed, 47 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/99fed93d/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index c684539..57488bc 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -406,6 +406,16 @@
 
   
 
+
+org.codehaus.mojo
+versions-maven-plugin
+2.1
+
+
+org.apache.maven.plugins
+maven-scm-plugin
+1.9.5
+
   
 
   
@@ -521,6 +531,27 @@
   
 
 
+  release
+  
+
+  
+org.apache.maven.plugins
+maven-gpg-plugin
+1.6
+
+  
+sign-artifacts
+verify
+
+  sign
+
+  
+
+  
+
+  
+
+
   java8
   
 1.8

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/99fed93d/hyracks-fullstack/pom.xml
--
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 2c078c4..5ddbf92 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -395,6 +395,16 @@
 
   
 
+
+org.codehaus.mojo
+versions-maven-plugin
+2.1
+
+
+org.apache.maven.plugins
+maven-scm-plugin
+1.9.5
+
   
 
   
@@ -407,35 +417,20 @@
   
 
 
-  asterix-release
-  
-
-  src/main/assembly/source.xml
-
-  
+  release
   
 
   
 org.apache.maven.plugins
-maven-assembly-plugin
-
+maven-gpg-plugin
+1.6
 
   
-
-source-release-assembly
-package
+sign-artifacts
+verify
 
-  single
+  sign
 
-
-
-  
-src/main/assembly/source.xml
-  
-
   
 
   



asterixdb git commit: Debian Packaging for NCService

2017-02-10 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 392bbbc00 -> c229da657


Debian Packaging for NCService

Change-Id: I1b5d0895ed5a34700d4e2f666715b857ce275127
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1492
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Michael Blow 


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

Branch: refs/heads/master
Commit: c229da6576b1d280857cf64dab078842dad2
Parents: 392bbbc
Author: Ian Maxon 
Authored: Thu Feb 9 09:52:25 2017 -0800
Committer: Ian Maxon 
Committed: Fri Feb 10 11:17:36 2017 -0800

--
 asterixdb/asterix-server/pom.xml| 60 
 .../asterix-server/src/deb/control/control  | 24 
 .../asterix-server/src/deb/control/postinst | 17 ++
 asterixdb/asterix-server/src/deb/control/postrm | 15 +
 .../asterix-server/src/deb/control/preinst  | 15 +
 asterixdb/asterix-server/src/deb/control/prerm  | 15 +
 .../src/deb/systemd/asterix-cc.service  | 26 +
 .../src/deb/systemd/asterix-nc.service  | 26 +
 8 files changed, 198 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c229da65/asterixdb/asterix-server/pom.xml
--
diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml
index f91ed64..7d74903 100644
--- a/asterixdb/asterix-server/pom.xml
+++ b/asterixdb/asterix-server/pom.xml
@@ -343,6 +343,66 @@
 
   
   
+jdeb
+org.vafer
+1.5
+
+  
+package
+
+  jdeb
+
+
+  
+
+  
${project.build.directory}/${project.build.finalName}-binary-assembly/
+  bin/**
+  directory
+  
+perm
+/opt/apache-asterixdb/
+asterixdb
+asterixdb
+644
+  
+
+
+  
${project.build.directory}/${project.build.finalName}-binary-assembly/bin
+  directory
+  
+perm
+/opt/apache-asterixdb/bin
+asterixdb
+asterixdb
+754
+  
+
+
+  file
+  src/deb/systemd/asterix-cc.service
+  
+ /lib/systemd/system
+ perm
+ root
+ root
+  
+
+
+  file
+  src/deb/systemd/asterix-nc.service
+  
+ /lib/systemd/system
+ perm
+ root
+ root
+  
+
+  
+
+  
+
+  
+  
 org.apache.maven.plugins
 maven-dependency-plugin
 2.10

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c229da65/asterixdb/asterix-server/src/deb/control/control
--
diff --git a/asterixdb/asterix-server/src/deb/control/control 
b/asterixdb/asterix-server/src/deb/control/control
new file mode 100644
index 000..1f6c213
--- /dev/null
+++ b/asterixdb/asterix-server/src/deb/control/control
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+Package: apache-asterixdb-server
+Version: 

asterixdb git commit: NCService documentation improvements

2017-02-14 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 650b60806 -> 6b4e17981


NCService documentation improvements

Change-Id: I8a775498e758e900013db1116fef593d292cf8af
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1490
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Till Westmann 


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

Branch: refs/heads/master
Commit: 6b4e1798134c1eda64e9b322e221665f24595278
Parents: 650b608
Author: Ian Maxon 
Authored: Mon Feb 13 16:58:51 2017 -0800
Committer: Ian Maxon 
Committed: Tue Feb 14 13:44:27 2017 -0800

--
 asterixdb/asterix-doc/src/main/ncservice.tex|  33 
 .../asterix-doc/src/site/markdown/ncservice.md  | 168 +--
 .../resources/images/asterixdb_interface.png| Bin 0 -> 60439 bytes
 .../src/site/resources/images/ncservice.png | Bin 0 -> 24205 bytes
 asterixdb/asterix-doc/src/site/site.xml |   1 +
 5 files changed, 186 insertions(+), 16 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/6b4e1798/asterixdb/asterix-doc/src/main/ncservice.tex
--
diff --git a/asterixdb/asterix-doc/src/main/ncservice.tex 
b/asterixdb/asterix-doc/src/main/ncservice.tex
new file mode 100644
index 000..7d6d14b
--- /dev/null
+++ b/asterixdb/asterix-doc/src/main/ncservice.tex
@@ -0,0 +1,33 @@
+\documentclass[convert={density=300,size=500x500,outext=.png}]{standalone}
+\usepackage{tikz}
+\usepackage{pgf}
+\usetikzlibrary{arrows,positioning}
+\usepackage{graphicx}
+\tikzset{
+procs/.style={
+   rectangle,
+   rounded corners,
+   draw=black, thick,
+   text width=13em,
+   minimum height=.5em,
+   text centered},
+% Define arrow style
+msgs/.style={
+   ->,
+   thick,
+   shorten <=2pt,
+   shorten >=2pt,}
+}
+\begin{document}
+\begin{tikzpicture}[node distance=1cm, auto,]
+   \node[procs] (nc) {\large Node Controller (NC)};
+   \node[procs,above=of nc] (ncservice) {\large NC Service};
+   \node[procs, above= of ncservice] (cc) {\large Cluster Controller (CC)};
+
+   \path [draw, -latex'] (ncservice) -- node {\scriptsize 2. NC 
startup}(nc);
+   \path [draw, -latex'] (cc) --  node {\scriptsize 1. NC parameters 
}(ncservice);
+   \draw [->] (nc.east) -- ++(1em,0) node[near end, 
rotate=-90,xshift=-4em] {\scriptsize 3. NC registration} |- (cc.east);
+\end{tikzpicture} \\*
+
+
+\end{document}

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/6b4e1798/asterixdb/asterix-doc/src/site/markdown/ncservice.md
--
diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md 
b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
index bdcfab5..3215183 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
@@ -19,18 +19,89 @@
 
 ## Table of Contents ##
 
-* [Starting a small cluster using the NCService](#Small_cluster)
-* [Parameter setting](#Parameters)
+* [Quick Start](#quickstart)
+* [Starting a small single-machine cluster using the NCService](#Small_cluster)
+* [Deploying AsterixDB via NCService in a multi-machine setup](#Multi_machine)
+* [Available Configuration Parameters](#Parameters)
 
-#  Starting a small cluster using the NCService
 
-When running a cluster using the `NCService` there are 3 different kind of
+#  Quick Start
+
+The fastest way to get set up with a single-machine sample instance of 
AsterixDB is
+to use the included sample helper scripts. To do so, in the extracted 
`asterix-server`
+directory, navigate to `opt/local/bin/`
+
+user@localhost:~/
+$cd asterix-server/
+user@localhost:~/asterix-server
+$cd opt/local/bin
+
+This folder should contain 4 scripts, two pairs of `.sh` and `.bat` files
+respectively. `start-sample-cluster.sh` will simply start a basic sample 
cluster
+using the coniguration files located in `samples/local/conf/`.
+
+user@localhost:~/a/o/l/bin
+$./start-sample-cluster.sh
+CLUSTERDIR=/home/user/asterix-server/opt/local
+INSTALLDIR=/home/user/asterix-server
+LOGSDIR=/home/user/asterix-server/samples/opt/logs
+
+INFO: Starting sample cluster...
+INFO: Waiting up to 30 seconds for cluster 127.0.0.1:19002 to be available.
+INFO: Cluster started and is ACTIVE.
+

[02/12] asterixdb git commit: Revert "[maven-release-plugin] prepare for next development iteration"

2017-01-18 Thread imaxon
Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit ab6fd5e74e80f56858ab643a5863f8d6299b42bc.


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

Branch: refs/heads/release-0.8.9
Commit: 7c9a47ad984434a89e3c90b9dd6993ec6e7eae08
Parents: bd42dbc
Author: Ian Maxon 
Authored: Wed Jan 18 12:17:08 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 12:17:08 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 

[05/12] asterixdb git commit: Revert "[maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1"

2017-01-18 Thread imaxon
Revert "[maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1"

This reverts commit 0c940ef7e2014b125ca54e290a3563f44a6e524e.


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

Branch: refs/heads/release-0.8.9
Commit: 2d232b6a53b8c52df547ad44564ed1b46a01aa21
Parents: 7c9a47a
Author: Ian Maxon 
Authored: Wed Jan 18 12:17:09 2017 -0800
Committer: Ian Maxon 
Committed: Wed Jan 18 12:17:09 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 

svn commit: r17890 - /dev/asterixdb/

2017-01-18 Thread imaxon
Author: imaxon
Date: Thu Jan 19 03:39:59 2017
New Revision: 17890

Log:
delete RC1

Removed:
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.sha1



svn commit: r17891 - /dev/asterixdb/

2017-01-18 Thread imaxon
Author: imaxon
Date: Thu Jan 19 03:46:27 2017
New Revision: 17891

Log:
add RC2

Added:
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip   (with props)
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip   (with props)
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.sha1

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc
==
--- dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc (added)
+++ dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc Thu Jan 19 
03:46:27 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAliAK/4SHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmAAfwQAIOHnDS+MY0mXRbjqrm4+fA8Uc37lJO2
+oW4d/nejuzC+CjUnGYNpjNhg+Ka8rpBfKk6s2lywh8laCuHQdYCUPtjuZDFlKcHA
+gRgOmi2gOPq7afndAR0LPQ2+OEr4EPz9P3NINtYxm93yniGL7vHcz+tlTfPccuJS
+9keXdLihahvti8LfhaQ1GyBt9MDmAmK4u1pbGKVz05igpMhc769tJ/nkSqWpaBtt
+M81jXEB44ypqniS5tx9mTeCrXYA3qi48z6WMskO6+drytfSI1s7uJ7oGS9GmH+wv
+1ZRat9R5g99xZKzjuGKhk2gd3JXU69GVQAkG4DMcz2whIC3C8cg22QbV6wEpVIDv
+3ygDy64RzzEJMg67Hix0F16jKIJUcSlHmEjYs8psEsTZP1vPgVp7wqnyzbH0xpS4
+VD+SrEXI92N5JaSCpYn0VbadYbAdUq3oklJGJklrpm/ssSm2mF37ER5RE6Eu8vRV
+5/6LmH18fy9IqEKD2vJIz7gModq6/KOTUMsdE0dyPNk7A6R3UFhmjYE1p/lxVQPL
+Vg8QdS+VjUkI8gDPEi2wOvTpb2d06vqavQ05DZbR3zDxICHmEDALB7G5/p6aYW49
+hMy/EXdCJdCKJx6hvS94yxNYBZJF6AHT9SflA7EVahEpB6UM9Ow19jVRTzEf1qx2
+eqHKCmVkKqwi
+=ZQK7
+-END PGP SIGNATURE-

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1
==
--- dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1 (added)
+++ dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1 Thu Jan 19 
03:46:27 2017
@@ -0,0 +1 @@
+49f8df822c6273a310027d3257a79afb45c8d446
\ No newline at end of file

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc
==
--- dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc (added)
+++ dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc Thu Jan 19 
03:46:27 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAliAJ7QSHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmAon8P/2PPr1PTXrcoFGaDMNOS6E+jLnmvOPK1
+wvjd/3PIVdJp12nD1GfNqCbxZk57ge6SPbCtPKiu9Jv8EGcULnfE2uN61A2Z1orY
+27/0JEQf59uakOt9aY2sPlIAxKWreKGq9s1bHUxr778vCjdUwvUHYsl/72SqbGiD
+4Wighf66bUYpU5UxOzuH1fMUdjJ8r3wPcFS6chH62rzdzVdo8OJ5l1rdKYTZiYlc
+PCc6MJLtsrYi9j8Ynal6DCbvdGfnUTB0w3o14j571IoESm1pkpdXUfOKeXZATZLP
+lgJh2Kvc3L/wn9ccxKhduksm7mqLkm3GkYPveLE2dLDNB0LLzCUs/cl5NaLOKStD
+pkeEHqNCEy7qOpo0oJESJpeuCbaNSIMAz+8/u9JYgIGqwDJvVSySVcpFoSgxBRsf
+jFqjFU+cKS7Nok/pFcOxpo1lv87OAl5wAhpVL//UxZaL5d4wDROgOHo3PiqxjasG
+4GBFOU5Zsix103Cjhwiyi1BWzkDet3C+Nk+7OdrOMMNXSbQdLw1BA+ooPDCRGZFW
+S1loFnDVlsdmh3URbRgTjxF+56d13irGjDI16OhcTi7ZaEhL9hhad8JitkE/5zk8
+tP97KkfGCX8xjCX+It7WNKPVb/L2PlmHeqTd2B5rVv0FEUOcBp/5m3qyrC7aBnaM
+ymqYm3kZY+Ld
+=/DPf
+-END PGP SIGNATURE-

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1
==
--- dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1 (added)
+++ dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1 Thu Jan 19 
03:46:27 2017
@@ -0,0 +1 @@
+4d042cab164347f0cc5cc1cfb3da8d4f02eea1de
\ No newline

[asterixdb] Git Push Summary

2017-01-18 Thread imaxon
Repository: asterixdb
Updated Tags:  refs/tags/apache-asterixdb-0.9.0-rc2 [created] 421e88253


[asterixdb] Git Push Summary

2017-01-17 Thread imaxon
Repository: asterixdb
Updated Tags:  refs/tags/apache-hyracks-0.2.18 [deleted] c54d2a87a


[3/5] asterixdb git commit: Revert "[maven-release-plugin] prepare for next development iteration"

2017-01-17 Thread imaxon
Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit e12757dd0b6f713ff7b533d19f77d55648ea78fc.


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

Branch: refs/heads/release-0.8.9
Commit: d6f2c93f289b81f5eb329bf2739c774dae8de357
Parents: e12757d
Author: Ian Maxon 
Authored: Tue Jan 17 12:31:26 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 12:31:26 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index 0db372b..347a8c4 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index 28ef045..6d66631 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 42a3d1c..abdb5fb 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.10-SNAPSHOT
+0.8.9
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d6f2c93f/asterixdb/asterix-client-helper/pom.xml
--
diff --git 

svn commit: r17851 - /dev/asterixdb/

2017-01-17 Thread imaxon
Author: imaxon
Date: Wed Jan 18 02:49:31 2017
New Revision: 17851

Log:
Remove RC0

Removed:
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.asc
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.sha1
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.asc
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.sha1
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.asc
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.sha1
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.asc
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.sha1
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.asc
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.sha1



[2/6] asterixdb git commit: [maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1

2017-01-17 Thread imaxon
[maven-release-plugin] prepare release apache-hyracks-0.3.0-rc1


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

Branch: refs/heads/release-0.8.9
Commit: 0c940ef7e2014b125ca54e290a3563f44a6e524e
Parents: c3dfd4b
Author: Ian Maxon 
Authored: Tue Jan 17 17:13:34 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:13:34 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml | 2 +-
 .../hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml  | 2 +-
 .../hyracks-tests/hyracks-storage-am-btree-test/pom.xml 

[5/6] asterixdb git commit: [maven-release-plugin] prepare release apache-asterixdb-0.9.0-rc1

2017-01-17 Thread imaxon
[maven-release-plugin] prepare release apache-asterixdb-0.9.0-rc1


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

Branch: refs/heads/release-0.8.9
Commit: 46c38f931abf0289e9b6be79ae4fc2a08f03e9b5
Parents: 388525d
Author: Ian Maxon 
Authored: Tue Jan 17 17:49:53 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:49:53 2017 -0800

--
 asterixdb/asterix-active/pom.xml |  2 +-
 asterixdb/asterix-algebra/pom.xml|  2 +-
 asterixdb/asterix-app/pom.xml|  2 +-
 asterixdb/asterix-client-helper/pom.xml  |  2 +-
 asterixdb/asterix-common/pom.xml |  2 +-
 asterixdb/asterix-coverage/pom.xml   |  2 +-
 asterixdb/asterix-doc/pom.xml| 11 ---
 asterixdb/asterix-events/pom.xml |  2 +-
 asterixdb/asterix-examples/pom.xml   |  2 +-
 asterixdb/asterix-experiments/pom.xml|  2 +-
 asterixdb/asterix-external-data/pom.xml  |  2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  |  2 +-
 asterixdb/asterix-hivecompat/pom.xml |  2 +-
 asterixdb/asterix-installer/pom.xml  |  2 +-
 asterixdb/asterix-lang-aql/pom.xml   |  2 +-
 asterixdb/asterix-lang-common/pom.xml|  2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml |  2 +-
 asterixdb/asterix-license/pom.xml|  6 +++---
 .../asterix-evaluator-generator-maven-plugin/pom.xml |  2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   |  2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  |  2 +-
 .../lexer-generator-maven-plugin/pom.xml |  2 +-
 asterixdb/asterix-maven-plugins/pom.xml  |  2 +-
 .../record-manager-generator-maven-plugin/pom.xml|  2 +-
 asterixdb/asterix-metadata/pom.xml   |  2 +-
 asterixdb/asterix-om/pom.xml |  2 +-
 asterixdb/asterix-replication/pom.xml|  2 +-
 asterixdb/asterix-runtime/pom.xml|  2 +-
 asterixdb/asterix-server/pom.xml |  2 +-
 asterixdb/asterix-test-framework/pom.xml |  2 +-
 asterixdb/asterix-tools/pom.xml  |  2 +-
 asterixdb/asterix-transactions/pom.xml   |  2 +-
 asterixdb/asterix-yarn/pom.xml   |  2 +-
 asterixdb/pom.xml|  8 
 34 files changed, 42 insertions(+), 45 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index a43e88e..f259ce7 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index b4e504c..c92fd19 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index d4a9e5f..74b0bbf 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9-SNAPSHOT
+0.9.0
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/46c38f93/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index defb488..8eae177 100644
--- a/asterixdb/asterix-client-helper/pom.xml
+++ b/asterixdb/asterix-client-helper/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9-SNAPSHOT
+0.9.0
   
   
  

[3/6] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-17 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/release-0.8.9
Commit: ab6fd5e74e80f56858ab643a5863f8d6299b42bc
Parents: 0c940ef
Author: Ian Maxon 
Authored: Tue Jan 17 17:13:54 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:13:54 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml   | 2 +-
 

[1/6] asterixdb git commit: Fix AsterixDB Source Assembly, Rename Hyracks Source Assembly

2017-01-17 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/release-0.8.9 1b3b3dba0 -> 9fd33358a


Fix AsterixDB Source Assembly, Rename Hyracks Source Assembly

- Update source assembly descriptor to include missing files, filter out
  extranous files.
- /apache-asterixdb-hyracks/apache-hyracks/

Change-Id: I6a1597b4d6322b43617fd5a348ab3116ff2d14f8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1449
Reviewed-by: Ian Maxon 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
BAD: Jenkins 


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

Branch: refs/heads/release-0.8.9
Commit: c3dfd4bc9922c4963aed0d846d83770009bd5db9
Parents: 1b3b3db
Author: Michael Blow 
Authored: Tue Jan 17 17:19:49 2017 -0500
Committer: Michael Blow 
Committed: Tue Jan 17 16:59:31 2017 -0800

--
 asterixdb/src/main/assembly/source.xml  | 35 +++-
 hyracks-fullstack/algebricks/pom.xml|  3 +-
 .../hyracks-fullstack-license/pom.xml   |  2 +-
 hyracks-fullstack/hyracks/pom.xml   |  3 +-
 hyracks-fullstack/pom.xml   |  2 +-
 5 files changed, 9 insertions(+), 36 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/asterixdb/src/main/assembly/source.xml
--
diff --git a/asterixdb/src/main/assembly/source.xml 
b/asterixdb/src/main/assembly/source.xml
index b29da54..97cf01f 100644
--- a/asterixdb/src/main/assembly/source.xml
+++ b/asterixdb/src/main/assembly/source.xml
@@ -28,38 +28,13 @@
   ${project.basedir}
   /
   true
-  
-**/LICENSE
-**/NOTICE
-**/README
-**/src/**
-**/results/**
-**/pom.xml
-**/build*.xml
-**/findbugs*.xml
-**/*site.xml
-**/*.adm
-**/*.json
-**/*.aql
-**/*.ddl
-**/*.seq
-**/*.rc
-**/*.big
-**/*textFileS
-**/*large_text
-**/*.csv*
-**/*.tbl
-**/*.txt
-**/part-*
-**/*.cleaned
-**/*.md
-**/*.hcli
-**/*.properties
-**/*.scm
-**/*.sh
-  
   
 **/${project.build.directory}/**
+**/git.properties
+release.properties
+asterix-app/src/test/resources/externallib/**
+
asterix-installer/src/test/resources/clusterts/asterix-installer-*-binary-assembly/**
+DEPENDENCIES
   
 
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/algebricks/pom.xml
--
diff --git a/hyracks-fullstack/algebricks/pom.xml 
b/hyracks-fullstack/algebricks/pom.xml
index ba31be5..403ed15 100644
--- a/hyracks-fullstack/algebricks/pom.xml
+++ b/hyracks-fullstack/algebricks/pom.xml
@@ -19,14 +19,13 @@
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
   4.0.0
-  org.apache.hyracks
   algebricks
   pom
   algebricks
 
   
 org.apache.hyracks
-apache-asterixdb-hyracks
+apache-hyracks
 0.2.18-SNAPSHOT
   
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/hyracks-fullstack-license/pom.xml
--
diff --git a/hyracks-fullstack/hyracks-fullstack-license/pom.xml 
b/hyracks-fullstack/hyracks-fullstack-license/pom.xml
index a25c0d6..7105a5f 100644
--- a/hyracks-fullstack/hyracks-fullstack-license/pom.xml
+++ b/hyracks-fullstack/hyracks-fullstack-license/pom.xml
@@ -22,7 +22,7 @@
   hyracks-fullstack-license
   
 org.apache.hyracks
-apache-asterixdb-hyracks
+apache-hyracks
 0.2.18-SNAPSHOT
   
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/c3dfd4bc/hyracks-fullstack/hyracks/pom.xml
--
diff --git a/hyracks-fullstack/hyracks/pom.xml 
b/hyracks-fullstack/hyracks/pom.xml
index cb2d661..b45cf8c 100644
--- a/hyracks-fullstack/hyracks/pom.xml
+++ b/hyracks-fullstack/hyracks/pom.xml
@@ -19,14 +19,13 @@
 
 http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
   4.0.0
-  org.apache.hyracks
   hyracks
   pom
   hyracks
 
   
 

[6/6] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-17 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/release-0.8.9
Commit: 9fd33358a55ed846b0cb99a83cdffb333fdf1586
Parents: 46c38f9
Author: Ian Maxon 
Authored: Tue Jan 17 17:50:10 2017 -0800
Committer: Ian Maxon 
Committed: Tue Jan 17 17:50:10 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index f259ce7..a816d19 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index c92fd19..1209f5a 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 74b0bbf..2d26f76 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.9.0
+0.9.1-SNAPSHOT
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/9fd33358/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index 

svn commit: r17852 - /dev/asterixdb/

2017-01-17 Thread imaxon
Author: imaxon
Date: Wed Jan 18 02:54:01 2017
New Revision: 17852

Log:
Add RC1

Added:
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip   (with props)
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc
dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip   (with props)
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc
dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-installer-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-server-0.9.0-binary-assembly.zip.sha1
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip   (with props)
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.asc
dev/asterixdb/asterix-yarn-0.9.0-binary-assembly.zip.sha1

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc
==
--- dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc (added)
+++ dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.asc Wed Jan 18 
02:54:01 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAlh+yx4SHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmARgcP/RY+uZPoSJNm7eMtEemuTeDWNNAVM5yy
+VV5YzUl0HqrQahtqpsrY+qFIf+bo959HKJr4j0CmPg90dqWEq1BBJpyry9XfI9Gm
+nbQasLlXwQgEviaiKqgVrsw+ozGt8inOGmd0T+RT68D/NUQdeP/cgiV4w00MPoYg
+Lyff0O7Y3OHP0GeaPCweu260Z+BLbPaJCgqgjvQcsbOi2EMETL3SJt8AP9IWx17q
+uEumQV7CVLuP7R1OiBJDqF9ylCdeJUAwsqH+NEI5rNAtvavcEkBBZ9AunBFB4Xe3
+TiZmFomGePXs+vohoLGE4BYPEhd19nhh5lH0jX1zpS7s98poqO8ROqtIN6rQZe1t
+a1XvMOFK7B0/OmC9fci0rpNz80CCzdBxOmQyyt6nACQlEN+CXCDjo1FgmkVqzO5E
+GWOqkZ3drHEd55pNHkF6ptsQwzboiAxT0KfjHl+3bOqhR86UzY2i2bzNNA2XluMF
+KkA3EBvL94459462IyW62Xj3k7AnKpDR1UVmFOI6oR5IeyAXGuZrFO413lsgL/7x
+ZJQkMBZzXcrDXsUCI44A5QjJh1kcOzSR2rsbVl6eZZQO7U5V3D/IIe4FVahxvepi
+dBOG8WTj0vAk7x0YOA/rvKg4Kag36LIKjEhktywN1cb0e3RuMxnB5O/XUi3jNBzZ
+/Bs66KMSUuJ1
+=P1eG
+-END PGP SIGNATURE-

Added: dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1
==
--- dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1 (added)
+++ dev/asterixdb/apache-asterixdb-0.9.0-source-release.zip.sha1 Wed Jan 18 
02:54:01 2017
@@ -0,0 +1 @@
+ab8a1a49ec3a92f19511f9843ec7785b0189a774
\ No newline at end of file

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc
==
--- dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc (added)
+++ dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.asc Wed Jan 18 
02:54:01 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAlh+wt4SHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmA4d0QAJIAMXkWrJbG2QiNeaGpqqpVloB4pgPs
+nWtSrpM9dG4CsAdEkfREuYH/TV66viNGNQ2aM3PYI06oVDKVZ3XOCNwAkA6PT2TH
+r2YY6jVB7u/+foc2ev3G7YnnPRlk+5tcFZ3CP4DmXPG7dwhuPsKttuzQc80OcTRj
+xSwZqmt5FjOm7PlVvf0m97osMBBfw/LIrRnLRZC8t+5ZClJR7i1I5uFwRntDySF1
+ZhT4YP7wjTwidU+YG+zroP7yT9NpvIRQVmBul8KmUkjC28ksm44594kz/o2VrD0x
+iZQeWWNnuppJCNvm3YwkGKMcGZlIsB888mhN97FqfEj6A62KhTT3+2t1za7J++SY
+AqU+WcwqZfQJCnmSY9zhGBijC3yXbHJBJYvw+/i4FGvpa1kCX7g7sP8MqRVYhv/L
+q+sYX2GVGSEFACdd58EC3/B7oXNVD7trMtYfF5wVm6EENvX3/97aOWpsuNiPLKq6
+VCM8iOh3CcBCWDpwrtp/Di9lsF9WHJOEgYEPSBIK3s+bZtv07iK7/3iLaDo79XyC
+68+sQ0ldzYqDKnLaaqhHsZDot+l0f5tgi4ChzmuFSp9uY94YUDegEXoLAkIgvldg
++46vxA58RWcchMHeF9GJh8PvLOB8SOKQMWI35zggsJIbitrd1WTBX2He9Vnr2kIj
+gkjkMPQw7cxY
+=QTcU
+-END PGP SIGNATURE-

Added: dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1
==
--- dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1 (added)
+++ dev/asterixdb/apache-hyracks-0.3.0-source-release.zip.sha1 Wed Jan 18 
02:54:01 2017
@@ -0,0 +1 @@
+2df2a3648e485ea90567cf25bbc048e901c0e033
\ No newline

[asterixdb] Git Push Summary

2017-01-17 Thread imaxon
Repository: asterixdb
Updated Tags:  refs/tags/apache-asterixdb-0.9.0-rc1 [created] 474578070


[asterixdb] Git Push Summary

2017-01-17 Thread imaxon
Repository: asterixdb
Updated Tags:  refs/tags/apache-hyracks-0.3.0-rc1 [created] e8010fb00


asterixdb git commit: Add scm tag back to Hyracks pom

2017-01-16 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master c96bb1f74 -> 4b22843ec


Add scm tag back to Hyracks pom

Change-Id: I9c409a58fb93aee81e3d5661525d09cb377e5884
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1445
Reviewed-by: Michael Blow 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 


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

Branch: refs/heads/master
Commit: 4b22843ec87c4efc79988926061c2e6d3f2795e2
Parents: c96bb1f
Author: Ian Maxon 
Authored: Mon Jan 16 13:35:16 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 14:34:44 2017 -0800

--
 hyracks-fullstack/pom.xml | 7 +++
 1 file changed, 7 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4b22843e/hyracks-fullstack/pom.xml
--
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 6c153c6..1213ba0 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -42,6 +42,13 @@
 
   
 
+  
+scm:git:https://github.com/apache/asterixdb
+
scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
+https://github.com/apache/asterixdb
+HEAD
+  
+
   
 UTF-8
 1.8



svn commit: r17828 - /dev/asterixdb/

2017-01-16 Thread imaxon
Author: imaxon
Date: Tue Jan 17 00:28:45 2017
New Revision: 17828

Log:
add Apache AsterixDB Release Candidate 0.8.9 & Hyracks 0.2.18

Added:
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip   (with props)
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.asc
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip   (with 
props)
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.asc
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip   (with props)
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.asc
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip   (with props)
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.asc
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip   (with props)
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.asc

Added: dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.asc
==
--- dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.asc (added)
+++ dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.asc Tue Jan 17 
00:28:45 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAlh9UeoSHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmArCoQAOOgTnGSOp5b9jfrtrZ9em7n8pnccuNR
+YEMavW0hDca6JYdeUenUWeQcKcpNo6mDvZANT8qVGfDLQBPIwGeqVb14KE4nEeby
+7jgHm1kWtpCbW9+IEUxtlhiNd1Lv/bHvRWuoyAFJS5U03lTFjZq0W1AR/kXEGn39
+KLT9XPPskTChL+1DarJNMYXPlgd1TtqsSaTm6y31/oKzecrsA4Qm2bdqMMKe/22U
+KW8YZ11QC5epVPm3tqpJsse+HNurW9uzY5qy0bR6bZWSDT+IOHSTwsGBjNnZ1HZH
+4+Lfrq5+FYTmBCOcOGWD+Z1+Ufvu+8lELwM2mqdTAon3CurQ9jbVu8Z3wxweG6x2
+no3Zxrl/2LrWk+tb9Q5smqfQ0IW4CwvZ5cZNSi1qeOgUhtv61h7yrevJFlgTVwLA
+3/9g9Ht60cDYs6//7RyfUTN6jcQmySNVC5mZH1KXTq5RmcafrIaqs693eDdtadIJ
+WMslsYxhz1ncCVNP4mUahO4oD8QMwId5IlF087Yb3XzVjRjj39HIZ/q/ORcEHa26
+bqqnvz42UlZuMGXciDDumfHTM98J3NIBeG/X2kx73/84kmd8klNaF5x5fOdYDIX6
+xDCzSrCor1hjkJ3iS3whpMAWlSNDxdaxxSDQTVFUh1g07XpV9Xz6P+Gpt7VqlWBJ
+tKvywRuo8a9H
+=7QOl
+-END PGP SIGNATURE-

Added: dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.asc
==
--- dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.asc (added)
+++ dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.asc Tue 
Jan 17 00:28:45 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAlh9S4gSHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmAtJoQAM2VUCx2KQIMigT/tr8BfopQmteVgRvz
+C/Rc8NJGk9ntipnzZFCU6bLU08hVdcfdu6O1EDBGgphEYJC0NHuqlrOnNCkWCiOn
+mJ66y0ti6VVNmWtMVJbrGOOarPL88SpkTj6K7Ep8xkCQPJt7QzOBoB2eWm2lyfXh
+cZyMvhjWT/awHAEDi0RamYtG3KggKL34WxxB0LI+GoeHkTLivtlONnJ/i6WHunF0
+n/y7QdRdDVY9m8thG0WHjVyNggZzyOeiBhQ5cG3QQZk3EMT42MZbyufWnv1I8cbB
+DW8hFkClUW5rI5ga3FLqU9v+7S5fq6p84dSz/0vL03qMnOmWGPtV1sb83GGXHUMS
+SdMsbcCcibHu7WpAQkqLwWwy4clBCXZhhPR+dRAU78oz1Zu3y/gf2Yk2NI+g8nlr
+RNN4eHIPz/Hf8Fphc+jKKzT+MqtOMRvDr7GSMnv0LwoPNYSphmNO1Wz8UPd/vEmC
+cIkrI8Wko2Dn8bj6EEIpH41gL/Sx+b21p3abNT1wV5L+inR/as94+vZZ7aP7THra
+etms8vjnidUyvO3LDrRX+zcH0Eebkm2HBWPrNfv0jJXMlvqpvrriImqHpwzVumvC
+atntWmBjL+uND51g4/5Owp1s+NI6s04KL2eBwpOYied2D9iWcZDTHaHNIT61IjAL
+PccLmJpGtCMF
+=M1Jd
+-END PGP SIGNATURE-

Added: dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip
==
Binary file - no diff available.

Propchange: dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip
--
svn:mime-type = application/octet-stream

Added: dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.asc
==
--- dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.asc (added)
+++ dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.asc Tue Jan 17 
00:28:45 2017
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJGBAABCAAwFiEEPE0/GbK94xeEI79WqY/qh6VuqYAFAlh9Um4SHGltYXhvbkBh
+cGFjaGUub3JnAAoJEKmP6oelbqmA2A8P+wcHG7HX+KOtyzOLMjtAnOQnVmjJxKj+
+c1xgu1UFRAVmfuaU8CU2qbCVuXTtHv8T1jEJieh9LAKKOWwUWqJ9mZFgMTgd

svn commit: r17829 - /dev/asterixdb/

2017-01-16 Thread imaxon
Author: imaxon
Date: Tue Jan 17 00:36:27 2017
New Revision: 17829

Log:
add sha1sums

Added:
dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.sha1
dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.sha1
dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.sha1
dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.sha1
dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.sha1

Added: dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.sha1
==
--- dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.sha1 (added)
+++ dev/asterixdb/apache-asterixdb-0.8.9-source-release.zip.sha1 Tue Jan 17 
00:36:27 2017
@@ -0,0 +1 @@
+908c2942a07ecb87903dff8b93393c510d28  
apache-asterixdb-0.8.9-source-release.zip

Added: dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.sha1
==
--- dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.sha1 
(added)
+++ dev/asterixdb/apache-asterixdb-hyracks-0.2.18-source-release.zip.sha1 Tue 
Jan 17 00:36:27 2017
@@ -0,0 +1 @@
+176a5e89776a7390b3cb188e8d3b56f926f64d94  
apache-asterixdb-hyracks-0.2.18-source-release.zip

Added: dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.sha1
==
--- dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.sha1 (added)
+++ dev/asterixdb/asterix-installer-0.8.9-binary-assembly.zip.sha1 Tue Jan 17 
00:36:27 2017
@@ -0,0 +1 @@
+61e3d2d6b2294fb6b02de201c22fd6c490532d64  
asterix-installer-0.8.9-binary-assembly.zip

Added: dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.sha1
==
--- dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.sha1 (added)
+++ dev/asterixdb/asterix-server-0.8.9-binary-assembly.zip.sha1 Tue Jan 17 
00:36:27 2017
@@ -0,0 +1 @@
+6e48d22c150703e976ca8f03b4945709d067203c  
asterix-server-0.8.9-binary-assembly.zip

Added: dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.sha1
==
--- dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.sha1 (added)
+++ dev/asterixdb/asterix-yarn-0.8.9-binary-assembly.zip.sha1 Tue Jan 17 
00:36:27 2017
@@ -0,0 +1 @@
+f79fe4edb0eb8e1f4ccdc91727d62d40132175c1  
asterix-yarn-0.8.9-binary-assembly.zip




[3/5] asterixdb git commit: Move AsterixDB to stable Hyracks version

2017-01-16 Thread imaxon
Move AsterixDB to stable Hyracks version


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

Branch: refs/heads/release-0.8.9
Commit: cb83ca274c97afadde630f36c65ba3ae8430c485
Parents: 9aa1583
Author: Ian Maxon 
Authored: Mon Jan 16 15:00:31 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 15:00:31 2017 -0800

--
 asterixdb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/cb83ca27/asterixdb/pom.xml
--
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index dfc4f7b..7ecad51 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -64,8 +64,8 @@
 
**/ClusterExecutionIT.java
 
 
-0.2.18-SNAPSHOT
-0.2.18-SNAPSHOT
+0.2.18
+0.2.18
 2.2.0
 9.3.11.v20160721
 0.7.6.201602180812



[1/5] asterixdb git commit: [maven-release-plugin] prepare release apache-hyracks-0.2.18

2017-01-16 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/release-0.8.9 [created] e12757dd0
Updated Tags:  refs/tags/apache-asterixdb-0.8.9 [created] c02b61946
  refs/tags/apache-hyracks-0.2.18 [created] c54d2a87a


[maven-release-plugin] prepare release apache-hyracks-0.2.18


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

Branch: refs/heads/release-0.8.9
Commit: e6af0eee8f27019c7cf2114e66572543bbe84d18
Parents: 4b22843
Author: Ian Maxon 
Authored: Mon Jan 16 14:40:07 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 14:40:07 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml   | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/pom.xml   | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml| 4 ++--
 hyracks-fullstack/hyracks/hyracks-api/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml  | 2 +-
 .../hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml| 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml | 2 +-
 .../hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml   | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 .../hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml  | 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml| 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml   | 2 +-
 .../hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml | 2 +-
 .../hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml   | 

[5/5] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-16 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/release-0.8.9
Commit: e12757dd0b6f713ff7b533d19f77d55648ea78fc
Parents: 62f3a04
Author: Ian Maxon 
Authored: Mon Jan 16 15:09:40 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 15:09:40 2017 -0800

--
 asterixdb/asterix-active/pom.xml | 2 +-
 asterixdb/asterix-algebra/pom.xml| 2 +-
 asterixdb/asterix-app/pom.xml| 2 +-
 asterixdb/asterix-client-helper/pom.xml  | 2 +-
 asterixdb/asterix-common/pom.xml | 2 +-
 asterixdb/asterix-coverage/pom.xml   | 2 +-
 asterixdb/asterix-doc/pom.xml| 2 +-
 asterixdb/asterix-events/pom.xml | 2 +-
 asterixdb/asterix-examples/pom.xml   | 2 +-
 asterixdb/asterix-experiments/pom.xml| 2 +-
 asterixdb/asterix-external-data/pom.xml  | 2 +-
 asterixdb/asterix-fuzzyjoin/pom.xml  | 2 +-
 asterixdb/asterix-hivecompat/pom.xml | 2 +-
 asterixdb/asterix-installer/pom.xml  | 2 +-
 asterixdb/asterix-lang-aql/pom.xml   | 2 +-
 asterixdb/asterix-lang-common/pom.xml| 2 +-
 asterixdb/asterix-lang-sqlpp/pom.xml | 2 +-
 asterixdb/asterix-license/pom.xml| 2 +-
 .../asterix-evaluator-generator-maven-plugin/pom.xml | 2 +-
 .../asterix-grammar-extension-maven-plugin/pom.xml   | 2 +-
 .../asterix-test-datagenerator-maven-plugin/pom.xml  | 2 +-
 .../asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml   | 2 +-
 asterixdb/asterix-maven-plugins/pom.xml  | 2 +-
 .../record-manager-generator-maven-plugin/pom.xml| 2 +-
 asterixdb/asterix-metadata/pom.xml   | 2 +-
 asterixdb/asterix-om/pom.xml | 2 +-
 asterixdb/asterix-replication/pom.xml| 2 +-
 asterixdb/asterix-runtime/pom.xml| 2 +-
 asterixdb/asterix-server/pom.xml | 2 +-
 asterixdb/asterix-test-framework/pom.xml | 2 +-
 asterixdb/asterix-tools/pom.xml  | 2 +-
 asterixdb/asterix-transactions/pom.xml   | 2 +-
 asterixdb/asterix-yarn/pom.xml   | 2 +-
 asterixdb/pom.xml| 4 ++--
 34 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-active/pom.xml
--
diff --git a/asterixdb/asterix-active/pom.xml b/asterixdb/asterix-active/pom.xml
index 347a8c4..0db372b 100644
--- a/asterixdb/asterix-active/pom.xml
+++ b/asterixdb/asterix-active/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.asterix
 apache-asterixdb
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-active
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-algebra/pom.xml
--
diff --git a/asterixdb/asterix-algebra/pom.xml 
b/asterixdb/asterix-algebra/pom.xml
index 6d66631..28ef045 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-algebra
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-app/pom.xml
--
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index abdb5fb..42a3d1c 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -21,7 +21,7 @@
   
 apache-asterixdb
 org.apache.asterix
-0.8.9
+0.8.10-SNAPSHOT
   
   asterix-app
   

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e12757dd/asterixdb/asterix-client-helper/pom.xml
--
diff --git a/asterixdb/asterix-client-helper/pom.xml 
b/asterixdb/asterix-client-helper/pom.xml
index 

[2/5] asterixdb git commit: [maven-release-plugin] prepare for next development iteration

2017-01-16 Thread imaxon
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/release-0.8.9
Commit: 9aa1583eb2fde4a0fa6a95f3bcab40222918398a
Parents: e6af0ee
Author: Ian Maxon 
Authored: Mon Jan 16 14:40:29 2017 -0800
Committer: Ian Maxon 
Committed: Mon Jan 16 14:40:29 2017 -0800

--
 hyracks-fullstack/algebricks/algebricks-common/pom.xml   | 2 +-
 hyracks-fullstack/algebricks/algebricks-compiler/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-core/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-data/pom.xml | 2 +-
 .../algebricks/algebricks-examples/piglet-example/pom.xml| 2 +-
 hyracks-fullstack/algebricks/algebricks-examples/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml | 2 +-
 hyracks-fullstack/algebricks/algebricks-runtime/pom.xml  | 2 +-
 hyracks-fullstack/algebricks/algebricks-tests/pom.xml| 2 +-
 hyracks-fullstack/algebricks/pom.xml | 2 +-
 hyracks-fullstack/hyracks-fullstack-license/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-client/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-cc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-common/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-control-nc/pom.xml   | 2 +-
 .../hyracks/hyracks-control/hyracks-nc-service/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-control/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-documentation/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeclient/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreehelper/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/btree-example/btreeserver/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml | 2 +-
 .../hyracks/hyracks-examples/hyracks-integration-tests/pom.xml   | 2 +-
 .../hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/text-example/textclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/texthelper/pom.xml | 2 +-
 .../hyracks/hyracks-examples/text-example/textserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml  | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml | 2 +-
 .../hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 4 ++--
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml| 2 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml  | 2 +-
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml| 2 +-
 hyracks-fullstack/hyracks/hyracks-server/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml  | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml  | 2 +-
 .../hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml   | 2 +-
 hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml | 2 +-
 hyracks-fullstack/hyracks/hyracks-test-support/pom.xml   | 2 +-
 

[03/11] asterixdb git commit: ASTERIXDB-1375 - New Query UI implementation

2016-08-19 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/asterix-app/src/main/resources/queryui/js/javascript.js
--
diff --git a/asterixdb/asterix-app/src/main/resources/queryui/js/javascript.js 
b/asterixdb/asterix-app/src/main/resources/queryui/js/javascript.js
new file mode 100644
index 000..ca87541
--- /dev/null
+++ b/asterixdb/asterix-app/src/main/resources/queryui/js/javascript.js
@@ -0,0 +1,748 @@
+// CodeMirror, copyright (c) by Marijn Haverbeke and others
+// Distributed under an MIT license: http://codemirror.net/LICENSE
+
+// TODO actually recognize syntax of TypeScript constructs
+
+(function(mod) {
+  if (typeof exports == "object" && typeof module == "object") // CommonJS
+mod(require("../../lib/codemirror"));
+  else if (typeof define == "function" && define.amd) // AMD
+define(["../../lib/codemirror"], mod);
+  else // Plain browser env
+mod(CodeMirror);
+})(function(CodeMirror) {
+"use strict";
+
+function expressionAllowed(stream, state, backUp) {
+  return /^(?:operator|sof|keyword 
c|case|new|[\[{}\(,;:]|=>)$/.test(state.lastType) ||
+(state.lastType == "quasi" && /\{\s*$/.test(stream.string.slice(0, 
stream.pos - (backUp || 0
+}
+
+CodeMirror.defineMode("javascript", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+  var statementIndent = parserConfig.statementIndent;
+  var jsonldMode = parserConfig.jsonld;
+  var jsonMode = parserConfig.json || jsonldMode;
+  var isTS = parserConfig.typescript;
+  var wordRE = parserConfig.wordCharacters || /[\w$\xa1-\u]/;
+
+  // Tokenizer
+
+  var keywords = function(){
+function kw(type) {return {type: type, style: "keyword"};}
+var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
+var operator = kw("operator"), atom = {type: "atom", style: "atom"};
+
+var jsKeywords = {
+  "if": kw("if"), "while": A, "with": A, "else": B, "do": B, "try": B, 
"finally": B,
+  "return": C, "break": C, "continue": C, "new": kw("new"), "delete": C, 
"throw": C, "debugger": C,
+  "var": kw("var"), "const": kw("var"), "let": kw("var"),
+  "function": kw("function"), "catch": kw("catch"),
+  "for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": 
kw("default"),
+  "in": operator, "typeof": operator, "instanceof": operator,
+  "true": atom, "false": atom, "null": atom, "undefined": atom, "NaN": 
atom, "Infinity": atom,
+  "this": kw("this"), "class": kw("class"), "super": kw("atom"),
+  "yield": C, "export": kw("export"), "import": kw("import"), "extends": C,
+  "await": C, "async": kw("async")
+};
+
+// Extend the 'normal' keywords with the TypeScript language extensions
+if (isTS) {
+  var type = {type: "variable", style: "variable-3"};
+  var tsKeywords = {
+// object-like things
+"interface": kw("class"),
+"implements": C,
+"namespace": C,
+"module": kw("module"),
+"enum": kw("module"),
+
+// scope modifiers
+"public": kw("modifier"),
+"private": kw("modifier"),
+"protected": kw("modifier"),
+"abstract": kw("modifier"),
+
+// operators
+"as": operator,
+
+// types
+"string": type, "number": type, "boolean": type, "any": type
+  };
+
+  for (var attr in tsKeywords) {
+jsKeywords[attr] = tsKeywords[attr];
+  }
+}
+
+return jsKeywords;
+  }();
+
+  var isOperatorChar = /[+\-*&%=<>!?|~^]/;
+  var isJsonldKeyword = 
/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;
+
+  function readRegexp(stream) {
+var escaped = false, next, inSet = false;
+while ((next = stream.next()) != null) {
+  if (!escaped) {
+if (next == "/" && !inSet) return;
+if (next == "[") inSet = true;
+else if (inSet && next == "]") inSet = false;
+  }
+  escaped = !escaped && next == "\\";
+}
+  }
+
+  // Used as scratch variables to communicate multiple values without
+  // consing up tons of objects.
+  var type, content;
+  function ret(tp, style, cont) {
+type = tp; content = cont;
+return style;
+  }
+  function tokenBase(stream, state) {
+var ch = stream.next();
+if (ch == '"' || ch == "'") {
+  state.tokenize = tokenString(ch);
+  return state.tokenize(stream, state);
+} else if (ch == "." && stream.match(/^\d+(?:[eE][+\-]?\d+)?/)) {
+  return ret("number", "number");
+} else if (ch == "." && stream.match("..")) {
+  return ret("spread", "meta");
+} else if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+  return ret(ch);
+} else if (ch == "=" && stream.eat(">")) {
+  return ret("=>", "operator");
+} else if (ch == "0" && stream.eat(/x/i)) {
+  stream.eatWhile(/[\da-f]/i);
+  return ret("number", "number");
+} else if (ch == "0" && stream.eat(/o/i)) {
+  

[08/11] asterixdb git commit: ASTERIXDB-1375 - New Query UI implementation

2016-08-19 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.svg
--
diff --git 
a/asterixdb/asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.svg
 
b/asterixdb/asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 000..94fb549
--- /dev/null
+++ 
b/asterixdb/asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,288 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; >
+http://www.w3.org/2000/svg;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[10/11] asterixdb git commit: ASTERIXDB-1375 - New Query UI implementation

2016-08-19 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/asterix-app/src/main/resources/queryui/css/bootstrap.min.css
--
diff --git 
a/asterixdb/asterix-app/src/main/resources/queryui/css/bootstrap.min.css 
b/asterixdb/asterix-app/src/main/resources/queryui/css/bootstrap.min.css
new file mode 100644
index 000..4cf729e
--- /dev/null
+++ b/asterixdb/asterix-app/src/main/resources/queryui/css/bootstrap.min.css
@@ -0,0 +1,6 @@
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
*/html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px
 dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 
0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em
 
40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;fo
 
nt-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html
 
input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html
 
input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em
 .625em .75em;margin:0 2px;border:1px solid 
silver}legend{padding:0;border:0}textarea{overflow:
 
auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*!
 Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css 
*/@media 
print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0
 
0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:"
 (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) 
")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px
 solid 
#999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px
 solid #000}.table{border-collapse:collapse!important}.table td,.table 
th{background-color:#fff!important}.table-bordered td,.table-bordered 
th{border:1px so
 lid #ddd!important}}@font-face{font-family:'Glyphicons 
Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix)
 format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) 
format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) 
format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) 
format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
 
format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons
 
Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\
 

[05/11] asterixdb git commit: ASTERIXDB-1375 - New Query UI implementation

2016-08-19 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/asterix-app/src/main/resources/queryui/js/aql-mode.js
--
diff --git a/asterixdb/asterix-app/src/main/resources/queryui/js/aql-mode.js 
b/asterixdb/asterix-app/src/main/resources/queryui/js/aql-mode.js
new file mode 100644
index 000..e7ef057
--- /dev/null
+++ b/asterixdb/asterix-app/src/main/resources/queryui/js/aql-mode.js
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+CodeMirror.defineMode("aql", function() {
+
+  var KEYWORD_MATCH = 
["return","select","for","from","at","in","let","with","where","order","by","asc","desc","group",
+
"keeping","limit","offset","distinct","dataset","or","and"];
+  var VAR_MATCH = /[$][a-zA-Z]+(\d*)/;
+  var DOT_MATCH = /[.](\S)*/;
+  var DOUBLE_QUOTE_MATCH = /["].*["]/;
+  var SINGLE_QUOTE_MATCH = /['].*[']/;
+  var BREAK_POINT = /(\s)/;
+  return {
+startState: function() {return {inString: false};},
+token: function(stream, state) {
+
+  if (state.newLine == undefined)state.newLine = true;
+
+  //match variable reference
+  if (stream.match(VAR_MATCH)) {
+return "variable-2";
+  }
+
+  if (stream.match(DOT_MATCH)) {
+return "variable-3";
+  }
+
+  //string variable match
+  if (stream.match(DOUBLE_QUOTE_MATCH)) {
+return "string";
+  }
+  if (stream.match(SINGLE_QUOTE_MATCH)) {
+return "string";
+  }
+
+  //keyword match
+  for (i in KEYWORD_MATCH){
+if (state.newLine && stream.match(KEYWORD_MATCH[i])){
+return "keyword";
+ }
+  }
+  if (stream.peek() === " " || stream.peek() === null){
+state.newLine = true;
+  }else{
+state.newLine = false;
+  }
+  stream.next();
+
+  }
+  };
+});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/asterix-app/src/main/resources/queryui/js/bootstrap.min.js
--
diff --git 
a/asterixdb/asterix-app/src/main/resources/queryui/js/bootstrap.min.js 
b/asterixdb/asterix-app/src/main/resources/queryui/js/bootstrap.min.js
new file mode 100644
index 000..e79c065
--- /dev/null
+++ b/asterixdb/asterix-app/src/main/resources/queryui/js/bootstrap.min.js
@@ -0,0 +1,7 @@
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under the MIT license
+ */
+if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires 
jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" 
")[0].split(".");if(b[0]<2&[1]<9||1==b[0]&&9==b[1]&[2]<1||b[0]>2)throw new 
Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but 
lower than version 3")}(jQuery),+function(a){"use strict";function b(){var 
a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd
 otransitionend",transition:"transitionend"};for(var c in b)if(void 
0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var
 c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var 
e=function(){c||a(d).trigger(a.support.transition.end)};return 
setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return
  a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 
0}})})}(jQuery),+function(a){"use strict";function b(b){return 
this.each(function(){var 
c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new 
d(this)),"string"==typeof b&[b].call(c)})}var 
c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.6",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function
 c(){g.detach().trigger("closed.bs.alert").remove()}var 

[11/11] asterixdb git commit: ASTERIXDB-1375 - New Query UI implementation

2016-08-19 Thread imaxon
ASTERIXDB-1375 - New Query UI implementation

Implemented UI using bootstrap according to specification
Wrote the client side logic using Angular JS
Using CodeMirror and custom mode to do syntax highlighting.
Modified HTTP API to support CORS.
Custom servlet to host new Web Ui on port 19006.
CHANGES
Changed resource folder name to "queryui"
Fixed SonarQube problems
Dynamic HTTP API port, instead of hardcoded value
... Jul 5 2016
Using JSONObject for Dynamic HTTP APi Port
Improved Animations
Added Collapsable side panal
Updated LICENSE file
... Aug 7 2016
Fixed Logger level to Error
... Aug 16 2016
Rebased
Change-Id: Id9aa6fb0a6bebaaa58f288e621dbfe76a604c689
Reviewed-on: https://asterix-gerrit.ics.uci.edu/935
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Ian Maxon 


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

Branch: refs/heads/master
Commit: a4815d35375e249615e76679bbd8a0dd47f7b129
Parents: 7a180bc
Author: Kaveen Rodrigo 
Authored: Wed Aug 17 23:30:49 2016 +0530
Committer: Ian Maxon 
Committed: Fri Aug 19 16:00:24 2016 -0700

--
 .gitignore  |2 +
 asterixdb/LICENSE   |  160 +
 .../http/servlet/QueryWebInterfaceServlet.java  |  133 +
 .../api/http/servlet/RESTAPIServlet.java|4 +
 .../bootstrap/CCApplicationEntryPoint.java  |   19 +-
 .../queryui/css/bootstrap-theme.min.css |6 +
 .../resources/queryui/css/bootstrap.min.css |6 +
 .../main/resources/queryui/css/codemirror.css   |  337 +
 .../queryui/css/json-formatter.min.css  |6 +
 .../src/main/resources/queryui/css/master.css   |  241 +
 .../fonts/glyphicons-halflings-regular.eot  |  Bin 0 -> 20127 bytes
 .../fonts/glyphicons-halflings-regular.svg  |  288 +
 .../fonts/glyphicons-halflings-regular.ttf  |  Bin 0 -> 45404 bytes
 .../fonts/glyphicons-halflings-regular.woff |  Bin 0 -> 23424 bytes
 .../fonts/glyphicons-halflings-regular.woff2|  Bin 0 -> 18028 bytes
 .../queryui/img/asterixlogo-collapsed.png   |  Bin 0 -> 9255 bytes
 .../resources/queryui/img/finalasterixlogo.png  |  Bin 0 -> 37859 bytes
 .../main/resources/queryui/js/angular.min.js|  314 +
 .../src/main/resources/queryui/js/aql-mode.js   |   66 +
 .../main/resources/queryui/js/bootstrap.min.js  |7 +
 .../src/main/resources/queryui/js/codemirror.js | 8908 ++
 .../src/main/resources/queryui/js/javascript.js |  748 ++
 .../resources/queryui/js/jquery-1.12.4.min.js   |5 +
 .../resources/queryui/js/json-formatter.min.js  |7 +
 .../src/main/resources/queryui/js/main.js   |  245 +
 .../main/resources/queryui/js/ui-codemirror.js  |  150 +
 .../src/main/resources/queryui/queryui.html |  159 +
 .../config/AsterixExternalProperties.java   |8 +
 .../resources/conf/asterix-configuration.xml|7 +
 29 files changed, 11825 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/.gitignore
--
diff --git a/.gitignore b/.gitignore
index b4129bf..11d149b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,5 +48,7 @@ output
 tmp
 dist
 *~
+.DS_Store
 *.swp
 .m2*
+ß
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/a4815d35/asterixdb/LICENSE
--
diff --git a/asterixdb/LICENSE b/asterixdb/LICENSE
index 578fa00..427fa0a 100644
--- a/asterixdb/LICENSE
+++ b/asterixdb/LICENSE
@@ -346,3 +346,163 @@ Released under MIT License
 
 Source: https://github.com/anomal/RainbowVis-JS
 
+For portions of the AsterixDB QueryUI at:
+asterix-app/src/main/resources/queryui/js/jquery-1.12.4.min.js
+
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery
+
+The following license applies to all parts of this software except as
+documented below:
+
+
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, 

asterixdb git commit: Make Xmx small on 32bit JVM

2017-02-28 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 3c764a421 -> 206381e6d


Make Xmx small on 32bit JVM

There can be issues with the default memory parameter settings
if run on a 32Bit JVM, as the maximum RAM can be large due to
PAE or using 32bit JVM on a 64bit OS, therefore leading to an
-Xmx setting that is too large to address.

This makes the maximum 1GB by default on 32bit JVMs, as there
is a related issue on Windows where 32 bit processes are
limited to about 1.5G per process.

Change-Id: I025174fc2ca53e8d15ed53fac31b43bea3ddf281
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1521
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Reviewed-by: Michael Blow 
Integration-Tests: Jenkins 


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

Branch: refs/heads/master
Commit: 206381e6d2aef1b5d85a0a96619a9ce57fe6f217
Parents: 3c764a4
Author: Ian Maxon 
Authored: Mon Feb 27 16:09:03 2017 -0800
Committer: Ian Maxon 
Committed: Tue Feb 28 12:08:14 2017 -0800

--
 .../hyracks/control/nc/service/NCService.java   | 25 +++-
 1 file changed, 14 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/206381e6/hyracks-fullstack/hyracks/hyracks-control/hyracks-nc-service/src/main/java/org/apache/hyracks/control/nc/service/NCService.java
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-control/hyracks-nc-service/src/main/java/org/apache/hyracks/control/nc/service/NCService.java
 
b/hyracks-fullstack/hyracks/hyracks-control/hyracks-nc-service/src/main/java/org/apache/hyracks/control/nc/service/NCService.java
index 5a03d3c..9b00cc2 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-control/hyracks-nc-service/src/main/java/org/apache/hyracks/control/nc/service/NCService.java
+++ 
b/hyracks-fullstack/hyracks/hyracks-control/hyracks-nc-service/src/main/java/org/apache/hyracks/control/nc/service/NCService.java
@@ -111,7 +111,7 @@ public class NCService {
 return cList;
 }
 
-private static void configEnvironment(Map env) {
+private static void configEnvironment(Map env) {
 String jvmargs = IniUtils.getString(ini, nodeSection, "jvm.args", 
null);
 if (jvmargs != null) {
 LOGGER.info("Using JAVA_OPTS from conf file (jvm.args)");
@@ -122,7 +122,11 @@ public class NCService {
 } else {
 LOGGER.info("Using default JAVA_OPTS");
 long ramSize = ((com.sun.management.OperatingSystemMXBean) 
osMXBean).getTotalPhysicalMemorySize();
-jvmargs = "-Xmx" + (int) Math.ceil(0.6 * ramSize / (1024 * 
1024)) + "m";
+int proportionalRamSize = (int) Math.ceil(0.6 * ramSize / 
(1024 * 1024));
+//if under 32bit JVM, use less than 1GB heap by default. 
otherwise use proportional ramsize.
+int heapSize = 
"32".equals(System.getProperty("sun.arch.data.model"))
+? (proportionalRamSize <= 1024 ? proportionalRamSize : 
1024) : proportionalRamSize;
+jvmargs = "-Xmx" + heapSize + "m";
 }
 }
 env.put("JAVA_OPTS", jvmargs);
@@ -132,10 +136,11 @@ public class NCService {
 /**
  * Attempts to launch the "real" NCDriver, based on the configuration
  * information gathered so far.
+ *
  * @return true if the process was successfully launched and has now
- * exited with a 0 (normal) exit code. false if some configuration error
- * prevented the process from being launched or the process returned
- * a non-0 (abnormal) exit code.
+ * exited with a 0 (normal) exit code. false if some configuration 
error
+ * prevented the process from being launched or the process 
returned
+ * a non-0 (abnormal) exit code.
  */
 private static boolean launchNCProcess() {
 try {
@@ -149,13 +154,11 @@ public class NCService {
 }
 
 // Logfile
-if (! "-".equals(config.logdir)) {
+if (!"-".equals(config.logdir)) {
 pb.redirectErrorStream(true);
 File log = new File(config.logdir);
-if (! log.mkdirs()) {
-if (! log.isDirectory()) {
-throw new IOException(config.logdir + ": cannot 
create");
-}
+if (!log.mkdirs() && !log.isDirectory()) {
+ 

[2/3] asterixdb git commit: Tests for ASTERIXDB-1636

2016-10-05 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ecba52e0/asterixdb/asterix-installer/src/test/resources/integrationts/restart/828.h1w.adm
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/828.h1w.adm
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/828.h1w.adm
new file mode 100644
index 000..1664fa9
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/828.h1w.adm
@@ -0,0 +1,100 @@
+{"create_at":datetime("2016-08-28T09:06:02.000"),"id":int64("769929038727086081"),"text":"My
 nephew just made my day 
https://t.co/ZG16634ckU","in_reply_to_status":int64("-1"),"in_reply_to_user":int64("-1"),"favorite_count":int64("0"),"retweet_count":int64("0"),"lang":"en","is_retweet":false,"user":{"id":int64("532607253"),"name":"Alonzo","screen_name":"ZoDiamond777","lang":"en","location":"MIA,FLA
 
777","create_at":date("2012-03-21"),"description":"JOKER","followers_count":685,"friends_count":653,"statues_count":33064},"place":{"country":"United
 States","country_code":"United States","full_name":"Kendall, 
FL","id":"9b46dccb3cfb880c","name":"Kendall","place_type":"city","bounding_box":rectangle("-80.389344,25.628844
 
-80.304896,25.715128")},"geo_tag":{"stateID":12,"stateName":"Florida","countyID":12086,"countyName":"Miami-Dade","cityID":1236100,"cityName":"Kendall"}}
+{"create_at":datetime("2016-08-28T09:06:02.000"),"id":int64("769929038852943872"),"text":"Boat
 ride!! \uD83D\uDEE5 on the river (@ Corporate Tailgate Boat Rentals in 
Chicago, IL) 
https://t.co/cb3KfMYlVS","in_reply_to_status":int64("-1"),"in_reply_to_user":int64("-1"),"favorite_count":int64("0"),"retweet_count":int64("0"),"lang":"en","is_retweet":false,"user":{"id":int64("2871341"),"name":"Sharon
 H.","screen_name":"ReadingChick","lang":"en","location":"The Western 
Suburbs","create_at":date("2007-03-29"),"description":"Children's Librarians 
Grow Life Long Learners. More affable than rumor would have it. Happily married 
to Hubba 
Hubba.","followers_count":997,"friends_count":777,"statues_count":21876},"place":{"country":"United
 States","country_code":"United States","full_name":"Chicago, 
IL","id":"1d9a5370a355ab0c","name":"Chicago","place_type":"city","bounding_box":rectangle("-87.940033,41.644102
 
-87.523993,42.023067")},"coordinate":point("-87.6574459,41.90307574"),"geo_tag":{"stateID"
 
:17,"stateName":"Illinois","countyID":17031,"countyName":"Cook","cityID":1714000,"cityName":"Chicago"}}
+{"create_at":datetime("2016-08-28T09:06:02.000"),"id":int64("769929039272300544"),"text":"#ThisWeek
 the #CLITERATI demo was released. Check it out #PortlandPunx #DIY #hardcore 
#crust #dbeat 
https://t.co/uclG4Mi1kx","in_reply_to_status":int64("-1"),"in_reply_to_user":int64("-1"),"favorite_count":int64("0"),"retweet_count":int64("0"),"lang":"en","is_retweet":false,"hashtags":{{"ThisWeek","CLITERATI","PortlandPunx","DIY","hardcore","crust","dbeat"}},"user":{"id":int64("417393117"),"name":"Ami
 Lawless","screen_name":"AmiLawless","lang":"en","location":"San Fran & 
Portlandia","create_at":date("2011-11-20"),"description":"SF Weekly's Best DJ 
2014. former punk/metal DJ @ RadioValencia,columnist for a few zines,vox 
Cliterati/VOETSEK/Bedrucken/Dairy 
Queens","followers_count":2322,"friends_count":3060,"statues_count":7218},"place":{"country":"United
 States","country_code":"United States","full_name":"Portland, 
OR","id":"ac88a4f17a51c7fc","name":"Portland","place_type":"city","bounding_box":re
 ctangle("-122.790065,45.421863 
-122.471751,45.650941")},"geo_tag":{"stateID":41,"stateName":"Oregon","countyID":41051,"countyName":"Multnomah","cityID":4159000,"cityName":"Portland"}}
+{"create_at":datetime("2016-08-28T09:06:02.000"),"id":int64("769929038798397440"),"text":"\uD83D\uDE02\uD83D\uDE2D
 
https://t.co/bwpyV7dHXi","in_reply_to_status":int64("-1"),"in_reply_to_user":int64("-1"),"favorite_count":int64("0"),"retweet_count":int64("0"),"lang":"und","is_retweet":false,"user":{"id":int64("402413445"),"name":"Keyur
 Patel 
\u3072","screen_name":"kpatel_6","lang":"en","location":"null","create_at":date("2011-10-31"),"description":"SJJ
 '18 Snapchat: 
Silver908","followers_count":161,"friends_count":155,"statues_count":5734},"place":{"country":"United
 States","country_code":"United States","full_name":"Toledo, 
OH","id":"7068dd9474ab6973","name":"Toledo","place_type":"city","bounding_box":rectangle("-83.694776,41.580375
 
-83.454566,41.732806")},"geo_tag":{"stateID":39,"stateName":"Ohio","countyID":39095,"countyName":"Lucas","cityID":3977000,"cityName":"Toledo"}}
+{"create_at":datetime("2016-08-28T09:06:01.000"),"id":int64("769929038341242880"),"text":"life's
 a beach\n#huntingtonbeach @ Huntington Beach, California 

[3/3] asterixdb git commit: Tests for ASTERIXDB-1636

2016-10-05 Thread imaxon
Tests for ASTERIXDB-1636

This is a test for the scenario described in the Jira issue. The only
thing I have taken liberty with is changing the socket feed to a file
one. The test case fails when I revert AqlMetadataProvider to the
previous version, and should pass now with this parent.

Change-Id: Ic1521f1d53121b6768ac123e49e731932c85
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1248
Sonar-Qube: Jenkins 
Reviewed-by: Taewoo Kim 
Tested-by: Jenkins 
Integration-Tests: Jenkins 


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

Branch: refs/heads/master
Commit: ecba52e0b9eca4f59b9b7fc082b720d677b4d98d
Parents: 0309d51
Author: Ian Maxon 
Authored: Wed Oct 5 17:56:07 2016 -0700
Committer: Ian Maxon 
Committed: Wed Oct 5 22:17:08 2016 -0700

--
 .../installer/test/AsterixRestartIT.java| 102 +++
 .../resources/integrationts/restart/828.h1w.adm | 100 ++
 .../issue-1636/issue-1636.01.ddl.aql|  81 +++
 .../issue-1636/issue-1636.02.ddl.aql|  27 +
 .../issue-1636/issue-1636.03.script.aql |   1 +
 .../issue-1636/issue-1636.04.ddl.aql|  35 +++
 .../issue-1636/issue-1636.05.mgx.aql|   2 +
 .../issue-1636/issue-1636.06.mgx.aql|   2 +
 .../issue-1636/issue-1636.07.script.aql |   1 +
 .../issue-1636/issue-1636.08.ddl.aql|  27 +
 .../issue-1636/issue-1636.09.sleep.aql  |  25 +
 .../issue-1636/issue-1636.10.script.aql |   1 +
 .../issue-1636/issue-1636.11.script.aql |   1 +
 .../scripts/feed-restart/issue-1636/cat.sh  |  18 
 .../scripts/feed-restart/issue-1636/grep_log.sh |  20 
 .../feed-restart/issue-1636/kill_cc_and_nc.sh   |  18 
 .../scripts/feed-restart/issue-1636/touch.sh|  21 
 .../integrationts/restart/testsuite.xml |  28 +
 .../resources/integrationts/restart/tweets.json |  39 +++
 19 files changed, 549 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ecba52e0/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
--
diff --git 
a/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
 
b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
new file mode 100644
index 000..6d7eaa4
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
@@ -0,0 +1,102 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.asterix.installer.test;
+
+import java.io.File;
+import java.util.List;
+import java.util.Map;
+import java.util.logging.Logger;
+
+import org.apache.asterix.event.model.AsterixInstance.State;
+import org.apache.asterix.test.aql.TestExecutor;
+import org.apache.asterix.test.base.RetainLogsRule;
+import org.apache.asterix.testframework.context.TestCaseContext;
+import org.apache.commons.lang3.StringUtils;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Rule;
+import org.junit.Test;
+import org.junit.rules.TestRule;
+
+//This is just a simple derivative of all of the other IT test cases 
specifically for test cases which revolve around
+//some behavior where stopping and starting Asterix causes issues
+public class AsterixRestartIT {
+
+private static final String PATH_BASE = 
"src/test/resources/integrationts/restart/";
+private static final String PATH_ACTUAL = "target" + File.separator + 
"ittest" + File.separator;
+private static final Logger LOGGER = 

[1/3] asterixdb git commit: Tests for ASTERIXDB-1636

2016-10-05 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 0309d51a5 -> ecba52e0b


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ecba52e0/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.01.ddl.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.01.ddl.aql
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.01.ddl.aql
new file mode 100644
index 000..190891f
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.01.ddl.aql
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ /*
+ * Description  : Reproduction scenario for ASTERIXDB-1636
+ * Expected Res : Success
+ * Date : Oct 5th 2016
+ */
+
+drop dataverse twitter if exists;
+create dataverse twitter if not exists;
+use dataverse twitter
+create type typeUser if not exists as open {
+id: int64,
+name: string,
+screen_name : string,
+lang : string,
+location: string,
+create_at: date,
+description: string,
+followers_count: int32,
+friends_count: int32,
+statues_count: int64
+}
+create type typePlace if not exists as open{
+country : string,
+country_code : string,
+full_name : string,
+id : string,
+name : string,
+place_type : string,
+bounding_box : rectangle
+}
+create type typeGeoTag if not exists as open {
+stateID: int32,
+stateName: string,
+countyID: int32,
+countyName: string,
+cityID: int32?,
+cityName: string?
+}
+create type typeTweet if not exists as open{
+create_at : datetime,
+id: int64,
+"text": string,
+in_reply_to_status : int64,
+in_reply_to_user : int64,
+favorite_count : int64,
+coordinate: point?,
+retweet_count : int64,
+lang : string,
+is_retweet: boolean,
+hashtags : {{ string }} ?,
+user_mentions : {{ int64 }} ? ,
+user : typeUser,
+place : typePlace?,
+geo_tag: typeGeoTag
+}
+
+create dataset ds_tweet(typeTweet) if not exists primary key id with filter on 
create_at;
+create index text_idx if not exists on ds_tweet("text") type keyword;
+create feed MessageFeed using localfs(
+("path"="localhost://../../../../../src/test/resources/integrationts/restart/828.h1w.adm"),
+("format"="adm"),
+("type-name"="typeTweet"));

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ecba52e0/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.02.ddl.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.02.ddl.aql
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.02.ddl.aql
new file mode 100644
index 000..58dea6b
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/feed-restart/issue-1636/issue-1636.02.ddl.aql
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ /*
+ * Description  : Reproduction scenario for ASTERIXDB-1636
+ * Expected Res : Success

asterixdb git commit: Feed tutorial revise.

2016-10-10 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master e3c9f2738 -> 33af12dff


Feed tutorial revise.

1. Fix 1352.
2. Revise the twitter feed part to work with the new tweet parser.

Change-Id: I110e2225a3036109bf58a9ef529407de955335ab
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1152
Reviewed-by: Ian Maxon 
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 


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

Branch: refs/heads/master
Commit: 33af12dff5dee5207715d32ef7311be5f3a34055
Parents: e3c9f27
Author: Xikui Wang 
Authored: Thu Sep 22 17:14:43 2016 -0700
Committer: Ian Maxon 
Committed: Mon Oct 10 10:11:51 2016 -0700

--
 .../src/site/markdown/feeds/tutorial.md | 27 +---
 1 file changed, 12 insertions(+), 15 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/33af12df/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md
--
diff --git a/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md 
b/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md
index 39e04b1..fb06a92 100644
--- a/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md
+++ b/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md
@@ -61,23 +61,18 @@ As a pre-requisite, we must define a Tweet using the 
AsterixDB Data Model (ADM)
 create dataverse feeds;
 use dataverse feeds;
 
-create type TwitterUser if not exists as open{
-screen_name: string,
-language: string,
-friends_count: int32,
-status_count: int32,
-name: string,
-followers_count: int32
-};
-create type Tweet if not exists as open{
-id: string,
-user: TwitterUser,
-latitude:double,
-longitude:double,
-created_at:string,
-message_text:string
+create type TwitterUser as closed {
+screen_name: string,
+lang: string,
+friends_count: int32,
+statuses_count: int32
 };
 
+create type Tweet as open {
+  id: int64,
+  user: TwitterUser
+}
+
 create dataset Tweets (Tweet)
 primary key id;
 
@@ -103,6 +98,7 @@ Given below is an example AQL statement that creates a feed 
called "TwitterFeed"
 
 create feed TwitterFeed if not exists using "push_twitter"
 (("type-name"="Tweet"),
+ ("format"="twitter-status"),
  ("consumer.key"=""),
  ("consumer.secret"="**"),
  ("access.token"="**"),
@@ -185,6 +181,7 @@ Next, we define an RSS feed using our built-in adaptor 
"rss_feed".
 create feed my_feed using
 rss_feed (
("type-name"="Rss"),
+   ("format"="rss"),
("url"="http://rss.cnn.com/rss/edition.rss;)
 );
 



asterixdb git commit: ASTERIXDB-1710: Redo fails on WAIT log record

2016-10-27 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master fbccee6bc -> 82a831d26


ASTERIXDB-1710: Redo fails on WAIT log record

Simple fix :)

It would be best to have a test for this (and all other logtypes),
but the LogManager will have to be maniupulated into generating the record
for this specifically because the conditions upon which it happens naturally
are hard to encounter.

Change-Id: I4443b716bc791878fabbbf3b374fc7c7c592668f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1315
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Murtadha Hubail 


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

Branch: refs/heads/master
Commit: 82a831d26d8c3c45478240f77dab9cf1b4c9eb79
Parents: fbccee6
Author: Ian Maxon 
Authored: Wed Oct 26 19:13:17 2016 -0700
Committer: Ian Maxon 
Committed: Thu Oct 27 12:46:33 2016 -0700

--
 .../transaction/management/service/recovery/RecoveryManager.java| 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/82a831d2/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/recovery/RecoveryManager.java
--
diff --git 
a/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/recovery/RecoveryManager.java
 
b/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/recovery/RecoveryManager.java
index 6eb758c..286fc16 100644
--- 
a/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/recovery/RecoveryManager.java
+++ 
b/asterixdb/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/recovery/RecoveryManager.java
@@ -405,6 +405,7 @@ public class RecoveryManager implements IRecoveryManager, 
ILifeCycleComponent {
 case LogType.ABORT:
 case LogType.FLUSH:
 case LogType.UPSERT_ENTITY_COMMIT:
+case LogType.WAIT:
 case LogType.MARKER:
 //do nothing
 break;



[3/3] asterixdb git commit: Tests for ASTERIXDB-1725

2016-11-08 Thread imaxon
Tests for ASTERIXDB-1725

Just inserts a really big record, stops, and starts again.
This should always work, but for the bug, it'd cause a nullpointer
upon querying the dataset.

Change-Id: I8b241acebbdcd658e734a43d03259a1ea24d8b57
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1344
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Michael Blow 


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

Branch: refs/heads/master
Commit: 38845d54f1cd0d8b867bb3adfe0c8120cb94e167
Parents: 9af8a4b
Author: Ian Maxon 
Authored: Mon Nov 7 11:25:09 2016 -0800
Committer: Ian Maxon 
Committed: Tue Nov 8 13:18:33 2016 -0800

--
 .../installer/test/AsterixRestartIT.java| 61 +---
 .../integrationts/restart/hugeobject.adm|  1 +
 .../issue-1725/issue-1725.1.ddl.aql | 29 ++
 .../issue-1725/issue-1725.2.update.aql  | 28 +
 .../issue-1725/issue-1725.3.mgx.aql |  2 +
 .../issue-1725/issue-1725.4.mgx.aql |  2 +
 .../issue-1725/issue-1725.5.query.aql   | 27 +
 .../storage-restart/issue-1725/issue-1725.5.aql |  1 +
 .../integrationts/restart/testsuite.xml |  7 +++
 9 files changed, 138 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/38845d54/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
--
diff --git 
a/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
 
b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
index 6d7eaa4..d567145 100644
--- 
a/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
+++ 
b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java
@@ -19,38 +19,47 @@
 package org.apache.asterix.installer.test;
 
 import java.io.File;
+import java.util.ArrayList;
+import java.util.Collection;
 import java.util.List;
 import java.util.Map;
 import java.util.logging.Logger;
 
+import org.apache.asterix.common.config.AsterixStorageProperties;
 import org.apache.asterix.event.model.AsterixInstance.State;
 import org.apache.asterix.test.aql.TestExecutor;
 import org.apache.asterix.test.base.RetainLogsRule;
 import org.apache.asterix.testframework.context.TestCaseContext;
 import org.apache.commons.lang3.StringUtils;
-import org.junit.AfterClass;
-import org.junit.BeforeClass;
-import org.junit.Rule;
-import org.junit.Test;
+import org.junit.*;
 import org.junit.rules.TestRule;
+import org.junit.runner.RunWith;
+import org.junit.runners.Parameterized;
 
 //This is just a simple derivative of all of the other IT test cases 
specifically for test cases which revolve around
 //some behavior where stopping and starting Asterix causes issues
+
+@RunWith(Parameterized.class)
 public class AsterixRestartIT {
 
 private static final String PATH_BASE = 
"src/test/resources/integrationts/restart/";
 private static final String PATH_ACTUAL = "target" + File.separator + 
"ittest" + File.separator;
 private static final Logger LOGGER = 
Logger.getLogger(AsterixRestartIT.class.getName());
-private static List testCaseCollection;
 private static String reportPath = new File(
 StringUtils.join(new String[] { "target", "failsafe-reports" }, 
File.separator)).getAbsolutePath();
 
 private final TestExecutor testExecutor = new TestExecutor();
+private TestCaseContext tcCtx;
 private static String scriptHomePath;
 private static File asterixInstallerPath;
 private static ProcessBuilder pb;
 private static Map env;
 
+
+public AsterixRestartIT(TestCaseContext tcCtx) {
+this.tcCtx = tcCtx;
+}
+
 @Rule
 public TestRule retainLogs = new 
RetainLogsRule(AsterixInstallerIntegrationUtil.getManagixHome(), reportPath);
 
@@ -65,9 +74,6 @@ public class AsterixRestartIT {
 + File.separator + "scripts";
 env.put("SCRIPT_HOME", scriptHomePath);
 AsterixInstallerIntegrationUtil.init();
-
AsterixInstallerIntegrationUtil.transformIntoRequiredState(State.ACTIVE);
-TestCaseContext.Builder b = new TestCaseContext.Builder();
-testCaseCollection = b.build(new File(PATH_BASE));
 } catch 

[1/3] asterixdb git commit: Tests for ASTERIXDB-1725

2016-11-08 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 9af8a4b55 -> 38845d54f


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/38845d54/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.1.ddl.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.1.ddl.aql
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.1.ddl.aql
new file mode 100644
index 000..bcc4c09
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.1.ddl.aql
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ /*
+ * Description  : Reproduction scenario for ASTERIXDB-1725
+ * Expected Res : Success
+ * Date : Nov 4th 2016
+ */
+
+create dataverse test;
+use dataverse test;
+create type idOnly as open { id: int }
+create dataset testds(idOnly) primary key id;

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/38845d54/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.2.update.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.2.update.aql
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.2.update.aql
new file mode 100644
index 000..3f8e3c4
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.2.update.aql
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+ /*
+ * Description  : Reproduction scenario for ASTERIXDB-1725
+ * Expected Res : Success
+ * Date : Nov 4th 2016
+ */
+
+use dataverse test;
+load dataset testds using localfs(
+("path"="localhost://../../../../../src/test/resources/integrationts/restart/hugeobject.adm"),("format"="adm"));

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/38845d54/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.3.mgx.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.3.mgx.aql
 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.3.mgx.aql
new file mode 100644
index 000..d6e839a
--- /dev/null
+++ 
b/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.3.mgx.aql
@@ -0,0 +1,2 @@
+stop -n asterix
+

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/38845d54/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.4.mgx.aql
--
diff --git 
a/asterixdb/asterix-installer/src/test/resources/integrationts/restart/queries/storage-restart/issue-1725/issue-1725.4.mgx.aql
 

asterixdb git commit: Fix for ASTERIXDB-1725

2016-11-04 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master aee552c08 -> 15e49e0db


Fix for ASTERIXDB-1725

This is tricky, the best method I could think to fix this involved simply
putting the root page number in the metadata page rather than trying to
calculate it somehow going backwards from the end of the file.

I also fixed a bug discovered by Mike B where getLSNOffset was not
taking into consideration page header sizes.

Change-Id: I9f21e96ab045d331e4fc1c77b5c73b975e6260fa
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1331
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Integration-Tests: Jenkins 
Reviewed-by: Michael Blow 


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

Branch: refs/heads/master
Commit: 15e49e0db5a40d68e6e6dbf60138d6ec61fd15b0
Parents: aee552c
Author: Ian Maxon 
Authored: Thu Nov 3 14:42:45 2016 -0700
Committer: Ian Maxon 
Committed: Fri Nov 4 00:27:41 2016 -0700

--
 .../am/common/api/IMetaDataPageManager.java |  4 ++
 .../am/common/api/ITreeIndexMetaDataFrame.java  |  6 ++-
 .../am/common/frames/LIFOMetaDataFrame.java | 14 +-
 .../freepage/LinkedMetaDataPageManager.java | 49 ++--
 .../am/common/impls/AbstractTreeIndex.java  | 22 +++--
 .../freepage/VirtualMetaDataPageManager.java| 13 ++
 .../impls/MultitenantVirtualBufferCache.java|  7 ++-
 .../am/lsm/common/impls/VirtualBufferCache.java | 12 +++--
 .../storage/common/buffercache/BufferCache.java |  1 +
 .../common/buffercache/DebugBufferCache.java|  5 ++
 .../common/buffercache/IBufferCache.java|  2 +
 11 files changed, 109 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/15e49e0d/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/IMetaDataPageManager.java
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/IMetaDataPageManager.java
 
b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/IMetaDataPageManager.java
index 3982a3a..5d87f99 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/IMetaDataPageManager.java
+++ 
b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/IMetaDataPageManager.java
@@ -172,4 +172,8 @@ public interface IMetaDataPageManager {
 long getLSNOffset() throws HyracksDataException;
 
 public long getLastMarkerLSN() throws HyracksDataException;
+
+void setRootPage(int rootPage) throws HyracksDataException;
+
+int getRootPage() throws HyracksDataException;
 }

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/15e49e0d/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.java
--
diff --git 
a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.java
 
b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.java
index d4fbaa2..21e918d 100644
--- 
a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.java
+++ 
b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/api/ITreeIndexMetaDataFrame.java
@@ -25,7 +25,7 @@ public interface ITreeIndexMetaDataFrame {
 
 //Storage version #. Change this if you alter any tree frame formats to 
stop
 // possible corruption from old versions reading new formats.
-public static final int VERSION = 2;
+public static final int VERSION = 3;
 
 public void initBuffer(byte level);
 
@@ -74,4 +74,8 @@ public interface ITreeIndexMetaDataFrame {
 public long getLastMarkerLSN();
 
 public void setLastMarkerLSN(long lsn);
+
+void setRootPageNumber(int rootPage);
+
+int getRootPageNumber();
 }

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/15e49e0d/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/frames/LIFOMetaDataFrame.java

[1/2] asterixdb git commit: Subset hive-exec, make twitter4j a provided dep.

2017-01-13 Thread imaxon
Repository: asterixdb
Updated Branches:
  refs/heads/master 74271c023 -> 5226ca874


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/5226ca87/asterixdb/asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/RCFile.java
--
diff --git 
a/asterixdb/asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/RCFile.java
 
b/asterixdb/asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/RCFile.java
new file mode 100644
index 000..0c5613a
--- /dev/null
+++ 
b/asterixdb/asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/RCFile.java
@@ -0,0 +1,2049 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.asterix.hivecompat.io;
+
+import java.io.DataInput;
+import java.io.DataInputStream;
+import java.io.DataOutput;
+import java.io.DataOutputStream;
+import java.io.EOFException;
+import java.io.IOException;
+import java.rmi.server.UID;
+import java.security.MessageDigest;
+import java.util.Arrays;
+import java.util.List;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.hadoop.conf.Configuration;
+import org.apache.hadoop.fs.ChecksumException;
+import org.apache.hadoop.fs.FSDataInputStream;
+import org.apache.hadoop.fs.FSDataOutputStream;
+import org.apache.hadoop.fs.FileSystem;
+import org.apache.hadoop.fs.Path;
+import org.apache.hadoop.hive.conf.HiveConf;
+import org.apache.hadoop.hive.serde2.ColumnProjectionUtils;
+import org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable;
+import org.apache.hadoop.hive.serde2.columnar.BytesRefWritable;
+import org.apache.hadoop.hive.serde2.columnar.LazyDecompressionCallback;
+import org.apache.hadoop.hive.shims.ShimLoader;
+import org.apache.hadoop.io.IOUtils;
+import org.apache.hadoop.io.LongWritable;
+import org.apache.hadoop.io.SequenceFile.Metadata;
+import org.apache.hadoop.io.Text;
+import org.apache.hadoop.io.VersionMismatchException;
+import org.apache.hadoop.io.Writable;
+import org.apache.hadoop.io.WritableComparable;
+import org.apache.hadoop.io.WritableUtils;
+import org.apache.hadoop.io.compress.CompressionCodec;
+import org.apache.hadoop.io.compress.CompressionInputStream;
+import org.apache.hadoop.io.compress.CompressionOutputStream;
+import org.apache.hadoop.io.compress.Compressor;
+import org.apache.hadoop.io.compress.Decompressor;
+import org.apache.hadoop.util.Progressable;
+import org.apache.hadoop.util.ReflectionUtils;
+
+/**
+ * RCFiles, short of Record Columnar File, are flat files
+ * consisting of binary key/value pairs, which shares much similarity with
+ * SequenceFile.
+ *
+ * RCFile stores columns of a table in a record columnar way. It first
+ * partitions rows horizontally into row splits. and then it vertically
+ * partitions each row split in a columnar way. RCFile first stores the meta
+ * data of a row split, as the key part of a record, and all the data of a row
+ * split as the value part. When writing, RCFile.Writer first holds records'
+ * value bytes in memory, and determines a row split if the raw bytes size of
+ * buffered records overflow a given 
parameterWriter.columnsBufferSize,
+ * which can be set like: conf.setInt(COLUMNS_BUFFER_SIZE_CONF_STR,
+  4 * 1024 * 1024) .
+ * 
+ * RCFile provides {@link Writer}, {@link Reader} and classes for
+ * writing, reading respectively.
+ * 
+ *
+ * 
+ * RCFile stores columns of a table in a record columnar way. It first
+ * partitions rows horizontally into row splits. and then it vertically
+ * partitions each row split in a columnar way. RCFile first stores the meta
+ * data of a row split, as the key part of a record, and all the data of a row
+ * split as the value part.
+ * 
+ *
+ * 
+ * RCFile compresses values in a more fine-grained manner then record level
+ * compression. However, It currently does not support compress the key part
+ * yet. The actual compression algorithm used to compress key and/or values can
+ * be specified by using the appropriate {@link CompressionCodec}.
+ * 
+ *
+ * 
+ * The {@link Reader} is used to read and explain the bytes of RCFile.
+ * 
+ *
+ * RCFile Formats
+ *
+ *
+ * RC Header
+ 

[4/6] asterixdb git commit: ASTERIXDB-1714: Eliminate dependency on org.json

2017-01-06 Thread imaxon
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d49bc6eb/asterixdb/asterix-common/src/test/java/org/apache/asterix/test/aql/SingleLinePrettyPrinter.java
--
diff --git 
a/asterixdb/asterix-common/src/test/java/org/apache/asterix/test/aql/SingleLinePrettyPrinter.java
 
b/asterixdb/asterix-common/src/test/java/org/apache/asterix/test/aql/SingleLinePrettyPrinter.java
new file mode 100644
index 000..52f68a0
--- /dev/null
+++ 
b/asterixdb/asterix-common/src/test/java/org/apache/asterix/test/aql/SingleLinePrettyPrinter.java
@@ -0,0 +1,404 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.asterix.test.aql;
+
+import java.io.*;
+
+import com.fasterxml.jackson.core.*;
+import com.fasterxml.jackson.core.io.SerializedString;
+import com.fasterxml.jackson.core.util.DefaultIndenter;
+import com.fasterxml.jackson.core.util.Instantiatable;
+
+/**
+ * Default {@link PrettyPrinter} implementation that uses 2-space
+ * indentation with platform-default linefeeds.
+ * Usually this class is not instantiated directly, but instead
+ * method {@link JsonGenerator#useSingleLinePrettyPrinter} is
+ * used, which will use an instance of this class for operation.
+ */
+@SuppressWarnings("serial")
+public class SingleLinePrettyPrinter
+implements PrettyPrinter, Instantiatable, 
java.io.Serializable {
+private static final long serialVersionUID = 1;
+
+/**
+ * Constant that specifies default "root-level" separator to use between
+ * root values: a single space character.
+ *
+ * @since 2.1
+ */
+public final static SerializedString DEFAULT_ROOT_VALUE_SEPARATOR = new 
SerializedString(" ");
+
+/**
+ * Interface that defines objects that can produce indentation used
+ * to separate object entries and array values. Indentation in this
+ * context just means insertion of white space, independent of whether
+ * linefeeds are output.
+ */
+public interface Indenter {
+void writeIndentation(JsonGenerator jg, int level) throws IOException;
+
+/**
+ * @return True if indenter is considered inline (does not add 
linefeeds),
+ * false otherwise
+ */
+boolean isInline();
+}
+
+// // // Config, indentation
+
+/**
+ * By default, let's use only spaces to separate array values.
+ */
+protected Indenter _arrayIndenter = FixedSpaceIndenter.instance;
+
+/**
+ * By default, let's use linefeed-adding indenter for separate
+ * object entries. We'll further configure indenter to use
+ * system-specific linefeeds, and 2 spaces per level (as opposed to,
+ * say, single tabs)
+ */
+protected Indenter _objectIndenter = new FixedSpaceIndenter();
+
+/**
+ * String printed between root-level values, if any.
+ */
+protected final SerializableString _rootSeparator;
+
+// // // Config, other white space configuration
+
+/**
+ * By default we will add spaces around colons used to
+ * separate object fields and values.
+ * If disabled, will not use spaces around colon.
+ */
+protected boolean _spacesInObjectEntries = true;
+
+// // // State:
+
+/**
+ * Number of open levels of nesting. Used to determine amount of
+ * indentation to use.
+ */
+protected transient int _nesting;
+
+/*
+/**
+/* Life-cycle (construct, configure)
+/**
+*/
+
+public SingleLinePrettyPrinter() {
+this(DEFAULT_ROOT_VALUE_SEPARATOR);
+}
+
+/**
+ * Constructor that specifies separator String to use between root values;
+ * if null, no separator is printed.
+ * 
+ * Note: simply constructs a {@link SerializedString} out of parameter,
+ * calls {@link #SingleLinePrettyPrinter(SerializableString)}
+ *
+ * @param rootSeparator
+ * @since 2.1
+ */
+public SingleLinePrettyPrinter(String rootSeparator) {
+this((rootSeparator == null) ? null : new 
SerializedString(rootSeparator));
+}
+
+/**
+ * 

  1   2   3   4   5   6   7   8   >