You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/05/09 23:20:55 UTC

[01/13] incubator-asterixdb git commit: Normalize XML Whitespace

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master 11810ce0d -> b4c1fb060


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-util/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-util/pom.xml b/hyracks-fullstack/hyracks/hyracks-util/pom.xml
index 9bf3459..5b2c331 100644
--- a/hyracks-fullstack/hyracks/hyracks-util/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-util/pom.xml
@@ -21,38 +21,37 @@
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>hyracks</artifactId>
-        <groupId>org.apache.hyracks</groupId>
-        <version>0.2.18-SNAPSHOT</version>
-    </parent>
+  <parent>
+    <artifactId>hyracks</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
 
-    <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.6</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <artifactId>hyracks-util</artifactId>
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-    </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
+  <artifactId>hyracks-util</artifactId>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml
index db6597c..a247eff 100644
--- a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <build>
@@ -74,15 +74,15 @@
     </plugins>
   </build>
   <dependencies>
-  <dependency>
-  	<groupId>args4j</groupId>
-  	<artifactId>args4j</artifactId>
-  	<version>2.0.16</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-yarn-common</artifactId>
-  	<version>0.2.1-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.16</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-yarn-common</artifactId>
+      <version>0.2.1-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml
index afa9b83..6ebadc9 100644
--- a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <build>
@@ -78,22 +78,22 @@
     </plugins>
   </build>
   <dependencies>
-  <dependency>
-  	<groupId>args4j</groupId>
-  	<artifactId>args4j</artifactId>
-  	<version>2.0.16</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-yarn-common</artifactId>
-  	<version>0.2.1-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-yarn-am</artifactId>
-  	<version>0.2.1-SNAPSHOT</version>
-    <type>zip</type>
-    <classifier>binary-assembly</classifier>
-  </dependency>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.16</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-yarn-common</artifactId>
+      <version>0.2.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-yarn-am</artifactId>
+      <version>0.2.1-SNAPSHOT</version>
+      <type>zip</type>
+      <classifier>binary-assembly</classifier>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/src/main/assembly/binary-assembly.xml
index bc03322..04567a3 100644
--- a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-client/src/main/assembly/binary-assembly.xml
@@ -35,7 +35,7 @@
       <outputDirectory>lib</outputDirectory>
     </fileSet>
   </fileSets>
-    <dependencySets>
+  <dependencySets>
     <dependencySet>
       <outputDirectory>hyracks-yarn-am</outputDirectory>
       <includes>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml
index e0081cc..43b4cc0 100644
--- a/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml
@@ -27,24 +27,24 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hadoop</groupId>
-  	<artifactId>hadoop-yarn-api</artifactId>
-  	<version>2.0.0-alpha</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hadoop</groupId>
-  	<artifactId>hadoop-yarn-common</artifactId>
-  	<version>2.0.0-alpha</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hadoop</groupId>
-  	<artifactId>hadoop-common</artifactId>
-  	<version>2.0.0-alpha</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-api</artifactId>
+      <version>2.0.0-alpha</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-common</artifactId>
+      <version>2.0.0-alpha</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <version>2.0.0-alpha</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-yarn/pom.xml b/hyracks-fullstack/hyracks/hyracks-yarn/pom.xml
index a496e53..a86befb 100644
--- a/hyracks-fullstack/hyracks/hyracks-yarn/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-yarn/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/pom.xml b/hyracks-fullstack/hyracks/pom.xml
index 563b7bb..2143753 100644
--- a/hyracks-fullstack/hyracks/pom.xml
+++ b/hyracks-fullstack/hyracks/pom.xml
@@ -48,38 +48,38 @@
       </plugin>
     </plugins>
     <pluginManagement>
-        <plugins>
-            <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-            <plugin>
-                <groupId>org.eclipse.m2e</groupId>
-                <artifactId>lifecycle-mapping</artifactId>
-                <version>1.0.0</version>
-                <configuration>
-                    <lifecycleMappingMetadata>
-                        <pluginExecutions>
-                            <pluginExecution>
-                                <pluginExecutionFilter>
-                                    <groupId>org.apache.maven.plugins</groupId>
-                                    <artifactId>maven-plugin-plugin</artifactId>
-                                    <versionRange>[3.4,)</versionRange>
-                                    <goals>
-                                        <goal>descriptor</goal>
-                                    </goals>
-                                </pluginExecutionFilter>
-                                <action>
-                                    <ignore></ignore>
-                                </action>
-                            </pluginExecution>
-                        </pluginExecutions>
-                    </lifecycleMappingMetadata>
-                </configuration>
-            </plugin>
-        </plugins>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <versionRange>[3.4,)</versionRange>
+                    <goals>
+                      <goal>descriptor</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
     </pluginManagement>
   </build>
 
   <properties>
-      <root.dir>${basedir}/..</root.dir>
+    <root.dir>${basedir}/..</root.dir>
   </properties>
 
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 54e7f34..513bb80 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -17,7 +17,6 @@
  ! under the License.
  !-->
 
-
 <project xmlns="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">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hyracks</groupId>
@@ -26,83 +25,83 @@
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>
 
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>LATEST</version>
-    </parent>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>LATEST</version>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jdk.version>1.8</jdk.version>
-        <jvm.extraargs/>
-        <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <jdk.version>1.8</jdk.version>
+    <jvm.extraargs/>
+    <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
 
-        <!-- Definition of tests in various categories which may be excluded -->
-        <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
-        <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
-        <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
-        <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}
-        </global.test.excludes>
-        <!-- Versions under dependencymanagement or used in many projects via properties -->
-        <hadoop.version>2.2.0</hadoop.version>
-        <junit.version>4.8.1</junit.version>
-        <commons.io.version>2.4</commons.io.version>
-        <jacoco.version>0.7.6.201602180812</jacoco.version>
-    </properties>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-yarn-client</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-client</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-common</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-hdfs</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-minicluster</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-mapreduce-client-core</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons.io.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+    <!-- Definition of tests in various categories which may be excluded -->
+    <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
+    <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
+    <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
+    <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}
+    </global.test.excludes>
+    <!-- Versions under dependencymanagement or used in many projects via properties -->
+    <hadoop.version>2.2.0</hadoop.version>
+    <junit.version>4.8.1</junit.version>
+    <commons.io.version>2.4</commons.io.version>
+    <jacoco.version>0.7.6.201602180812</jacoco.version>
+  </properties>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-yarn-client</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-client</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-common</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-hdfs</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-minicluster</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-mapreduce-client-core</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>${commons.io.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
   <build>
     <plugins>
@@ -116,12 +115,12 @@
         <artifactId>apache-rat-plugin</artifactId>
         <version>0.11</version>
         <executions>
-            <execution>
-                <phase>validate</phase>
-                <goals>
-                    <goal>check</goal>
-                </goals>
-            </execution>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
         </executions>
         <configuration>
           <licenses>
@@ -148,129 +147,128 @@
           </licenseFamilies>
           <excludeSubProjects>false</excludeSubProjects>
           <excludes>
-           <exclude>**/algebricks-tests/src/test/resources/results/**</exclude>
-           <exclude>**/javascript/flot/*.js</exclude>
-           <exclude>**/javascript/jsplumb/*.js</exclude>
-           <exclude>**/javascript/jquery/*.js</exclude>
-           <exclude>**/javascript/adminconsole/*.js</exclude>
-           <exclude>**/stylesheet/jquery-ui/**</exclude>
-           <exclude>**/hyracks-dist/src/main/resources/conf/**</exclude>
-           <exclude>**/src/test/resources/data/**</exclude>
-           <exclude>**/src/test/resources/results/**</exclude>
-           <exclude>**/src/test/resources/expected/**</exclude>
-           <exclude>**/testcases/*.piglet</exclude>
-           <exclude>**/data/**/*.tbl</exclude>
-           <exclude>**/data/**/*.ddl</exclude>
-           <exclude>**/data/**/*.tsv</exclude>
-           <exclude>**/actual/conf.xml</exclude>
-           <exclude>**/actual/customer_result/part-*</exclude>
-           <exclude>**/src/main/resources/conf/*</exclude>
-           <exclude>**/data/dfs/**</exclude>
-           <exclude>**/invIndex*/**</exclude>
-           <exclude>**/*.job</exclude>
-           <exclude>**/*.conf</exclude>
-           <exclude>**/src/main/resources/*.cleaned</exclude>
-           <exclude>**/ClusterControllerService/**</exclude>
-           <exclude>**/target/**</exclude>
-           <exclude>**/output/**</exclude>
-           <exclude>**/target/**</exclude>
-           <exclude>**/*.iml</exclude>
-           <exclude>**/*.prefs</exclude>
-           <exclude>**/data/*.txt</exclude>
-           <exclude>**/data/**/*.txt</exclude>
-           <exclude>**/.classpath</exclude>
-           <exclude>**/.project</exclude>
-           <exclude>**/target/**</exclude>
-           <exclude>**/*.iml</exclude>
-           <exclude>**/.classpath</exclude>
-           <exclude>**/.project</exclude>
-           <exclude>**/.settings/**</exclude>
-           <exclude>algebricks/algebricks-examples/piglet-example/testcases/*.piglet</exclude>
-           <exclude>algebricks/algebricks-tests/ClusterControllerService/logs/jobs/*.log</exclude>
-           <exclude>algebricks/algebricks-tests/data/simple/*.tbl</exclude>
-           <exclude>algebricks/algebricks-tests/data/tpch0.001/*.tbl</exclude>
-           <exclude>algebricks/algebricks-tests/data/tpch0.001/tpch.ddl</exclude>
-           <exclude>algebricks/algebricks-tests/src/test/resources/results/scanMicroSortWrite.out</exclude>
-           <exclude>ClusterControllerService/logs/jobs/*.log</exclude>
-           <exclude>hyracks/hyracks-client/ClusterControllerService/logs/jobs/*.log</exclude>
-           <exclude>hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/flot/*.js</exclude>
-           <exclude>hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/jsplumb/jquery.jsPlumb-1.3.5-all-min.js</exclude>
-           <exclude>hyracks/hyracks-dist/src/main/resources/conf/master</exclude>
-           <exclude>hyracks/hyracks-dist/src/main/resources/conf/slaves</exclude>
-           <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/*.txt</exclude>
-           <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/tpch0.001/*.tbl</exclude>
-           <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/tpch0.001/tpch.ddl</exclude>
-           <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/wordcount.tsv</exclude>
-           <exclude>hyracks/hyracks-examples/text-example/textserver/data/*.txt</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/actual/conf.xml</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/actual/customer_result/part-0</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/build/test/data/dfs/**</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/ClusterControllerService/logs/jobs/*.log</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/data/customer.tbl</exclude>
-           <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/expected/part-0</exclude>
-           <exclude>hyracks/hyracks-storage-am-common/src/main/resources/dist.all.first.cleaned</exclude>
-           <exclude>hyracks/hyracks-storage-am-common/src/main/resources/dist.all.last.cleaned</exclude>
-      </excludes>
+            <exclude>**/algebricks-tests/src/test/resources/results/**</exclude>
+            <exclude>**/javascript/flot/*.js</exclude>
+            <exclude>**/javascript/jsplumb/*.js</exclude>
+            <exclude>**/javascript/jquery/*.js</exclude>
+            <exclude>**/javascript/adminconsole/*.js</exclude>
+            <exclude>**/stylesheet/jquery-ui/**</exclude>
+            <exclude>**/hyracks-dist/src/main/resources/conf/**</exclude>
+            <exclude>**/src/test/resources/data/**</exclude>
+            <exclude>**/src/test/resources/results/**</exclude>
+            <exclude>**/src/test/resources/expected/**</exclude>
+            <exclude>**/testcases/*.piglet</exclude>
+            <exclude>**/data/**/*.tbl</exclude>
+            <exclude>**/data/**/*.ddl</exclude>
+            <exclude>**/data/**/*.tsv</exclude>
+            <exclude>**/actual/conf.xml</exclude>
+            <exclude>**/actual/customer_result/part-*</exclude>
+            <exclude>**/src/main/resources/conf/*</exclude>
+            <exclude>**/data/dfs/**</exclude>
+            <exclude>**/invIndex*/**</exclude>
+            <exclude>**/*.job</exclude>
+            <exclude>**/*.conf</exclude>
+            <exclude>**/src/main/resources/*.cleaned</exclude>
+            <exclude>**/ClusterControllerService/**</exclude>
+            <exclude>**/target/**</exclude>
+            <exclude>**/output/**</exclude>
+            <exclude>**/target/**</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>**/*.prefs</exclude>
+            <exclude>**/data/*.txt</exclude>
+            <exclude>**/data/**/*.txt</exclude>
+            <exclude>**/.classpath</exclude>
+            <exclude>**/.project</exclude>
+            <exclude>**/target/**</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>**/.classpath</exclude>
+            <exclude>**/.project</exclude>
+            <exclude>**/.settings/**</exclude>
+            <exclude>algebricks/algebricks-examples/piglet-example/testcases/*.piglet</exclude>
+            <exclude>algebricks/algebricks-tests/ClusterControllerService/logs/jobs/*.log</exclude>
+            <exclude>algebricks/algebricks-tests/data/simple/*.tbl</exclude>
+            <exclude>algebricks/algebricks-tests/data/tpch0.001/*.tbl</exclude>
+            <exclude>algebricks/algebricks-tests/data/tpch0.001/tpch.ddl</exclude>
+            <exclude>algebricks/algebricks-tests/src/test/resources/results/scanMicroSortWrite.out</exclude>
+            <exclude>ClusterControllerService/logs/jobs/*.log</exclude>
+            <exclude>hyracks/hyracks-client/ClusterControllerService/logs/jobs/*.log</exclude>
+            <exclude>hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/flot/*.js</exclude>
+            <exclude>hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/jsplumb/jquery.jsPlumb-1.3.5-all-min.js</exclude>
+            <exclude>hyracks/hyracks-dist/src/main/resources/conf/master</exclude>
+            <exclude>hyracks/hyracks-dist/src/main/resources/conf/slaves</exclude>
+            <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/*.txt</exclude>
+            <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/tpch0.001/*.tbl</exclude>
+            <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/tpch0.001/tpch.ddl</exclude>
+            <exclude>hyracks/hyracks-examples/hyracks-integration-tests/data/wordcount.tsv</exclude>
+            <exclude>hyracks/hyracks-examples/text-example/textserver/data/*.txt</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/actual/conf.xml</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/actual/customer_result/part-0</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/build/test/data/dfs/**</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/ClusterControllerService/logs/jobs/*.log</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/data/customer.tbl</exclude>
+            <exclude>hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/expected/part-0</exclude>
+            <exclude>hyracks/hyracks-storage-am-common/src/main/resources/dist.all.first.cleaned</exclude>
+            <exclude>hyracks/hyracks-storage-am-common/src/main/resources/dist.all.last.cleaned</exclude>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>
-	<groupId>org.apache.maven.plugins</groupId>
-	<artifactId>maven-surefire-plugin</artifactId>
-	<version>2.16</version>
-	<configuration>
-	  <failIfNoTests>false</failIfNoTests>
-	  <forkCount>1</forkCount>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.16</version>
+        <configuration>
+          <failIfNoTests>false</failIfNoTests>
+          <forkCount>1</forkCount>
           <reuseForks>false</reuseForks>
-    <argLine>
-      -enableassertions -Xmx2048m
-      -Dfile.encoding=UTF-8
-      -Djava.util.logging.config.file=${user.home}/logging.properties
-      -Xdebug
-      -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
-      ${coverageArgLine}
-    </argLine>
-	  <includes>
-	    <include>${global.test.includes},${test.includes}</include>
-	  </includes>
+          <argLine>-enableassertions -Xmx2048m
+            -Dfile.encoding=UTF-8
+            -Djava.util.logging.config.file=${user.home}/logging.properties
+            -Xdebug
+            -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
+            ${coverageArgLine}
+          </argLine>
+          <includes>
+            <include>${global.test.includes},${test.includes}</include>
+          </includes>
           <excludes>
             <exclude>${global.test.excludes},${test.excludes}</exclude>
           </excludes>
-   </configuration>
-   </plugin>
-   <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <!-- We override the configuration plugin to override the descriptor to use for building
-            the source release zip. Specifically, we would like to control the inclusions/exclusions.
-            For example, we exclude the KEYS file from the zip -->
-          <executions>
-              <execution>
-                  <!-- Use this id to match the id mentioned in the assembly plugin configuration in
-                    the apache parent POM under the apache-release profile -->
-                  <id>source-release-assembly</id>
-                  <phase>package</phase>
-                  <goals>
-                      <goal>single</goal>
-                  </goals>
-                  <!-- combine.self should be override to replace the configuration in the parent POM -->
-                  <configuration combine.self="override">
-                      <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                      <descriptors>
-                          <descriptor>src/main/assembly/source.xml</descriptor>
-                      </descriptors>
-                  </configuration>
-              </execution>
-          </executions>
+        </configuration>
       </plugin>
       <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <version>3.1</version>
-            <configuration>
-               <source>${jdk.version}</source>
-               <target>${jdk.version}</target>
-               <compilerArgument>-Xlint:all</compilerArgument>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <!-- We override the configuration plugin to override the descriptor to use for building
+          the source release zip. Specifically, we would like to control the inclusions/exclusions.
+          For example, we exclude the KEYS file from the zip -->
+        <executions>
+          <execution>
+            <!-- Use this id to match the id mentioned in the assembly plugin configuration in
+              the apache parent POM under the apache-release profile -->
+            <id>source-release-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <!-- combine.self should be override to replace the configuration in the parent POM -->
+            <configuration combine.self="override">
+              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+              <descriptors>
+                <descriptor>src/main/assembly/source.xml</descriptor>
+              </descriptors>
             </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>${jdk.version}</source>
+          <target>${jdk.version}</target>
+          <compilerArgument>-Xlint:all</compilerArgument>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
@@ -295,52 +293,52 @@
         </executions>
       </plugin>
       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <executions>
-              <execution>
-                  <goals>
-                      <goal>process</goal>
-                  </goals>
-                  <configuration>
-                      <resourceBundles combine.children="append">
-                          <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                          <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
-                      </resourceBundles>
-                  </configuration>
-              </execution>
-          </executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles combine.children="append">
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
     <pluginManagement>
-           <plugins>
-               <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-               <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                              <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.rat</groupId>
-                                        <artifactId>apache-rat-plugin</artifactId>
-                                        <versionRange>[0.11,)</versionRange>
-                                        <goals>
-                                            <goal>check</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-      </pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <versionRange>[0.11,)</versionRange>
+                    <goals>
+                      <goal>check</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <scm>
@@ -350,12 +348,11 @@
     <tag>HEAD</tag>
   </scm>
 
-
   <profiles>
     <profile>
       <id>hanging-pregelix-tests</id>
       <properties>
-        <hanging.pregelix.tests />
+        <hanging.pregelix.tests/>
       </properties>
     </profile>
     <profile>
@@ -442,13 +439,13 @@
       </properties>
     </profile>
     <profile>
-        <id>java8</id>
-        <activation>
-            <jdk>1.8</jdk>
-        </activation>
-         <properties>
-            <jdk.version>1.8</jdk.version>
-         </properties>
+      <id>java8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
+      <properties>
+        <jdk.version>1.8</jdk.version>
+      </properties>
     </profile>
   </profiles>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/src/main/appended-resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/src/main/appended-resources/supplemental-models.xml b/hyracks-fullstack/src/main/appended-resources/supplemental-models.xml
index 1ebd3f2..0d69dc6 100644
--- a/hyracks-fullstack/src/main/appended-resources/supplemental-models.xml
+++ b/hyracks-fullstack/src/main/appended-resources/supplemental-models.xml
@@ -597,8 +597,8 @@
       <name>Jetty Server</name>
       <url>http://jetty.mortbay.org/</url>
       <organization>
-	    <name>Mort Bay Consulting</name>
-	    <url>http://www.mortbay.com</url>
+        <name>Mort Bay Consulting</name>
+        <url>http://www.mortbay.com</url>
       </organization>
       <licenses>
         <license>
@@ -615,8 +615,8 @@
       <name>Jetty Utilities</name>
       <url>http://jetty.mortbay.org/</url>
       <organization>
-	    <name>Mort Bay Consulting</name>
-	    <url>http://www.mortbay.com</url>
+        <name>Mort Bay Consulting</name>
+        <url>http://www.mortbay.com</url>
       </organization>
       <licenses>
         <license>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/src/main/assembly/source.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/src/main/assembly/source.xml b/hyracks-fullstack/src/main/assembly/source.xml
index fc28713..59d1bd1 100644
--- a/hyracks-fullstack/src/main/assembly/source.xml
+++ b/hyracks-fullstack/src/main/assembly/source.xml
@@ -13,8 +13,8 @@
   limitations under the License.
 -->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
   <id>source-release</id>
   <formats>
     <format>zip</format>



[09/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp_parser.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp_parser.xml b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp_parser.xml
index 6727bad..1296955 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp_parser.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp_parser.xml
@@ -18,57 +18,57 @@
  !-->
 <!DOCTYPE test-suite [
 
-<!ENTITY RecordsQueries SYSTEM "queries/records/RecordsQueries.xml">
+             <!ENTITY RecordsQueries SYSTEM "queries/records/RecordsQueries.xml">
 
-]>
+             ]>
 <test-suite
-        xmlns="urn:xml.testframework.asterix.apache.org"
-        ResultOffsetPath="results_parser_sqlpp"
-        QueryOffsetPath="queries_sqlpp"
-        QueryFileExtension=".sqlpp">
-    <test-group name="flwor">
-        <test-case FilePath="flwor">
-            <compilation-unit name="at00">
-                <output-dir compare="AST">at00</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at01">
-                <output-dir compare="AST">at01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at02">
-                <output-dir compare="AST">at02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at03">
-                <output-dir compare="AST">at03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at04">
-                <output-dir compare="AST">at04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at05">
-                <output-dir compare="AST">at05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at06">
-                <output-dir compare="AST">at06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="query-issue550">
-                <output-dir compare="AST">query-issue550</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <!--
+             xmlns="urn:xml.testframework.asterix.apache.org"
+             ResultOffsetPath="results_parser_sqlpp"
+             QueryOffsetPath="queries_sqlpp"
+             QueryFileExtension=".sqlpp">
+  <test-group name="flwor">
+    <test-case FilePath="flwor">
+      <compilation-unit name="at00">
+        <output-dir compare="AST">at00</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at01">
+        <output-dir compare="AST">at01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at02">
+        <output-dir compare="AST">at02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at03">
+        <output-dir compare="AST">at03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at04">
+        <output-dir compare="AST">at04</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at05">
+        <output-dir compare="AST">at05</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at06">
+        <output-dir compare="AST">at06</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="query-issue550">
+        <output-dir compare="AST">query-issue550</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <!--
     <test-group name="union">
         <test-case FilePath="union">
             <compilation-unit name="union">
@@ -77,198 +77,198 @@
         </test-case>
     </test-group>
     -->
-    <test-case FilePath="flwor">
-        <compilation-unit name="let33">
-            <output-dir compare="AST">let33</output-dir>
-        </compilation-unit>
+  <test-case FilePath="flwor">
+    <compilation-unit name="let33">
+      <output-dir compare="AST">let33</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-group name="aggregate">
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue531_string_min_max">
+        <output-dir compare="AST">issue531_string_min_max</output-dir>
+      </compilation-unit>
     </test-case>
-    <test-group name="aggregate">
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="AST">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null">
-                <output-dir compare="AST">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="AST">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="AST">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="AST">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="AST">avg_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="AST">sum_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="AST">min_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number">
-                <output-dir compare="AST">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="AST">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="AST">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="AST">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="AST">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="AST">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue395">
-                <output-dir compare="AST">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="AST">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="AST">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double">
-                <output-dir compare="AST">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="AST">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="AST">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="AST">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float">
-                <output-dir compare="AST">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="AST">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="AST">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="AST">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="AST">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="AST">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="AST">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="AST">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="AST">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="AST">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_01">
-                <output-dir compare="AST">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="AST">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="AST">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_null">
-                <output-dir compare="AST">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null">
+        <output-dir compare="AST">agg_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec">
+        <output-dir compare="AST">agg_null_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec_1">
+        <output-dir compare="AST">agg_null_rec_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number_rec">
+        <output-dir compare="AST">agg_number_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_mixed">
+        <output-dir compare="AST">avg_mixed</output-dir>
+        <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="sum_mixed">
+        <output-dir compare="AST">sum_mixed</output-dir>
+        <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="min_mixed">
+        <output-dir compare="AST">min_mixed</output-dir>
+        <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number">
+        <output-dir compare="AST">agg_number</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list_1">
+        <output-dir compare="AST">issue425_min_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list">
+        <output-dir compare="AST">issue425_min_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list_1">
+        <output-dir compare="AST">issue425_sum_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list">
+        <output-dir compare="AST">issue425_sum_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="query-issue400">
+        <output-dir compare="AST">query-issue400</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue395">
+        <output-dir compare="AST">issue395</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_0">
+        <output-dir compare="AST">issue412_0</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_1">
+        <output-dir compare="AST">issue412_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double">
+        <output-dir compare="AST">avg_double</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double_null">
+        <output-dir compare="AST">avg_double_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_01">
+        <output-dir compare="AST">avg_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_02">
+        <output-dir compare="AST">avg_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float">
+        <output-dir compare="AST">avg_float</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float_null">
+        <output-dir compare="AST">avg_float_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16">
+        <output-dir compare="AST">avg_int16</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16_null">
+        <output-dir compare="AST">avg_int16_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32">
+        <output-dir compare="AST">avg_int32</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32_null">
+        <output-dir compare="AST">avg_int32_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64">
+        <output-dir compare="AST">avg_int64</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64_null">
+        <output-dir compare="AST">avg_int64_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8">
+        <output-dir compare="AST">avg_int8</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8_null">
+        <output-dir compare="AST">avg_int8_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_01">
+        <output-dir compare="AST">count_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_01">
+        <output-dir compare="AST">count_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_02">
+        <output-dir compare="AST">count_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_null">
+        <output-dir compare="AST">count_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!--
         <test-case FilePath="aggregate">
           <compilation-unit name="droptype">
             <output-dir compare="AST">droptype</output-dir>
           </compilation-unit>
         </test-case>
         -->
-        <!-- TODO(madhusudancs): These tests that test for local_<agg>/global_<agg> functions should be removed, but
+    <!-- TODO(madhusudancs): These tests that test for local_<agg>/global_<agg> functions should be removed, but
         before that we should modify the code to make sure those built-in functions are still defined but not exposed
         by AQL, so leaving these test cases commented.
         <test-case FilePath="aggregate">
@@ -342,6469 +342,6469 @@
           </compilation-unit>
         </test-case>
         -->
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="AST">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="AST">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="AST">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="AST">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="AST">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="AST">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="AST">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="AST">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="AST">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="AST">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="AST">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="AST">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="AST">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="AST">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="AST">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="AST">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="AST">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="AST">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="AST">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double">
-                <output-dir compare="AST">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="AST">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="AST">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="AST">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float">
-                <output-dir compare="AST">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="AST">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="AST">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="AST">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="AST">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="AST">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="AST">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="AST">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="AST">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="AST">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="AST">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="AST">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="aggregate-sql">
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="AST">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null">
-                <output-dir compare="AST">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="AST">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="AST">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="AST">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="AST">avg_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="AST">sum_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="AST">min_mixed</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number">
-                <output-dir compare="AST">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="AST">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="AST">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="AST">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="AST">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="AST">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue395">
-                <output-dir compare="AST">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="AST">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="AST">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double">
-                <output-dir compare="AST">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="AST">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="AST">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="AST">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float">
-                <output-dir compare="AST">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="AST">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="AST">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="AST">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="AST">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="AST">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="AST">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="AST">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="AST">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="AST">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_01">
-                <output-dir compare="AST">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="AST">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="AST">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_null">
-                <output-dir compare="AST">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="AST">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="AST">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="AST">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="AST">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="AST">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="AST">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="AST">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="AST">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="AST">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="AST">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="AST">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="AST">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="AST">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="AST">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="AST">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="AST">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="AST">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="AST">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="AST">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double">
-                <output-dir compare="AST">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="AST">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="AST">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="AST">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float">
-                <output-dir compare="AST">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="AST">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="AST">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="AST">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="AST">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="AST">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="AST">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="AST">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="AST">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="AST">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="AST">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="AST">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="boolean">
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_01">
-                <output-dir compare="AST">and_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null">
-                <output-dir compare="AST">and_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null_false">
-                <output-dir compare="AST">and_null_false</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="not_01">
-                <output-dir compare="AST">not_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="comparison">
-        <test-case FilePath="comparison">
-            <compilation-unit name="year_month_duration_order">
-                <output-dir compare="AST">year_month_duration_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_order">
-                <output-dir compare="AST">datetime_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_range">
-                <output-dir compare="AST">datetime_range</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_tzeq">
-                <output-dir compare="AST">datetime_tzeq</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double">
-                <output-dir compare="AST">double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_gte_01">
-                <output-dir compare="AST">double_gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_null">
-                <output-dir compare="AST">double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="eq_01">
-                <output-dir compare="AST">eq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float">
-                <output-dir compare="AST">float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float_null">
-                <output-dir compare="AST">float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gt_01">
-                <output-dir compare="AST">gt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gte_01">
-                <output-dir compare="AST">gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16">
-                <output-dir compare="AST">int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16_null">
-                <output-dir compare="AST">int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32">
-                <output-dir compare="AST">int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32_null">
-                <output-dir compare="AST">int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64">
-                <output-dir compare="AST">int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64_null">
-                <output-dir compare="AST">int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8">
-                <output-dir compare="AST">int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8_null">
-                <output-dir compare="AST">int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lt_01">
-                <output-dir compare="AST">lt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lte_01">
-                <output-dir compare="AST">lte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="neq_01">
-                <output-dir compare="AST">neq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="comparison">
-          <compilation-unit name="numeric-comparison_01">
-            <output-dir compare="AST">numeric-comparison_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="comparison">
-            <compilation-unit name="string">
-                <output-dir compare="AST">string</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="string_null">
-                <output-dir compare="AST">string_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_equality">
-                <output-dir compare="AST">issue363_equality</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_duration">
-                <output-dir compare="AST">issue363_inequality_duration</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_interval">
-                <output-dir compare="AST">issue363_inequality_interval</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_point">
-                <output-dir compare="AST">issue363_inequality_point</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_line">
-                <output-dir compare="AST">issue363_inequality_line</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_polygon">
-                <output-dir compare="AST">issue363_inequality_polygon</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_rectangle">
-                <output-dir compare="AST">issue363_inequality_rectangle</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_circle">
-                <output-dir compare="AST">issue363_inequality_circle</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary">
-                <output-dir compare="AST">binary</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary_null">
-                <output-dir compare="AST">binary_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="constructor">
-        <test-case FilePath="constructor">
-            <compilation-unit name="binary_01">
-                <output-dir compare="AST">binary_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="add-null">
-                <output-dir compare="AST">add-null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="boolean_01">
-                <output-dir compare="AST">boolean_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="circle_01">
-                <output-dir compare="AST">circle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="date_01">
-                <output-dir compare="AST">date_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="datetime_01">
-                <output-dir compare="AST">datetime_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="double_01">
-                <output-dir compare="AST">double_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_01">
-                <output-dir compare="AST">duration_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_02">
-                <output-dir compare="AST">duration_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="float_01">
-                <output-dir compare="AST">float_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="int_01">
-                <output-dir compare="AST">int_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="interval">
-                <output-dir compare="AST">interval</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="line_01">
-                <output-dir compare="AST">line_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="rectangle_01">
-                <output-dir compare="AST">rectangle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="point_01">
-                <output-dir compare="AST">point_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="polygon_01">
-                <output-dir compare="AST">polygon_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-01">
-                <output-dir compare="AST">primitive-01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-02">
-                <output-dir compare="AST">primitive-02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-03">
-                <output-dir compare="AST">primitive-03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-04">
-                <output-dir compare="AST">primitive-04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="string_01">
-                <output-dir compare="AST">string_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="time_01">
-                <output-dir compare="AST">time_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="uuid_01">
-                <output-dir compare="AST">uuid_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="custord">
-        <!--
-    <test-case FilePath="custord">
-      <compilation-unit name="co">
-        <output-dir compare="AST">co</output-dir>
-      </compilation-unit>
-    </test-case>
-    -->
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_01">
-                <output-dir compare="AST">customer_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_02">
-                <output-dir compare="AST">customer_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_03">
-                <output-dir compare="AST">customer_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_04">
-                <output-dir compare="AST">customer_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_05">
-                <output-dir compare="AST">customer_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_06">
-                <output-dir compare="AST">customer_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_07">
-                <output-dir compare="AST">customer_q_07</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_08">
-                <output-dir compare="AST">customer_q_08</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_01">
-            <output-dir compare="AST">denorm-cust-order_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="denorm-cust-order_02">
-                <output-dir compare="AST">denorm-cust-order_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_03">
-            <output-dir compare="AST">denorm-cust-order_03</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="freq-clerk">
-            <output-dir compare="AST">freq-clerk</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_01">
-                <output-dir compare="AST">join_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_02">
-                <output-dir compare="AST">join_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_03">
-                <output-dir compare="AST">join_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_04">
-                <output-dir compare="AST">join_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="load-test">
-                <output-dir compare="AST">load-test</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_01">
-                <output-dir compare="AST">order_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_02">
-                <output-dir compare="AST">order_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_03">
-                <output-dir compare="AST">order_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_04">
-                <output-dir compare="AST">order_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_05">
-                <output-dir compare="AST">order_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_06">
-                <output-dir compare="AST">order_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="dapd">
-        <test-case FilePath="dapd">
-            <compilation-unit name="q1">
-                <output-dir compare="AST">q1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dapd">
-            <compilation-unit name="q2">
-                <output-dir compare="AST">q2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="dapd">
-          <compilation-unit name="q3">
-            <output-dir compare="AST">q3</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-    </test-group>
-    <test-group name="dml">
-        <test-case FilePath="dml">
-            <compilation-unit name="compact-dataset-and-its-indexes">
-                <output-dir compare="AST">compact-dataset-and-its-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-constant-merge-policy">
-                <output-dir compare="AST">using-constant-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-prefix-merge-policy">
-                <output-dir compare="AST">using-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-correlated-prefix-merge-policy">
-                <output-dir compare="AST">using-correlated-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-no-merge-policy">
-                <output-dir compare="AST">using-no-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue382">
-                <output-dir compare="AST">query-issue382</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue433">
-                <output-dir compare="AST">query-issue433</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue288">
-                <output-dir compare="AST">query-issue288</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue205">
-                <output-dir compare="AST">query-issue205</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset-with-index">
-                <output-dir compare="AST">delete-from-loaded-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset">
-                <output-dir compare="AST">delete-from-loaded-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-syntax-change">
-                <output-dir compare="AST">delete-syntax-change</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-empty-secondary-indexes">
-                <output-dir compare="AST">drop-empty-secondary-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-index">
-                <output-dir compare="AST">drop-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-cltype">
-                <output-dir compare="AST">create-drop-cltype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-opntype">
-                <output-dir compare="AST">create-drop-opntype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="empty-load-with-index">
-                <output-dir compare="AST">empty-load-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset">
-                <output-dir compare="AST">insert-into-empty-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset-with-index">
-                <output-dir compare="AST">insert-into-empty-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-syntax">
-                <output-dir compare="AST">insert-syntax</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-dataset">
-                <output-dir compare="AST">insert-and-scan-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-dataset-with-index">
-                <output-dir compare="AST">insert-and-scan-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-joined-datasets">
-                <output-dir compare="AST">insert-and-scan-joined-datasets</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset-with-index_01">
-                <output-dir compare="AST">insert-into-loaded-dataset-with-index_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset-with-index_02">
-                <output-dir compare="AST">insert-into-loaded-dataset-with-index_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset_01">
-                <output-dir compare="AST">insert-into-loaded-dataset_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset_02">
-                <output-dir compare="AST">insert-into-loaded-dataset_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-src-dst-01">
-                <output-dir compare="AST">insert-src-dst-01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert">
-                <output-dir compare="AST">insert</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-duplicated-keys">
-                <output-dir compare="AST">insert-duplicated-keys</output-dir>
-                <expected-error>org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException
-                </expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert_less_nc">
-                <output-dir compare="AST">insert_less_nc</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="dml">
-          <compilation-unit name="load-from-hdfs">
-            <output-dir compare="AST">load-from-hdfs</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_01">
-                <output-dir compare="AST">insert-with-autogenerated-pk_adm_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_02">
-                <output-dir compare="AST">insert-with-autogenerated-pk_adm_02</output-dir>
-                <expected-error>org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_03">
-                <output-dir compare="AST">insert-with-autogenerated-pk_adm_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_txt_01">
-                <output-dir compare="AST">load-with-autogenerated-pk_txt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_01">
-                <output-dir compare="AST">load-with-autogenerated-pk_adm_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_02">
-                <output-dir compare="AST">load-with-autogenerated-pk_adm_02</output-dir>
-                <expected-error>org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_03">
-                <output-dir compare="AST">load-with-autogenerated-pk_adm_03</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_04">
-                <output-dir compare="AST">load-with-autogenerated-pk_adm_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_csv_01">
-                <output-dir compare="AST">load-with-autogenerated-pk_csv_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_csv_02">
-                <output-dir compare="AST">load-with-autogenerated-pk_csv_02</output-dir>
-                <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-index">
-                <output-dir compare="AST">load-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-ngram-index">
-                <output-dir compare="AST">load-with-ngram-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-rtree-index">
-                <output-dir compare="AST">load-with-rtree-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-word-index">
-                <output-dir compare="AST">load-with-word-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-c2o-recursive">
-                <output-dir compare="AST">opentype-c2o-recursive</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-c2o">
-                <output-dir compare="AST">opentype-c2o</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-closed-optional">
-                <output-dir compare="AST">opentype-closed-optional</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-insert">
-                <output-dir compare="AST">opentype-insert</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-insert2">
-                <output-dir compare="AST">opentype-insert2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-noexpand">
-                <output-dir compare="AST">opentype-noexpand</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2c-recursive">
-                <output-dir compare="AST">opentype-o2c-recursive</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2c">
-                <output-dir compare="AST">opentype-o2c</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2o">
-                <output-dir compare="AST">opentype-o2o</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-btree-secondary-index-nullable">
-                <output-dir compare="AST">scan-delete-btree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index-nullable">
-                <output-dir compare="AST">scan-delete-rtree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index">
-                <output-dir compare="AST">scan-delete-rtree-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-btree-secondary-index-nullable">
-                <output-dir compare="AST">scan-insert-btree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index-nullable">
-                <output-dir compare="AST">scan-insert-rtree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index">
-                <output-dir compare="AST">scan-insert-rtree-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index">
-                <output-dir compare="AST">scan-insert-inverted-index-ngram-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index">
-                <output-dir compare="AST">scan-insert-inverted-index-word-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-nullable">
-                <output-dir compare="AST">scan-insert-inverted-index-ngram-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index-nullable">
-                <output-dir compare="AST">scan-insert-inverted-index-word-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index">
-                <output-dir compare="AST">scan-delete-inverted-index-ngram-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index">
-                <output-dir compare="AST">scan-delete-inverted-index-word-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-nullable">
-                <output-dir compare="AST">scan-delete-inverted-index-ngram-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index-nullable">
-                <output-dir compare="AST">scan-delete-inverted-index-word-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-index-open">
-                <output-dir compare="AST">load-with-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-ngram-index-open">
-                <output-dir compare="AST">load-with-ngram-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-rtree-index-open">
-                <output-dir compare="AST">load-with-rtree-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-word-index-open">
-                <output-dir compare="AST">load-with-word-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-btree-secondary-index-open">
-                <output-dir compare="AST">scan-delete-btree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-open">
-                <output-dir compare="AST">scan-delete-inverted-index-ngram-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index-open">
-                <output-dir compare="AST">scan-delete-inverted-index-word-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index-open">
-                <output-dir compare="AST">scan-delete-rtree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-btree-secondary-index-open">
-                <output-dir compare="AST">scan-insert-btree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-open">
-                <output-dir compare="AST">scan-insert-inverted-index-ngram-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index-open">
-                <output-dir compare="AST">scan-insert-inverted-index-word-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index-open">
-                <output-dir compare="AST">scan-insert-rtree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-multi-statement">
-                <output-dir compare="AST">delete-multi-statement</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="employee">
-        <test-case FilePath="employee">
-            <compilation-unit name="q_01">
-                <output-dir compare="AST">q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="employee">
-            <compilation-unit name="q_02">
-                <output-dir compare="AST">q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="failure">
-        <!--
-        <test-case FilePath="failure">
-          <compilation-unit name="q1_pricing_summary_report_failure">
-            <output-dir compare="AST">q1_pricing_summary_report_failure</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-    </test-group>
-    <!--
-    <test-group name="flwor">
-      <test-case FilePath="flwor">
-        <compilation-unit name="for01">
-          <output-dir compare="AST">for01</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for02">
-          <output-dir compare="AST">for02</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for03">
-          <output-dir compare="AST">for03</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for04">
-          <output-dir compare="AST">for04</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for05">
-          <output-dir compare="AST">for05</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for06">
-          <output-dir compare="AST">for06</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for07">
-          <output-dir compare="AST">for07</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for08">
-          <output-dir compare="AST">for08</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for09">
-          <output-dir compare="AST">for09</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for10">
-          <output-dir compare="AST">for10</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for11">
-          <output-dir compare="AST">for11</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for12">
-          <output-dir compare="AST">for12</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for13">
-          <output-dir compare="AST">for13</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for14">
-          <output-dir compare="AST">for14</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for15">
-          <output-dir compare="AST

<TRUNCATED>


[10/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
index 70828f2..b753974 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
@@ -18,57 +18,57 @@
  !-->
 <!DOCTYPE test-suite [
 
-        <!ENTITY RecordsQueries SYSTEM "queries_sqlpp/records/RecordsQueries.xml">
+             <!ENTITY RecordsQueries SYSTEM "queries_sqlpp/records/RecordsQueries.xml">
 
-        ]>
+             ]>
 <test-suite
-        xmlns="urn:xml.testframework.asterix.apache.org"
-        ResultOffsetPath="results"
-        QueryOffsetPath="queries_sqlpp"
-        QueryFileExtension=".sqlpp">
-    <test-group name="flwor">
-        <test-case FilePath="flwor">
-            <compilation-unit name="at00">
-                <output-dir compare="Text">at00</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at01">
-                <output-dir compare="Text">at01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at02">
-                <output-dir compare="Text">at02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at03">
-                <output-dir compare="Text">at03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at04">
-                <output-dir compare="Text">at04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at05">
-                <output-dir compare="Text">at05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at06">
-                <output-dir compare="Text">at06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="query-issue550">
-                <output-dir compare="Text">query-issue550</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <!--
+             xmlns="urn:xml.testframework.asterix.apache.org"
+             ResultOffsetPath="results"
+             QueryOffsetPath="queries_sqlpp"
+             QueryFileExtension=".sqlpp">
+  <test-group name="flwor">
+    <test-case FilePath="flwor">
+      <compilation-unit name="at00">
+        <output-dir compare="Text">at00</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at01">
+        <output-dir compare="Text">at01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at02">
+        <output-dir compare="Text">at02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at03">
+        <output-dir compare="Text">at03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at04">
+        <output-dir compare="Text">at04</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at05">
+        <output-dir compare="Text">at05</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at06">
+        <output-dir compare="Text">at06</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="query-issue550">
+        <output-dir compare="Text">query-issue550</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <!--
     <test-group name="union">
         <test-case FilePath="union">
             <compilation-unit name="union">
@@ -77,198 +77,198 @@
         </test-case>
     </test-group>
     -->
-    <test-case FilePath="flwor">
-        <compilation-unit name="let33">
-            <output-dir compare="Text">let33</output-dir>
-        </compilation-unit>
+  <test-case FilePath="flwor">
+    <compilation-unit name="let33">
+      <output-dir compare="Text">let33</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-group name="aggregate">
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue531_string_min_max">
+        <output-dir compare="Text">issue531_string_min_max</output-dir>
+      </compilation-unit>
     </test-case>
-    <test-group name="aggregate">
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="Text">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null">
-                <output-dir compare="Text">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="Text">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="Text">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="Text">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="Text">avg_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="Text">sum_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="Text">min_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number">
-                <output-dir compare="Text">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="Text">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="Text">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue395">
-                <output-dir compare="Text">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="Text">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="Text">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double">
-                <output-dir compare="Text">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="Text">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="Text">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="Text">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float">
-                <output-dir compare="Text">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="Text">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="Text">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="Text">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="Text">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="Text">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="Text">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="Text">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="Text">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="Text">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_01">
-                <output-dir compare="Text">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="Text">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="Text">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_null">
-                <output-dir compare="Text">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null">
+        <output-dir compare="Text">agg_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec">
+        <output-dir compare="Text">agg_null_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec_1">
+        <output-dir compare="Text">agg_null_rec_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number_rec">
+        <output-dir compare="Text">agg_number_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_mixed">
+        <output-dir compare="Text">avg_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="sum_mixed">
+        <output-dir compare="Text">sum_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="min_mixed">
+        <output-dir compare="Text">min_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number">
+        <output-dir compare="Text">agg_number</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list_1">
+        <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list">
+        <output-dir compare="Text">issue425_min_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list_1">
+        <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list">
+        <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="query-issue400">
+        <output-dir compare="Text">query-issue400</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue395">
+        <output-dir compare="Text">issue395</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_0">
+        <output-dir compare="Text">issue412_0</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_1">
+        <output-dir compare="Text">issue412_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double">
+        <output-dir compare="Text">avg_double</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double_null">
+        <output-dir compare="Text">avg_double_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_01">
+        <output-dir compare="Text">avg_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_02">
+        <output-dir compare="Text">avg_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float">
+        <output-dir compare="Text">avg_float</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float_null">
+        <output-dir compare="Text">avg_float_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16">
+        <output-dir compare="Text">avg_int16</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16_null">
+        <output-dir compare="Text">avg_int16_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32">
+        <output-dir compare="Text">avg_int32</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32_null">
+        <output-dir compare="Text">avg_int32_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64">
+        <output-dir compare="Text">avg_int64</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64_null">
+        <output-dir compare="Text">avg_int64_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8">
+        <output-dir compare="Text">avg_int8</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8_null">
+        <output-dir compare="Text">avg_int8_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_01">
+        <output-dir compare="Text">count_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_01">
+        <output-dir compare="Text">count_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_02">
+        <output-dir compare="Text">count_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_null">
+        <output-dir compare="Text">count_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!--
         <test-case FilePath="aggregate">
           <compilation-unit name="droptype">
             <output-dir compare="Text">droptype</output-dir>
           </compilation-unit>
         </test-case>
         -->
-        <!-- TODO(madhusudancs): These tests that test for local_<agg>/global_<agg> functions should be removed, but
+    <!-- TODO(madhusudancs): These tests that test for local_<agg>/global_<agg> functions should be removed, but
         before that we should modify the code to make sure those built-in functions are still defined but not exposed
         by AQL, so leaving these test cases commented.
         <test-case FilePath="aggregate">
@@ -342,6798 +342,6798 @@
           </compilation-unit>
         </test-case>
         -->
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="Text">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="Text">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="Text">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="Text">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="Text">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="Text">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="Text">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="Text">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="Text">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="Text">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="Text">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="Text">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="Text">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="Text">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="Text">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="Text">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="Text">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="Text">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="Text">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double">
-                <output-dir compare="Text">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="Text">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="Text">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="Text">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float">
-                <output-dir compare="Text">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="Text">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="Text">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="Text">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="Text">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="Text">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="Text">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="Text">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="Text">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="Text">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="Text">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="Text">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="aggregate-sql">
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="Text">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null">
-                <output-dir compare="Text">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="Text">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="Text">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="Text">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="Text">avg_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="Text">sum_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="Text">min_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number">
-                <output-dir compare="Text">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="Text">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="Text">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue395">
-                <output-dir compare="Text">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="Text">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="Text">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double">
-                <output-dir compare="Text">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="Text">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="Text">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="Text">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float">
-                <output-dir compare="Text">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="Text">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="Text">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="Text">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="Text">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="Text">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="Text">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="Text">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="Text">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="Text">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_01">
-                <output-dir compare="Text">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="Text">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="Text">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_null">
-                <output-dir compare="Text">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="Text">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="Text">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="Text">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="Text">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="Text">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="Text">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="Text">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="Text">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="Text">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="Text">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="Text">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="Text">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="Text">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="Text">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="Text">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="Text">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="Text">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="Text">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="Text">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double">
-                <output-dir compare="Text">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="Text">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="Text">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="Text">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float">
-                <output-dir compare="Text">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="Text">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="Text">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="Text">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="Text">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="Text">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="Text">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="Text">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="Text">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="Text">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="Text">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="Text">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="boolean">
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_01">
-                <output-dir compare="Text">and_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null">
-                <output-dir compare="Text">and_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null_false">
-                <output-dir compare="Text">and_null_false</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="not_01">
-                <output-dir compare="Text">not_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="comparison">
-        <test-case FilePath="comparison">
-            <compilation-unit name="year_month_duration_order">
-                <output-dir compare="Text">year_month_duration_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_order">
-                <output-dir compare="Text">datetime_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_range">
-                <output-dir compare="Text">datetime_range</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_tzeq">
-                <output-dir compare="Text">datetime_tzeq</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double">
-                <output-dir compare="Text">double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_gte_01">
-                <output-dir compare="Text">double_gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_null">
-                <output-dir compare="Text">double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="eq_01">
-                <output-dir compare="Text">eq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float">
-                <output-dir compare="Text">float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float_null">
-                <output-dir compare="Text">float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gt_01">
-                <output-dir compare="Text">gt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gte_01">
-                <output-dir compare="Text">gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16">
-                <output-dir compare="Text">int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16_null">
-                <output-dir compare="Text">int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32">
-                <output-dir compare="Text">int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32_null">
-                <output-dir compare="Text">int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64">
-                <output-dir compare="Text">int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64_null">
-                <output-dir compare="Text">int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8">
-                <output-dir compare="Text">int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8_null">
-                <output-dir compare="Text">int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lt_01">
-                <output-dir compare="Text">lt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lte_01">
-                <output-dir compare="Text">lte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="neq_01">
-                <output-dir compare="Text">neq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="comparison">
-          <compilation-unit name="numeric-comparison_01">
-            <output-dir compare="Text">numeric-comparison_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="comparison">
-            <compilation-unit name="string">
-                <output-dir compare="Text">string</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="string_null">
-                <output-dir compare="Text">string_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_equality">
-                <output-dir compare="Text">issue363_equality</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_duration">
-                <output-dir compare="Text">issue363_inequality_duration</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the DURATION type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_interval">
-                <output-dir compare="Text">issue363_inequality_interval</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the INTERVAL type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_point">
-                <output-dir compare="Text">issue363_inequality_point</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POINT type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_line">
-                <output-dir compare="Text">issue363_inequality_line</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the LINE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_polygon">
-                <output-dir compare="Text">issue363_inequality_polygon</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POLYGON type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_rectangle">
-                <output-dir compare="Text">issue363_inequality_rectangle</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the RECTANGLE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_circle">
-                <output-dir compare="Text">issue363_inequality_circle</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the CIRCLE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary">
-                <output-dir compare="Text">binary</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary_null">
-                <output-dir compare="Text">binary_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="constructor">
-        <test-case FilePath="constructor">
-            <compilation-unit name="binary_01">
-                <output-dir compare="Text">binary_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="add-null">
-                <output-dir compare="Text">add-null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="boolean_01">
-                <output-dir compare="Text">boolean_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="circle_01">
-                <output-dir compare="Text">circle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="date_01">
-                <output-dir compare="Text">date_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="datetime_01">
-                <output-dir compare="Text">datetime_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="double_01">
-                <output-dir compare="Text">double_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_01">
-                <output-dir compare="Text">duration_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_02">
-                <output-dir compare="Text">duration_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="float_01">
-                <output-dir compare="Text">float_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="int_01">
-                <output-dir compare="Text">int_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="interval">
-                <output-dir compare="Text">interval</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="line_01">
-                <output-dir compare="Text">line_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="rectangle_01">
-                <output-dir compare="Text">rectangle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="point_01">
-                <output-dir compare="Text">point_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="polygon_01">
-                <output-dir compare="Text">polygon_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-01">
-                <output-dir compare="Text">primitive-01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-02">
-                <output-dir compare="Text">primitive-02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-03">
-                <output-dir compare="Text">primitive-03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-04">
-                <output-dir compare="Text">primitive-04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="string_01">
-                <output-dir compare="Text">string_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="time_01">
-                <output-dir compare="Text">time_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="uuid_01">
-                <output-dir compare="Text">uuid_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="custord">
-        <!--
-    <test-case FilePath="custord">
-      <compilation-unit name="co">
-        <output-dir compare="Text">co</output-dir>
-      </compilation-unit>
-    </test-case>
-    -->
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_01">
-                <output-dir compare="Text">customer_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_02">
-                <output-dir compare="Text">customer_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_03">
-                <output-dir compare="Text">customer_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_04">
-                <output-dir compare="Text">customer_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_05">
-                <output-dir compare="Text">customer_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_06">
-                <output-dir compare="Text">customer_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_07">
-                <output-dir compare="Text">customer_q_07</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_08">
-                <output-dir compare="Text">customer_q_08</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_01">
-            <output-dir compare="Text">denorm-cust-order_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="denorm-cust-order_02">
-                <output-dir compare="Text">denorm-cust-order_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_03">
-            <output-dir compare="Text">denorm-cust-order_03</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="freq-clerk">
-            <output-dir compare="Text">freq-clerk</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_01">
-                <output-dir compare="Text">join_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_02">
-                <output-dir compare="Text">join_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_03">
-                <output-dir compare="Text">join_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_04">
-                <output-dir compare="Text">join_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_05">
-                <output-dir compare="Text">join_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_06">
-                <output-dir compare="Text">join_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_07">
-                <output-dir compare="Text">join_q_06</output-dir>
-                 <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Could not find dataset c in dataverse test</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="load-test">
-                <output-dir compare="Text">load-test</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_01">
-                <output-dir compare="Text">order_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_02">
-                <output-dir compare="Text">order_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_03">
-                <output-dir compare="Text">order_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_04">
-                <output-dir compare="Text">order_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_05">
-                <output-dir compare="Text">order_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_06">
-                <output-dir compare="Text">order_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="dapd">
-        <test-case FilePath="dapd">
-            <compilation-unit name="q1">
-                <output-dir compare="Text">q1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dapd">
-            <compilation-unit name="q2">
-                <output-dir compare="Text">q2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="dapd">
-          <compilation-unit name="q3">
-            <output-dir compare="Text">q3</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-    </test-group>
-    <test-group name="dml">
-        <test-case FilePath="dml">
-            <compilation-unit name="compact-dataset-and-its-indexes">
-                <output-dir compare="Text">compact-dataset-and-its-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-constant-merge-policy">
-                <output-dir compare="Text">using-constant-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-prefix-merge-policy">
-                <output-dir compare="Text">using-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-correlated-prefix-merge-policy">
-                <output-dir compare="Text">using-correlated-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-no-merge-policy">
-                <output-dir compare="Text">using-no-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue382">
-                <output-dir compare="Text">query-issue382</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue433">
-                <output-dir compare="Text">query-issue433</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue288">
-                <output-dir compare="Text">query-issue288</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue205">
-                <output-dir compare="Text">query-issue205</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset-with-index">
-                <output-dir compare="Text">delete-from-loaded-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset">
-                <output-dir compare="Text">delete-from-loaded-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-syntax-change">
-                <output-dir compare="Text">delete-syntax-change</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-empty-secondary-indexes">
-                <output-dir compare="Text">drop-empty-secondary-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-index">
-                <output-dir compare="Text">drop-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-cltype">
-                <output-dir compare="Text">create-drop-cltype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-opntype">
-                <output-dir compare="Text">create-drop-opntype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="empty-load-with-index">
-                <output-dir compare="Text">empty-load-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset">
-                <output-dir compare="Text">insert-into-empty-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset-with-index">
-                <output-dir compare="Text">insert-into-empty-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-syntax">
-                <output-dir compare="Text">insert-syntax</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-dataset">
-                <output-dir compare="Text">insert-and-scan-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-dataset-with-index">
-                <output-dir compare="Text">insert-and-scan-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-and-scan-joined-datasets">
-                <output-dir compare="Text">insert-and-scan-joined-datasets</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset-with-index_01">
-                <output-dir compare="Text">insert-into-loaded-dataset-with-index_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset-with-index_02">
-                <output-dir compare="Text">insert-into-loaded-dataset-with-index_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset_01">
-                <output-dir compare="Text">insert-into-loaded-dataset_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-loaded-dataset_02">
-                <output-dir compare="Text">insert-into-loaded-dataset_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-src-dst-01">
-                <output-dir compare="Text">insert-src-dst-01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert">
-                <output-dir compare="Text">insert</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-duplicated-keys">
-                <output-dir compare="Text">insert-duplicated-keys</output-dir>
-                <expected-error>org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException: Failed to insert key since key already exists</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert_less_nc">
-                <output-dir compare="Text">insert_less_nc</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="dml">
-          <compilation-unit name="load-from-hdfs">
-            <output-dir compare="Text">load-from-hdfs</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_01">
-                <output-dir compare="Text">insert-with-autogenerated-pk_adm_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_02">
-                <output-dir compare="Text">insert-with-autogenerated-pk_adm_02</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Duplicate field id encountered</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-with-autogenerated-pk_adm_03">
-                <output-dir compare="Text">insert-with-autogenerated-pk_adm_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_txt_01">
-                <output-dir compare="Text">load-with-autogenerated-pk_txt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_01">
-                <output-dir compare="Text">load-with-autogenerated-pk_adm_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_02">
-                <output-dir compare="Text">load-with-autogenerated-pk_adm_02</output-dir>
-                <expected-error>org.apache.asterix.external.parser.ADMDataParser$ParseException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_03">
-                <output-dir compare="Text">load-with-autogenerated-pk_adm_03</output-dir>
-                <expected-error>org.apache.asterix.external.parser.ADMDataParser$ParseException</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_adm_04">
-                <output-dir compare="Text">load-with-autogenerated-pk_adm_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_csv_01">
-                <output-dir compare="Text">load-with-autogenerated-pk_csv_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-autogenerated-pk_csv_02">
-                <output-dir compare="Text">load-with-autogenerated-pk_csv_02</output-dir>
-                <expected-error>java.lang.Exception: Result</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-index">
-                <output-dir compare="Text">load-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-ngram-index">
-                <output-dir compare="Text">load-with-ngram-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-rtree-index">
-                <output-dir compare="Text">load-with-rtree-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-word-index">
-                <output-dir compare="Text">load-with-word-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-c2o-recursive">
-                <output-dir compare="Text">opentype-c2o-recursive</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-c2o">
-                <output-dir compare="Text">opentype-c2o</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-closed-optional">
-                <output-dir compare="Text">opentype-closed-optional</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-insert">
-                <output-dir compare="Text">opentype-insert</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-insert2">
-                <output-dir compare="Text">opentype-insert2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-noexpand">
-                <output-dir compare="Text">opentype-noexpand</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2c-recursive">
-                <output-dir compare="Text">opentype-o2c-recursive</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2c">
-                <output-dir compare="Text">opentype-o2c</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="opentype-o2o">
-                <output-dir compare="Text">opentype-o2o</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-btree-secondary-index-nullable">
-                <output-dir compare="Text">scan-delete-btree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index-nullable">
-                <output-dir compare="Text">scan-delete-rtree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index">
-                <output-dir compare="Text">scan-delete-rtree-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-btree-secondary-index-nullable">
-                <output-dir compare="Text">scan-insert-btree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index-nullable">
-                <output-dir compare="Text">scan-insert-rtree-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index">
-                <output-dir compare="Text">scan-insert-rtree-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index">
-                <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index">
-                <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-nullable">
-                <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index-nullable">
-                <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index">
-                <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index">
-                <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-nullable">
-                <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index-nullable">
-                <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-nullable</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-index-open">
-                <output-dir compare="Text">load-with-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-ngram-index-open">
-                <output-dir compare="Text">load-with-ngram-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-rtree-index-open">
-                <output-dir compare="Text">load-with-rtree-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-word-index-open">
-                <output-dir compare="Text">load-with-word-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-btree-secondary-index-open">
-                <output-dir compare="Text">scan-delete-btree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-open">
-                <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-inverted-index-word-secondary-index-open">
-                <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-delete-rtree-secondary-index-open">
-                <output-dir compare="Text">scan-delete-rtree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-btree-secondary-index-open">
-                <output-dir compare="Text">scan-insert-btree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-open">
-                <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-inverted-index-word-secondary-index-open">
-                <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="scan-insert-rtree-secondary-index-open">
-                <output-dir compare="Text">scan-insert-rtree-secondary-index-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-multi-statement">
-                <output-dir compare="Text">delete-multi-statement</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="employee">
-        <test-case FilePath="employee">
-            <compilation-unit name="q_01">
-                <output-dir compare="Text">q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="employee">
-            <compilation-unit name="q_02">
-                <output-dir compare="Text">q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="failure">
-        <!--
-        <test-case FilePath="failure">
-          <compilation-unit name="q1_pricing_summary_report_failure">
-            <output-dir compare="Text">q1_pricing_summary_report_failure</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-    </test-group>
-    <!--
-    <test-group name="flwor">
-      <test-case FilePath="flwor">
-        <compilation-unit name="for01">
-          <output-dir compare="Text">for01</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for02">
-          <output-dir compare="Text">for02</output-dir>
-        </compilation-unit>
-      </test-case>
-      <test-case FilePath="flwor">
-        <compilation-unit name="for03">
-          <output-dir compare="Text">for03</output-dir>
-        </compilation-unit>
-

<TRUNCATED>


[05/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-runtime/pom.xml b/asterixdb/asterix-runtime/pom.xml
index 6ead8f3..eabe06e 100644
--- a/asterixdb/asterix-runtime/pom.xml
+++ b/asterixdb/asterix-runtime/pom.xml
@@ -17,67 +17,67 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
-    <artifactId>asterix-runtime</artifactId>
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-om</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-fuzzyjoin</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-btree</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-transactions</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-client</artifactId>
-            <type>jar</type>
-            <scope>compile</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>asm</groupId>
-                    <artifactId>asm</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-all</artifactId>
-            <version>5.1</version>
-        </dependency>
-    </dependencies>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-runtime</artifactId>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-om</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-fuzzyjoin</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-transactions</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>asm</groupId>
+          <artifactId>asm</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-all</artifactId>
+      <version>5.1</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-server/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml
index 2238f58..7f29317 100644
--- a/asterixdb/asterix-server/pom.xml
+++ b/asterixdb/asterix-server/pom.xml
@@ -36,7 +36,7 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
   <build>
@@ -59,8 +59,8 @@
               <name>asterixcc</name>
               <mainClass>org.apache.hyracks.control.cc.CCDriver</mainClass>
               <commandLineArguments>
-                 <commandLineArgument>-app-cc-main-class</commandLineArgument>
-                 <commandLineArgument>org.apache.asterix.hyracks.bootstrap.CCApplicationEntryPoint</commandLineArgument>
+                <commandLineArgument>-app-cc-main-class</commandLineArgument>
+                <commandLineArgument>org.apache.asterix.hyracks.bootstrap.CCApplicationEntryPoint</commandLineArgument>
               </commandLineArguments>
             </program>
             <program>
@@ -80,18 +80,18 @@
               <id>asterixcc</id>
               <mainClass>org.apache.hyracks.control.cc.CCDriver</mainClass>
               <platforms>
-              	<platform>booter-windows</platform>
+                <platform>booter-windows</platform>
               </platforms>
               <commandLineArguments>
-                 <commandLineArgument>-app-cc-main-class</commandLineArgument>
-                 <commandLineArgument>org.apache.asterix.hyracks.bootstrap.CCApplicationEntryPoint</commandLineArgument>
+                <commandLineArgument>-app-cc-main-class</commandLineArgument>
+                <commandLineArgument>org.apache.asterix.hyracks.bootstrap.CCApplicationEntryPoint</commandLineArgument>
               </commandLineArguments>
             </daemon>
             <daemon>
               <id>asterixnc</id>
               <mainClass>org.apache.hyracks.control.nc.NCDriver</mainClass>
               <platforms>
-              	<platform>booter-windows</platform>
+                <platform>booter-windows</platform>
               </platforms>
               <commandLineArguments>
                 <commandLineArgument>-app-nc-main-class</commandLineArgument>
@@ -148,27 +148,27 @@
     </profile>
   </profiles>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-cc</artifactId>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-nc</artifactId>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.asterix</groupId>
-  		<artifactId>asterix-app</artifactId>
-  		<version>0.8.9-SNAPSHOT</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.codehaus.mojo.appassembler</groupId>
-  		<artifactId>appassembler-booter</artifactId>
-  		<version>1.3.1</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-app</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.mojo.appassembler</groupId>
+      <artifactId>appassembler-booter</artifactId>
+      <version>1.3.1</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-server/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-server/src/main/assembly/binary-assembly.xml b/asterixdb/asterix-server/src/main/assembly/binary-assembly.xml
index e95a306..85acd62 100644
--- a/asterixdb/asterix-server/src/main/assembly/binary-assembly.xml
+++ b/asterixdb/asterix-server/src/main/assembly/binary-assembly.xml
@@ -25,26 +25,26 @@
   <includeBaseDirectory>false</includeBaseDirectory>
   <fileSets>
     <fileSet>
-        <directory>target/classes/META-INF</directory>
-        <outputDirectory>.</outputDirectory>
-        <includes>
-            <include>DISCLAIMER*</include>
-        </includes>
+      <directory>target/classes/META-INF</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>DISCLAIMER*</include>
+      </includes>
     </fileSet>
     <fileSet>
-        <directory>src/main/licenses</directory>
-        <outputDirectory>.</outputDirectory>
-        <includes>
-            <include>LICENSE*</include>
-            <include>NOTICE*</include>
-        </includes>
+      <directory>src/main/licenses</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
     </fileSet>
     <fileSet>
-        <directory>src/main/resources</directory>
-        <outputDirectory>.</outputDirectory>
-        <includes>
-            <include>LICENSE*</include>
-        </includes>
+      <directory>src/main/resources</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>LICENSE*</include>
+      </includes>
     </fileSet>
     <fileSet>
       <directory>target/appassembler/repo</directory>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-test-framework/pom.xml b/asterixdb/asterix-test-framework/pom.xml
index 41e3f84..047fb57 100644
--- a/asterixdb/asterix-test-framework/pom.xml
+++ b/asterixdb/asterix-test-framework/pom.xml
@@ -17,13 +17,13 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-test-framework</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-test-framework</artifactId>
 
   <licenses>
     <license>
@@ -35,24 +35,24 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
-				<version>0.9.0</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jvnet.jaxb2.maven2</groupId>
+        <artifactId>maven-jaxb2-plugin</artifactId>
+        <version>0.9.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-tools/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-tools/pom.xml b/asterixdb/asterix-tools/pom.xml
index ac377a8..fb1f1d9 100644
--- a/asterixdb/asterix-tools/pom.xml
+++ b/asterixdb/asterix-tools/pom.xml
@@ -17,173 +17,173 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-tools</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-tools</artifactId>
 
-	<licenses>
-		<license>
-			<name>Apache License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<distribution>repo</distribution>
-			<comments>A business-friendly OSS license</comments>
-		</license>
-	</licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-	<properties>
-			<appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-	</properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.4</version>
-				<configuration>
-					<includes>
-						<include>**/*.class</include>
-						<include>**/README*</include>
-						<include>**/DISCLAIMER*</include>
-						<include>**/NOTICE*</include>
-						<include>**/LICENSE*</include>
-						<include>**/DEPENDENCIES*</include>
-					</includes>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <includes>
+            <include>**/*.class</include>
+            <include>**/README*</include>
+            <include>**/DISCLAIMER*</include>
+            <include>**/NOTICE*</include>
+            <include>**/LICENSE*</include>
+            <include>**/DEPENDENCIES*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-	<repositories>
-		<repository>
-			<id>central</id>
-			<url>http://repo1.maven.org/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-				<updatePolicy>always</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-				<checksumPolicy>fail</checksumPolicy>
-			</snapshots>
-			<id>HDPReleases</id>
-			<name>HDP Releases</name>
-			<url>http://repo.hortonworks.com/content/repositories/releases</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <url>http://repo1.maven.org/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>HDPReleases</id>
+      <name>HDP Releases</name>
+      <url>http://repo.hortonworks.com/content/repositories/releases</url>
+      <layout>default</layout>
+    </repository>
+  </repositories>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-lang-aql</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-algebra</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-external-data</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-metadata</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<!--<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-metadata</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>-->
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-events</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-yarn-common</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-yarn-client</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-common</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<version>3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.5</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-configuration</groupId>
-			<artifactId>commons-configuration</artifactId>
-			<version>1.6</version>
-		</dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-aql</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-algebra</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <!--<dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>-->
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-events</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.5</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.6</version>
+    </dependency>
 
-		<dependency>
-			<groupId>commons-cli</groupId>
-			<artifactId>commons-cli</artifactId>
-			<version>1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-math</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpclient</artifactId>
-			<version>4.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpcore</artifactId>
-			<version>4.3</version>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.3</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-tools/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-tools/src/main/assembly/binary-assembly.xml b/asterixdb/asterix-tools/src/main/assembly/binary-assembly.xml
index 6fc8426..f4f6734 100644
--- a/asterixdb/asterix-tools/src/main/assembly/binary-assembly.xml
+++ b/asterixdb/asterix-tools/src/main/assembly/binary-assembly.xml
@@ -17,22 +17,22 @@
  ! under the License.
  !-->
 <assembly>
-	<id>binary-assembly</id>
-	<formats>
-		<format>zip</format>
-		<format>dir</format>
-        <format>jar</format>
-	</formats>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<fileSets>
-		<fileSet>
-			<directory>target/appassembler/bin</directory>
-			<outputDirectory>bin</outputDirectory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-		<fileSet>
-			<directory>target/appassembler/lib</directory>
-			<outputDirectory>lib</outputDirectory>
-		</fileSet>
-	</fileSets>
+  <id>binary-assembly</id>
+  <formats>
+    <format>zip</format>
+    <format>dir</format>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/appassembler/bin</directory>
+      <outputDirectory>bin</outputDirectory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>target/appassembler/lib</directory>
+      <outputDirectory>lib</outputDirectory>
+    </fileSet>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-transactions/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-transactions/pom.xml b/asterixdb/asterix-transactions/pom.xml
index cc3f41f..fa133dd 100644
--- a/asterixdb/asterix-transactions/pom.xml
+++ b/asterixdb/asterix-transactions/pom.xml
@@ -17,13 +17,13 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-transactions</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-transactions</artifactId>
 
   <licenses>
     <license>
@@ -35,95 +35,95 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-                <groupId>org.apache.asterix</groupId>
-                <artifactId>record-manager-generator-maven-plugin</artifactId>
-                <version>0.8.9-SNAPSHOT</version>
-                <configuration>
-                    <debug>false</debug>
-                    <inputFiles>
-                        <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Job.json</param>
-                        <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Resource.json</param>
-                        <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Request.json</param>
-                    </inputFiles>
-                    <packageName>org.apache.asterix.transaction.management.service.locking</packageName>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>generate-record-manager</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>generate-record-manager</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${project.build.directory}/generated-sources/java/</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-		</plugins>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.asterix</groupId>
+        <artifactId>record-manager-generator-maven-plugin</artifactId>
+        <version>0.8.9-SNAPSHOT</version>
+        <configuration>
+          <debug>false</debug>
+          <inputFiles>
+            <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Job.json</param>
+            <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Resource.json</param>
+            <param>src/main/java/org/apache/asterix/transaction/management/service/locking/Request.json</param>
+          </inputFiles>
+          <packageName>org.apache.asterix.transaction.management.service.locking</packageName>
+        </configuration>
+        <executions>
+          <execution>
+            <id>generate-record-manager</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate-record-manager</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-sources/java/</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
 
-	</build>
+  </build>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-common</artifactId>
-            <version>${hyracks.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-btree</artifactId>
-            <version>${hyracks.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-            <version>${hyracks.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-            <version>${hyracks.version}</version>
-		</dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>18.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.10.19</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.10.19</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/pom.xml b/asterixdb/asterix-yarn/pom.xml
index c8ed366..d2f24b1 100644
--- a/asterixdb/asterix-yarn/pom.xml
+++ b/asterixdb/asterix-yarn/pom.xml
@@ -17,243 +17,243 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-yarn</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-yarn</artifactId>
 
-	<properties>
-		<appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
-	</properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0.2</version>
-				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
-					<fork>true</fork>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>aoya</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-						<phase>package</phase>
-						<configuration>
-							<classifier>aoya</classifier>
-							<archive>
-								<manifest>
-									<MainClass>org.apache.asterix.aoya.Client</MainClass>
-								</manifest>
-							</archive>
-							<includes>
-								<include>**/org/apache/asterix/aoya/*</include>
-								<include>**/README*</include>
-								<include>**/DISCLAIMER*</include>
-								<include>**/LICENSE*</include>
-								<include>**/NOTICE*</include>
-								<include>**/DEPENDENCIES*</include>
-							</includes>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2-beta-5</version>
-				<executions>
-					<execution>
-						<configuration>
-							<descriptors>
-								<descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-							</descriptors>
-						</configuration>
-						<phase>package</phase>
-						<goals>
-							<goal>attached</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-failsafe-plugin</artifactId>
-				<version>2.6</version>
-				<configuration>
-					<runOrder>alphabetical</runOrder>
-					<forkMode>pertest</forkMode>
-					<excludes>
-					</excludes>
-					<environmentVariables>
- 						<JAVA_HOME>${java.home}</JAVA_HOME>
-					</environmentVariables>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>integration-test</goal>
-							<goal>verify</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+          <fork>true</fork>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>aoya</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <classifier>aoya</classifier>
+              <archive>
+                <manifest>
+                  <MainClass>org.apache.asterix.aoya.Client</MainClass>
+                </manifest>
+              </archive>
+              <includes>
+                <include>**/org/apache/asterix/aoya/*</include>
+                <include>**/README*</include>
+                <include>**/DISCLAIMER*</include>
+                <include>**/LICENSE*</include>
+                <include>**/NOTICE*</include>
+                <include>**/DEPENDENCIES*</include>
+              </includes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <executions>
+          <execution>
+            <configuration>
+              <descriptors>
+                <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <runOrder>alphabetical</runOrder>
+          <forkMode>pertest</forkMode>
+          <excludes>
+          </excludes>
+          <environmentVariables>
+            <JAVA_HOME>${java.home}</JAVA_HOME>
+          </environmentVariables>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>integration-test</goal>
+              <goal>verify</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-	<repositories>
-		<repository>
-			<id>central</id>
-			<url>http://repo1.maven.org/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-				<updatePolicy>always</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-				<updatePolicy>never</updatePolicy>
-				<checksumPolicy>fail</checksumPolicy>
-			</snapshots>
-			<id>HDPReleases</id>
-			<name>HDP Releases</name>
-			<url>http://repo.hortonworks.com/content/repositories/releases</url>
-			<layout>default</layout>
-		</repository>
-	</repositories>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <url>http://repo1.maven.org/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>HDPReleases</id>
+      <name>HDP Releases</name>
+      <url>http://repo.hortonworks.com/content/repositories/releases</url>
+      <layout>default</layout>
+    </repository>
+  </repositories>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-events</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-				<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-test-framework</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-yarn-common</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-yarn-client</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-common</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<version>3.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.5</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-configuration</groupId>
-			<artifactId>commons-configuration</artifactId>
-			<version>1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-cli</groupId>
-			<artifactId>commons-cli</artifactId>
-			<version>1.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-math</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpclient</artifactId>
-			<version>4.2.2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpcore</artifactId>
-			<version>4.2.2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-server</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>zip</type>
-			<classifier>binary-assembly</classifier>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-runtime</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-app</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-simple</artifactId>
-			<version>1.6.1</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.11</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-events</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-test-framework</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-common</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-yarn-client</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.5</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-server</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>zip</type>
+      <classifier>binary-assembly</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-runtime</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-app</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.6.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/main/assembly/binary-assembly.xml b/asterixdb/asterix-yarn/src/main/assembly/binary-assembly.xml
index d5d3774..9cf3aca 100644
--- a/asterixdb/asterix-yarn/src/main/assembly/binary-assembly.xml
+++ b/asterixdb/asterix-yarn/src/main/assembly/binary-assembly.xml
@@ -17,106 +17,106 @@
  ! under the License.
  !-->
 <assembly>
-    <id>binary-assembly</id>
-    <formats>
-        <format>dir</format>
-        <format>zip</format>
-    </formats>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <fileSet>
-            <directory>target/classes/META-INF</directory>
-            <outputDirectory>.</outputDirectory>
-            <includes>
-                <include>DISCLAIMER*</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/licenses</directory>
-            <outputDirectory>.</outputDirectory>
-            <includes>
-                <include>LICENSE*</include>
-                <include>NOTICE*</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/resources/scripts</directory>
-            <fileMode>0755</fileMode>
-            <includes>
-                <include>asterix</include>
-            </includes>
-            <outputDirectory>bin</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/resources/configs</directory>
-            <fileMode>0755</fileMode>
-            <includes>
-                <include>local.xml</include>
-            </includes>
-            <outputDirectory>configs</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/resources/</directory>
-            <fileMode>0755</fileMode>
-            <includes>
-                <include>base-asterix-configuration.xml</include>
-            </includes>
-            <outputDirectory>conf</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/resources/configs</directory>
-            <fileMode>0755</fileMode>
-            <includes>
-                <include>my_awesome_cluster_desc.xml</include>
-            </includes>
-            <outputDirectory>configs</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/resources/configs</directory>
-            <fileMode>0755</fileMode>
-            <includes>
-                <include>asterix-client-log4j.properties</include>
-            </includes>
-            <outputDirectory>conf</outputDirectory>
-        </fileSet>
-    </fileSets>
-    <dependencySets>
-        <dependencySet>
-            <includes>
-                <include>org.apache.asterix:asterix-yarn</include>
-                <include>org.apache.asterix:asterix-common</include>
-                <include>log4j:log4j</include>
-                <include>org.slf4j:slf4j-api</include>
-                <include>org.slf4j:slf4j-simple</include>
-                <include>commons-io:commons-io</include>
-                <include>commons-cli:commons-cli</include>
-                <include>commons-configuration:commons-configuration</include>
-                <include>commons-collections:commons-collections</include>
-                <include>commons-logging:commons-logging</include>
-                <include>commons-codec:commons-codec</include>
-                <include>commons-lang:commons-lang</include>
-                <include>org.apache.hadoop:hadoop-common</include>
-                <include>org.apache.hadoop:hadoop-hdfs</include>
-                <include>org.apache.hadoop:hadoop-auth</include>
-                <include>org.apache.hadoop:hadoop-yarn-client</include>
-                <include>org.apache.hadoop:hadoop-yarn-common</include>
-                <include>org.apache.hadoop:hadoop-yarn-api</include>
-                <include>org.apache.httpcomponents:httpcore</include>
-                <include>org.apache.httpcomponents:httpclient</include>
-                <include>org.htrace:htrace-core</include>
-                <include>commons-httpclient:commons-httpclient</include>
-                <include>com.google.guava:guava</include>
-                <include>com.google.protobuf:protobuf-java</include>
-            </includes>
-            <outputDirectory>lib</outputDirectory>
-        </dependencySet>
-        <dependencySet>
-            <outputDirectory>asterix</outputDirectory>
-            <includes>
-                    <include>asterix-server*</include>
-            </includes>
-            <unpack>false</unpack>
-            <useTransitiveDependencies>false</useTransitiveDependencies>
-        </dependencySet>
-    </dependencySets>
+  <id>binary-assembly</id>
+  <formats>
+    <format>dir</format>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/classes/META-INF</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>DISCLAIMER*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/licenses</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/scripts</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>asterix</include>
+      </includes>
+      <outputDirectory>bin</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/configs</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>local.xml</include>
+      </includes>
+      <outputDirectory>configs</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>base-asterix-configuration.xml</include>
+      </includes>
+      <outputDirectory>conf</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/configs</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>my_awesome_cluster_desc.xml</include>
+      </includes>
+      <outputDirectory>configs</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/configs</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>asterix-client-log4j.properties</include>
+      </includes>
+      <outputDirectory>conf</outputDirectory>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <includes>
+        <include>org.apache.asterix:asterix-yarn</include>
+        <include>org.apache.asterix:asterix-common</include>
+        <include>log4j:log4j</include>
+        <include>org.slf4j:slf4j-api</include>
+        <include>org.slf4j:slf4j-simple</include>
+        <include>commons-io:commons-io</include>
+        <include>commons-cli:commons-cli</include>
+        <include>commons-configuration:commons-configuration</include>
+        <include>commons-collections:commons-collections</include>
+        <include>commons-logging:commons-logging</include>
+        <include>commons-codec:commons-codec</include>
+        <include>commons-lang:commons-lang</include>
+        <include>org.apache.hadoop:hadoop-common</include>
+        <include>org.apache.hadoop:hadoop-hdfs</include>
+        <include>org.apache.hadoop:hadoop-auth</include>
+        <include>org.apache.hadoop:hadoop-yarn-client</include>
+        <include>org.apache.hadoop:hadoop-yarn-common</include>
+        <include>org.apache.hadoop:hadoop-yarn-api</include>
+        <include>org.apache.httpcomponents:httpcore</include>
+        <include>org.apache.httpcomponents:httpclient</include>
+        <include>org.htrace:htrace-core</include>
+        <include>commons-httpclient:commons-httpclient</include>
+        <include>com.google.guava:guava</include>
+        <include>com.google.protobuf:protobuf-java</include>
+      </includes>
+      <outputDirectory>lib</outputDirectory>
+    </dependencySet>
+    <dependencySet>
+      <outputDirectory>asterix</outputDirectory>
+      <includes>
+        <include>asterix-server*</include>
+      </includes>
+      <unpack>false</unpack>
+      <useTransitiveDependencies>false</useTransitiveDependencies>
+    </dependencySet>
+  </dependencySets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/main/resources/base-asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/main/resources/base-asterix-configuration.xml b/asterixdb/asterix-yarn/src/main/resources/base-asterix-configuration.xml
index 622ed3a..778e51f 100644
--- a/asterixdb/asterix-yarn/src/main/resources/base-asterix-configuration.xml
+++ b/asterixdb/asterix-yarn/src/main/resources/base-asterix-configuration.xml
@@ -18,238 +18,238 @@
  !-->
 <asterixConfiguration xmlns="asterixconf">
 
-	<property>
-		<name>nc.java.opts</name>
-		<value>-Xmx1536m</value>
-		<description>JVM parameters for each Node Contoller (NC)</description>
-	</property>
-
-	<property>
-		<name>cc.java.opts</name>
-		<value>-Xmx1024m</value>
-		<description>JVM parameters for each Cluster Contoller (CC)
-		</description>
-	</property>
-
-        <property>
-                <name>max.wait.active.cluster</name>
-                <value>60</value>
-                <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                        before a submitted query/statement can be executed. (Default = 60 seconds)
-                </description>
-        </property>
-
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>536870912</value>
-		<description>The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "536870912" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.maxopenfiles</name>
-		<value>214748364</value>
-		<description>The maximum number of open files in the buffer cache.
-			(Default = "214748364")
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages allocated to memory
-			components. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>256</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 256)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.metadata.memorycomponent.numpages</name>
-		<value>64</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 64)
-		</description>
-	</property>
-
-    <property>
-		<name>storage.memorycomponent.numcomponents</name>
-		<value>2</value>
-		<description>The number of memory components to be used per lsm index.
-			(Default = 2)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.memorycomponent.globalbudget</name>
-		<value>536870912</value>
-		<description>The total size of memory in bytes that the sum of all
-			open memory
-			components cannot exceed. (Default = "536870192" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.lsm.bloomfilter.falsepositiverate</name>
-		<value>0.01</value>
-		<description>The maximum acceptable false positive rate for bloom
-			filters associated with LSM indexes. (Default = "0.01" // 1%)
-		</description>
-	</property>
-	
-	<property>
-		<name>txn.log.buffer.numpages</name>
-		<value>8</value>
-		<description>The number of in-memory log buffer pages. (Default = "8")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.buffer.pagesize</name>
-		<value>524288</value>
-		<description>The size of pages in the in-memory log buffer. (Default =
-			"524288" // 512KB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.partitionsize</name>
-		<value>2147483648</value>
-		<description>The maximum size of a log file partition allowed before
-			rotating the log to the next partition. (Default = "2147483648" //
-			2GB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.lsnthreshold</name>
-		<value>67108864</value>
-		<description>The size of the window that the maximum LSN is allowed to
-			be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.pollfrequency</name>
-		<value>120</value>
-		<description>The time in seconds between that the checkpoint thread
-			waits between polls. (Default = "120" // 120s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.history</name>
-		<value>0</value>
-		<description>The number of old log partition files to keep before
-			discarding. (Default = "0")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.escalationthreshold</name>
-		<value>1000</value>
-		<description>The number of entity level locks that need to be acquired
-			before the locks are coalesced and escalated into a dataset level
-			lock. (Default = "1000")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.shrinktimer</name>
-		<value>5000</value>
-		<description>The time in milliseconds to wait before deallocating
-			unused lock manager memory. (Default = "5000" // 5s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.waitthreshold</name>
-		<value>60000</value>
-		<description>The time in milliseconds to wait before labeling a
-			transaction which has been waiting for a lock timed-out. (Default =
-			"60000" // 60s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.sweepthreshold</name>
-		<value>10000</value>
-		<description>The time in milliseconds the timeout thread waits between
-			sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to sort operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to join operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.framesize</name>
-		<value>131072</value>
-		<description>The Hyracks frame size that the compiler configures per
-			job. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-        <property>
-                <name>compiler.pregelix.home</name>
-                <value>~/pregelix</value>
-        </property>
-
-	<property>
-		<name>web.port</name>
-		<value>19001</value>
-		<description>The port for the ASTERIX web interface. (Default = 19001)
-		</description>
-	</property>
-
-	<property>
-		<name>api.port</name>
-		<value>19002</value>
-		<description>The port for the ASTERIX API server. (Default = 19002)
-		</description>
-	</property>
-
-	<property>
-		<name>log.level</name>
-		<value>INFO</value>
-		<description>The minimum log level to be displayed. (Default = INFO)
-		</description>
-	</property>
-
-	<property>
-		<name>plot.activate</name>
-		<value>false</value>
-		<description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
-		</description>
-	</property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xmx1536m</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
+
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xmx1024m</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
+
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>536870912</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>256</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 256)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>536870912</value>
+    <description>The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>8</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>524288</value>
+    <description>The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.pregelix.home</name>
+    <value>~/pregelix</value>
+  </property>
+
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
+
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
+
+  <property>
+    <name>log.level</name>
+    <value>INFO</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
+
+  <property>
+    <name>plot.activate</name>
+    <value>false</value>
+    <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
+    </description>
+  </property>
 
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml b/asterixdb/asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml
index 622ed3a..778e51f 100644
--- a/asterixdb/asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml
+++ b/asterixdb/asterix-yarn/src/main/resources/configs/base-asterix-configuration.xml
@@ -18,238 +18,238 @@
  !-->
 <asterixConfiguration xmlns="asterixconf">
 
-	<property>
-		<name>nc.java.opts</name>
-		<value>-Xmx1536m</value>
-		<description>JVM parameters for each Node Contoller (NC)</description>
-	</property>
-
-	<property>
-		<name>cc.java.opts</name>
-		<value>-Xmx1024m</value>
-		<description>JVM parameters for each Cluster Contoller (CC)
-		</description>
-	</property>
-
-        <property>
-                <name>max.wait.active.cluster</name>
-                <value>60</value>
-                <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                        before a submitted query/statement can be executed. (Default = 60 seconds)
-                </description>
-        </property>
-
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>536870912</value>
-		<description>The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "536870912" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.maxopenfiles</name>
-		<value>214748364</value>
-		<description>The maximum number of open files in the buffer cache.
-			(Default = "214748364")
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages allocated to memory
-			components. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>256</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 256)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.metadata.memorycomponent.numpages</name>
-		<value>64</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 64)
-		</description>
-	</property>
-
-    <property>
-		<name>storage.memorycomponent.numcomponents</name>
-		<value>2</value>
-		<description>The number of memory components to be used per lsm index.
-			(Default = 2)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.memorycomponent.globalbudget</name>
-		<value>536870912</value>
-		<description>The total size of memory in bytes that the sum of all
-			open memory
-			components cannot exceed. (Default = "536870192" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.lsm.bloomfilter.falsepositiverate</name>
-		<value>0.01</value>
-		<description>The maximum acceptable false positive rate for bloom
-			filters associated with LSM indexes. (Default = "0.01" // 1%)
-		</description>
-	</property>
-	
-	<property>
-		<name>txn.log.buffer.numpages</name>
-		<value>8</value>
-		<description>The number of in-memory log buffer pages. (Default = "8")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.buffer.pagesize</name>
-		<value>524288</value>
-		<description>The size of pages in the in-memory log buffer. (Default =
-			"524288" // 512KB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.partitionsize</name>
-		<value>2147483648</value>
-		<description>The maximum size of a log file partition allowed before
-			rotating the log to the next partition. (Default = "2147483648" //
-			2GB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.lsnthreshold</name>
-		<value>67108864</value>
-		<description>The size of the window that the maximum LSN is allowed to
-			be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.pollfrequency</name>
-		<value>120</value>
-		<description>The time in seconds between that the checkpoint thread
-			waits between polls. (Default = "120" // 120s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.history</name>
-		<value>0</value>
-		<description>The number of old log partition files to keep before
-			discarding. (Default = "0")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.escalationthreshold</name>
-		<value>1000</value>
-		<description>The number of entity level locks that need to be acquired
-			before the locks are coalesced and escalated into a dataset level
-			lock. (Default = "1000")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.shrinktimer</name>
-		<value>5000</value>
-		<description>The time in milliseconds to wait before deallocating
-			unused lock manager memory. (Default = "5000" // 5s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.waitthreshold</name>
-		<value>60000</value>
-		<description>The time in milliseconds to wait before labeling a
-			transaction which has been waiting for a lock timed-out. (Default =
-			"60000" // 60s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.sweepthreshold</name>
-		<value>10000</value>
-		<description>The time in milliseconds the timeout thread waits between
-			sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to sort operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to join operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.framesize</name>
-		<value>131072</value>
-		<description>The Hyracks frame size that the compiler configures per
-			job. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-        <property>
-                <name>compiler.pregelix.home</name>
-                <value>~/pregelix</value>
-        </property>
-
-	<property>
-		<name>web.port</name>
-		<value>19001</value>
-		<description>The port for the ASTERIX web interface. (Default = 19001)
-		</description>
-	</property>
-
-	<property>
-		<name>api.port</name>
-		<value>19002</value>
-		<description>The port for the ASTERIX API server. (Default = 19002)
-		</description>
-	</property>
-
-	<property>
-		<name>log.level</name>
-		<value>INFO</value>
-		<description>The minimum log level to be displayed. (Default = INFO)
-		</description>
-	</property>
-
-	<property>
-		<name>plot.activate</name>
-		<value>false</value>
-		<description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
-		</description>
-	</property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xmx1536m</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
+
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xmx1024m</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
+
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>536870912</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>256</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 256)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>536870912</value>
+    <description>The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>8</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>524288</value>
+    <description>The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.pregelix.home</name>
+    <value>~/pregelix</value>
+  </property>
+
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
+
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
+
+  <property>
+    <name>log.level</name>
+    <value>INFO</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
+
+  <property>
+    <name>plot.activate</name>
+    <value>false</value>
+    <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
+    </description>
+  </property>
 
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/main/resources/configs/local.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/main/resources/configs/local.xml b/asterixdb/asterix-yarn/src/main/resources/configs/local.xml
index d982257..76979b8 100644
--- a/asterixdb/asterix-yarn/src/main/resources/configs/local.xml
+++ b/asterixdb/asterix-yarn/src/main/resources/configs/local.xml
@@ -16,34 +16,34 @@
  ! specific language governing permissions and limitations
  ! under the License.
  !-->
-    <cluster xmlns="yarn_cluster">
+<cluster xmlns="yarn_cluster">
 
-      <!-- Name of the cluster -->
-      <name>local</name>
+  <!-- Name of the cluster -->
+  <name>local</name>
 
-      <log_dir>/tmp/</log_dir>
-      <txn_log_dir>/tmp/</txn_log_dir>
+  <log_dir>/tmp/</log_dir>
+  <txn_log_dir>/tmp/</txn_log_dir>
 
-      <!-- Mount point of an iodevice. Use a comma separated list for a machine that
-                      has multiple iodevices (disks).
-                                 This property can be overriden for a node by redefining at the node level. -->
-      <iodevices>/tmp</iodevices>
+  <!-- Mount point of an iodevice. Use a comma separated list for a machine that
+                  has multiple iodevices (disks).
+                             This property can be overriden for a node by redefining at the node level. -->
+  <iodevices>/tmp</iodevices>
 
-      <!-- Path on each iodevice where Asterix will store its data -->
-      <store>storage</store>
+  <!-- Path on each iodevice where Asterix will store its data -->
+  <store>storage</store>
 
-       <!-- IP addresses of the master machine A -->
-      <master_node>
-          <id>cc</id>
-	      <client_ip>localhost</client_ip>
-	      <cluster_ip>localhost</cluster_ip>
-	      <client_port>1098</client_port>
-	      <cluster_port>1099</cluster_port>
-	      <http_port>8888</http_port>
-      </master_node>
-      <node>
-      	      <id>nc1</id>
-      	      <cluster_ip>127.0.0.1</cluster_ip>
-      </node>
-    <metadata_node>nc1</metadata_node>
+  <!-- IP addresses of the master machine A -->
+  <master_node>
+    <id>cc</id>
+    <client_ip>localhost</client_ip>
+    <cluster_ip>localhost</cluster_ip>
+    <client_port>1098</client_port>
+    <cluster_port>1099</cluster_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>nc1</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+  </node>
+  <metadata_node>nc1</metadata_node>
 </cluster>



[08/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-common/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-common/pom.xml b/asterixdb/asterix-common/pom.xml
index 2ab8b91..e0eab95 100644
--- a/asterixdb/asterix-common/pom.xml
+++ b/asterixdb/asterix-common/pom.xml
@@ -17,236 +17,236 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-common</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-common</artifactId>
 
-	<licenses>
-		<license>
-			<name>Apache License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<distribution>repo</distribution>
-			<comments>A business-friendly OSS license</comments>
-		</license>
-	</licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-	<properties>
-			<appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-	</properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
-				<version>0.9.0</version>
-				<executions>
-					<execution>
-						<id>configuration</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>asterix-conf.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.common.configuration</generatePackage>
-							<bindingDirectory>src/main/resources/schema</bindingDirectory>
-							<bindingIncludes>
-								<bindingInclude>jaxb-bindings.xjb</bindingInclude>
-							</bindingIncludes>
-							<generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
-						</configuration>
-					</execution>
-					<execution>
-						<id>cluster</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>cluster.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.event.schema.cluster</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/cluster</generateDirectory>
-							<bindingDirectory>src/main/resources/schema</bindingDirectory>
-							<bindingIncludes>
-								<bindingInclude>jaxb-bindings.xjb</bindingInclude>
-							</bindingIncludes>
-						</configuration>
-					</execution>
-					<execution>
-						<id>yarn_cluster</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>yarn_cluster.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.event.schema.yarnCluster</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/yarn_cluster</generateDirectory>
-							<bindingDirectory>src/main/resources/schema</bindingDirectory>
-							<bindingIncludes>
-								<bindingInclude>jaxb-bindings.xjb</bindingInclude>
-							</bindingIncludes>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.4</version>
-				<configuration>
-					<includes>
-						<include>**/*.class</include>
-						<include>**/README*</include>
-						<include>**/DISCLAIMER*</include>
-						<include>**/NOTICE*</include>
-						<include>**/LICENSE*</include>
-						<include>**/DEPENDENCIES*</include>
-					</includes>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test-jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jvnet.jaxb2.maven2</groupId>
+        <artifactId>maven-jaxb2-plugin</artifactId>
+        <version>0.9.0</version>
+        <executions>
+          <execution>
+            <id>configuration</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>asterix-conf.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.common.configuration</generatePackage>
+              <bindingDirectory>src/main/resources/schema</bindingDirectory>
+              <bindingIncludes>
+                <bindingInclude>jaxb-bindings.xjb</bindingInclude>
+              </bindingIncludes>
+              <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>cluster</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>cluster.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.event.schema.cluster</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/cluster</generateDirectory>
+              <bindingDirectory>src/main/resources/schema</bindingDirectory>
+              <bindingIncludes>
+                <bindingInclude>jaxb-bindings.xjb</bindingInclude>
+              </bindingIncludes>
+            </configuration>
+          </execution>
+          <execution>
+            <id>yarn_cluster</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>yarn_cluster.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.event.schema.yarnCluster</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/yarn_cluster</generateDirectory>
+              <bindingDirectory>src/main/resources/schema</bindingDirectory>
+              <bindingIncludes>
+                <bindingInclude>jaxb-bindings.xjb</bindingInclude>
+              </bindingIncludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <includes>
+            <include>**/*.class</include>
+            <include>**/README*</include>
+            <include>**/DISCLAIMER*</include>
+            <include>**/NOTICE*</include>
+            <include>**/LICENSE*</include>
+            <include>**/DEPENDENCIES*</include>
+          </includes>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-	<dependencies>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>commons-httpclient</groupId>
-			<artifactId>commons-httpclient</artifactId>
-			<version>3.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>algebricks-compiler</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-dataflow-std</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-common</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-common</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-test-framework</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-btree</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>
-				hyracks-storage-am-lsm-invertedindex
-			</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-		</dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-cc</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-nc</artifactId>
-        </dependency>
-        <dependency>
-			<groupId>com.fasterxml.jackson.core</groupId>
-			<artifactId>jackson-core</artifactId>
-			<version>2.2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.codehaus.jackson</groupId>
-			<artifactId>jackson-mapper-asl</artifactId>
-			<version>1.9.12</version>
-		</dependency>
-        <dependency>
-            <groupId>com.rometools</groupId>
-            <artifactId>rome</artifactId>
-            <version>1.5.1</version>
-        </dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-test-framework</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>
+        hyracks-storage-am-lsm-invertedindex
+      </artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>1.9.12</version>
+    </dependency>
+    <dependency>
+      <groupId>com.rometools</groupId>
+      <artifactId>rome</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-doc/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/pom.xml b/asterixdb/asterix-doc/pom.xml
index 46659bf..43dba09 100644
--- a/asterixdb/asterix-doc/pom.xml
+++ b/asterixdb/asterix-doc/pom.xml
@@ -36,7 +36,7 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
   <artifactId>asterix-doc</artifactId>
@@ -76,5 +76,4 @@
     </site>
   </distributionManagement>
 
-
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-doc/src/site/site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/site.xml b/asterixdb/asterix-doc/src/site/site.xml
index 8fb18ef..81049ca 100644
--- a/asterixdb/asterix-doc/src/site/site.xml
+++ b/asterixdb/asterix-doc/src/site/site.xml
@@ -77,7 +77,7 @@
       <item name="Installing and Managing AsterixDB using Managix" href="install.html"/>
       <item name="Deploying AsterixDB using YARN" href="yarn.html"/>
       <item name="AsterixDB 101: An ADM and AQL Primer" href="aql/primer.html"/>
-       <item name="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)" href="aql/primer-sql-like.html"/>
+      <item name="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)" href="aql/primer-sql-like.html"/>
       <item name="AsterixDB Javascript SDK" href="aql/js-sdk.html"/>
       <item name="Asterix Data Model (ADM)" href="aql/datamodel.html"/>
       <item name="Asterix Query Language (AQL)" href="aql/manual.html"/>
@@ -85,17 +85,17 @@
       <item name="AQL Allen's Relations Functions" href="aql/allens.html"/>
       <item name="AQL Support of Similarity Queries" href="aql/similarity.html"/>
       <item name="Accessing External Data" href="aql/externaldata.html"/>
-      <item name="Support for Data Ingestion in AsterixDB" href="feeds/tutorial.html" />
-      <item name="Support for User Defined Functions in AsterixDB" href="udf.html" />
+      <item name="Support for Data Ingestion in AsterixDB" href="feeds/tutorial.html"/>
+      <item name="Support for User Defined Functions in AsterixDB" href="udf.html"/>
       <item name="Filter-Based LSM Index Acceleration" href="aql/filters.html"/>
       <item name="HTTP API to AsterixDB" href="api.html"/>
     </menu>
-    
+
     <menu name="SQL++">
       <item name="SQL++ integration into AsterixDB" href="sqlpp/sqlpp-internals.html"/>
       <item name="The SQL++ query language in AsterixDB" href="sqlpp/sqlpp-in-asterixdb.html"/>
     </menu>
-    
+
     <menu ref="reports"/>
 
     <footer>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-docker/docker/asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/docker/asterix-configuration.xml b/asterixdb/asterix-docker/docker/asterix-configuration.xml
index aa68ea7..dd8d571 100644
--- a/asterixdb/asterix-docker/docker/asterix-configuration.xml
+++ b/asterixdb/asterix-docker/docker/asterix-configuration.xml
@@ -18,249 +18,249 @@
  !-->
 
 <asterixConfiguration xmlns="asterixconf">
-    <instanceName>docker-minitest</instanceName>
-    <metadataNode>nc1</metadataNode>
-    <store>
-        <ncId>nc1</ncId>
-        <storeDirs>storage1</storeDirs>
-    </store>
-    <store>
-        <ncId>nc2</ncId>
-        <storeDirs>storage2</storeDirs>
-    </store>
-    <coredump>
-        <ncId>nc1</ncId>
-        <coredumpPath>/asterixdb/</coredumpPath>
-        <ncId>nc2</ncId>
-        <coredumpPath>/asterixdb/</coredumpPath>
-    </coredump>
-    <transactionLogDir>
-        <ncId>nc1</ncId>
-        <txnLogDirPath>/asterixdb/txnLogs1/</txnLogDirPath>
-    </transactionLogDir>
-    <transactionLogDir>
-        <ncId>nc2</ncId>
-        <txnLogDirPath>/asterixdb/txnLogs2/</txnLogDirPath>
-    </transactionLogDir>
+  <instanceName>docker-minitest</instanceName>
+  <metadataNode>nc1</metadataNode>
+  <store>
+    <ncId>nc1</ncId>
+    <storeDirs>storage1</storeDirs>
+  </store>
+  <store>
+    <ncId>nc2</ncId>
+    <storeDirs>storage2</storeDirs>
+  </store>
+  <coredump>
+    <ncId>nc1</ncId>
+    <coredumpPath>/asterixdb/</coredumpPath>
+    <ncId>nc2</ncId>
+    <coredumpPath>/asterixdb/</coredumpPath>
+  </coredump>
+  <transactionLogDir>
+    <ncId>nc1</ncId>
+    <txnLogDirPath>/asterixdb/txnLogs1/</txnLogDirPath>
+  </transactionLogDir>
+  <transactionLogDir>
+    <ncId>nc2</ncId>
+    <txnLogDirPath>/asterixdb/txnLogs2/</txnLogDirPath>
+  </transactionLogDir>
 
-    <property>
-        <name>nc.java.opts</name>
-        <value>-Xmx1536m</value>
-        <description>JVM parameters for each Node Contoller (NC)</description>
-    </property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xmx1536m</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
 
-    <property>
-        <name>cc.java.opts</name>
-        <value>-Xmx1024m</value>
-        <description>JVM parameters for each Cluster Contoller (CC)
-        </description>
-    </property>
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xmx1024m</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
 
-        <property>
-                <name>max.wait.active.cluster</name>
-                <value>60</value>
-                <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                        before a submitted query/statement can be executed. (Default = 60 seconds)
-                </description>
-        </property>
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.buffercache.pagesize</name>
-        <value>131072</value>
-        <description>The page size in bytes for pages in the buffer cache.
-            (Default = "131072" // 128KB)
-        </description>
-    </property>
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.buffercache.size</name>
-        <value>536870912</value>
-        <description>The size of memory allocated to the disk buffer cache.
-            The value should be a multiple of the buffer cache page size(Default
-            = "536870912" // 512MB)
-        </description>
-    </property>
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>536870912</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.buffercache.maxopenfiles</name>
-        <value>214748364</value>
-        <description>The maximum number of open files in the buffer cache.
-            (Default = "214748364")
-        </description>
-    </property>
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
 
-    <property>
-        <name>storage.memorycomponent.pagesize</name>
-        <value>131072</value>
-        <description>The page size in bytes for pages allocated to memory
-            components. (Default = "131072" // 128KB)
-        </description>
-    </property>
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.memorycomponent.numpages</name>
-        <value>256</value>
-        <description>The number of pages to allocate for a memory component.
-            (Default = 256)
-        </description>
-    </property>
-    <property>
-        <name>storage.metadata.memorycomponent.numpages</name>
-        <value>64</value>
-        <description>The number of pages to allocate for a memory component.
-            (Default = 64)
-        </description>
-    </property>
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>256</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 256)
+    </description>
+  </property>
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.memorycomponent.numcomponents</name>
-        <value>2</value>
-        <description>The number of memory components to be used per lsm index.
-            (Default = 2)
-        </description>
-    </property>
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.memorycomponent.globalbudget</name>
-        <value>536870912</value>
-        <description>The total size of memory in bytes that the sum of all
-            open memory
-            components cannot exceed. (Default = "536870192" // 512MB)
-        </description>
-    </property>
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>536870912</value>
+    <description>The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
 
-    <property>
-        <name>storage.lsm.bloomfilter.falsepositiverate</name>
-        <value>0.01</value>
-        <description>The maximum acceptable false positive rate for bloom
-            filters associated with LSM indexes. (Default = "0.01" // 1%)
-        </description>
-    </property>
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.buffer.numpages</name>
-        <value>8</value>
-        <description>The number of in-memory log buffer pages. (Default = "8")
-        </description>
-    </property>
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>8</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.buffer.pagesize</name>
-        <value>524288</value>
-        <description>The size of pages in the in-memory log buffer. (Default =
-            "524288" // 512KB)
-        </description>
-    </property>
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>524288</value>
+    <description>The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.partitionsize</name>
-        <value>2147483648</value>
-        <description>The maximum size of a log file partition allowed before
-            rotating the log to the next partition. (Default = "2147483648" //
-            2GB)
-        </description>
-    </property>
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.checkpoint.lsnthreshold</name>
-        <value>67108864</value>
-        <description>The size of the window that the maximum LSN is allowed to
-            be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-        </description>
-    </property>
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.checkpoint.pollfrequency</name>
-        <value>120</value>
-        <description>The time in seconds between that the checkpoint thread
-            waits between polls. (Default = "120" // 120s)
-        </description>
-    </property>
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.log.checkpoint.history</name>
-        <value>0</value>
-        <description>The number of old log partition files to keep before
-            discarding. (Default = "0")
-        </description>
-    </property>
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
 
-    <property>
-        <name>txn.lock.escalationthreshold</name>
-        <value>1000</value>
-        <description>The number of entity level locks that need to be acquired
-            before the locks are coalesced and escalated into a dataset level
-            lock. (Default = "1000")
-        </description>
-    </property>
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
 
-    <property>
-        <name>txn.lock.shrinktimer</name>
-        <value>5000</value>
-        <description>The time in milliseconds to wait before deallocating
-            unused lock manager memory. (Default = "5000" // 5s)
-        </description>
-    </property>
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.lock.timeout.waitthreshold</name>
-        <value>60000</value>
-        <description>The time in milliseconds to wait before labeling a
-            transaction which has been waiting for a lock timed-out. (Default =
-            "60000" // 60s)
-        </description>
-    </property>
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
 
-    <property>
-        <name>txn.lock.timeout.sweepthreshold</name>
-        <value>10000</value>
-        <description>The time in milliseconds the timeout thread waits between
-            sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-        </description>
-    </property>
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
 
-    <property>
-        <name>compiler.sortmemory</name>
-        <value>33554432</value>
-        <description>The amount of memory in bytes given to sort operations.
-            (Default = "33554432" // 32mb)
-        </description>
-    </property>
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
 
-    <property>
-        <name>compiler.joinmemory</name>
-        <value>33554432</value>
-        <description>The amount of memory in bytes given to join operations.
-            (Default = "33554432" // 32mb)
-        </description>
-    </property>
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
 
-    <property>
-        <name>compiler.framesize</name>
-        <value>131072</value>
-        <description>The Hyracks frame size that the compiler configures per
-            job. (Default = "131072" // 128KB)
-        </description>
-    </property>
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-    <property>
-        <name>web.port</name>
-        <value>19001</value>
-        <description>The port for the ASTERIX web interface. (Default = 19001)
-        </description>
-    </property>
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
 
-    <property>
-        <name>api.port</name>
-        <value>19002</value>
-        <description>The port for the ASTERIX API server. (Default = 19002)
-        </description>
-    </property>
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
 
-    <property>
-        <name>log.level</name>
-        <value>INFO</value>
-        <description>The minimum log level to be displayed. (Default = INFO)
-        </description>
-    </property>
+  <property>
+    <name>log.level</name>
+    <value>INFO</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-docker/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/pom.xml b/asterixdb/asterix-docker/pom.xml
index 6200a00..e48d912 100644
--- a/asterixdb/asterix-docker/pom.xml
+++ b/asterixdb/asterix-docker/pom.xml
@@ -18,16 +18,16 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>asterix</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.7-SNAPSHOT</version>
-    </parent>
-    <artifactId>asterix-docker</artifactId>
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>asterix</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.7-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-docker</artifactId>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
 
   <licenses>
     <license>
@@ -38,26 +38,25 @@
     </license>
   </licenses>
 
-    <build>
+  <build>
     <plugins>
-    <plugin>
-      <groupId>com.spotify</groupId>
-      <artifactId>docker-maven-plugin</artifactId>
-      <version>0.2.11</version>
-      <configuration>
-        <imageName>asterixdb/demo</imageName>
-        <dockerDirectory>docker</dockerDirectory>
-        <resources>
-           <resource>
-             <targetPath>/</targetPath>
-             <directory>../asterix-server/target/</directory>
-             <include>asterix-server-${project.version}-binary-assembly.zip</include>
-           </resource>
-        </resources>
-      </configuration>
-    </plugin>
+      <plugin>
+        <groupId>com.spotify</groupId>
+        <artifactId>docker-maven-plugin</artifactId>
+        <version>0.2.11</version>
+        <configuration>
+          <imageName>asterixdb/demo</imageName>
+          <dockerDirectory>docker</dockerDirectory>
+          <resources>
+            <resource>
+              <targetPath>/</targetPath>
+              <directory>../asterix-server/target/</directory>
+              <include>asterix-server-${project.version}-binary-assembly.zip</include>
+            </resource>
+          </resources>
+        </configuration>
+      </plugin>
     </plugins>
-    </build>
-
+  </build>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-events/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-events/pom.xml b/asterixdb/asterix-events/pom.xml
index 023800b..096a015 100644
--- a/asterixdb/asterix-events/pom.xml
+++ b/asterixdb/asterix-events/pom.xml
@@ -18,15 +18,15 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<groupId>org.apache.asterix</groupId>
-	<artifactId>asterix-events</artifactId>
-	<version>0.8.9-SNAPSHOT</version>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.asterix</groupId>
+  <artifactId>asterix-events</artifactId>
+  <version>0.8.9-SNAPSHOT</version>
 
   <licenses>
     <license>
@@ -37,159 +37,159 @@
     </license>
   </licenses>
 
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-	</properties>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
-				<version>0.9.0</version>
-				<executions>
-					<execution>
-						<id>event</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>event.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.event.schema.event</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/event</generateDirectory>
-						</configuration>
-					</execution>
-					<execution>
-						<id>configuration</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>installer-conf.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.installer.schema.conf</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
-						</configuration>
-					</execution>
-					<execution>
-						<id>pattern</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>pattern.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.event.schema.pattern</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/pattern</generateDirectory>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>args4j</groupId>
-			<artifactId>args4j</artifactId>
-			<version>2.0.12</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.jvnet.jaxb2_commons</groupId>
-			<artifactId>jaxb2-value-constructor</artifactId>
-			<version>3.0</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.zookeeper</groupId>
-			<artifactId>zookeeper</artifactId>
-			<version>3.4.5</version>
-			<exclusions>
-				<exclusion>
-					<groupId>com.sun.jmx</groupId>
-					<artifactId>jmxri</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.sun.jdmk</groupId>
-					<artifactId>jmxtools</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jms</groupId>
-					<artifactId>jms</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.9</version>
-		</dependency>
-	</dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jvnet.jaxb2.maven2</groupId>
+        <artifactId>maven-jaxb2-plugin</artifactId>
+        <version>0.9.0</version>
+        <executions>
+          <execution>
+            <id>event</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>event.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.event.schema.event</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/event</generateDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>configuration</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>installer-conf.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.installer.schema.conf</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>pattern</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>pattern.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.event.schema.pattern</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/pattern</generateDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.12</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jvnet.jaxb2_commons</groupId>
+      <artifactId>jaxb2-value-constructor</artifactId>
+      <version>3.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.4.5</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.sun.jmx</groupId>
+          <artifactId>jmxri</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.jdmk</groupId>
+          <artifactId>jmxtools</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jms</groupId>
+          <artifactId>jms</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.9</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-events/src/main/resources/events/events.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-events/src/main/resources/events/events.xml b/asterixdb/asterix-events/src/main/resources/events/events.xml
index 3dfb4af..c4f82c4 100644
--- a/asterixdb/asterix-events/src/main/resources/events/events.xml
+++ b/asterixdb/asterix-events/src/main/resources/events/events.xml
@@ -34,7 +34,7 @@
   <event>
     <type>cc_start</type>
     <script>cc_start/cc_start.sh</script>
-    <description>Starts a  ClusterController process at a specified location.</description>
+    <description>Starts a ClusterController process at a specified location.</description>
     <args></args>
     <daemon>true</daemon>
   </event>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-examples/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-examples/pom.xml b/asterixdb/asterix-examples/pom.xml
index 2c6d87f..fbf4042 100644
--- a/asterixdb/asterix-examples/pom.xml
+++ b/asterixdb/asterix-examples/pom.xml
@@ -17,13 +17,13 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-examples</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-examples</artifactId>
 
   <licenses>
     <license>
@@ -35,8 +35,8 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
-	<packaging>pom</packaging>
+  <packaging>pom</packaging>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-examples/src/main/assembly/admaql101-demo-binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-examples/src/main/assembly/admaql101-demo-binary-assembly.xml b/asterixdb/asterix-examples/src/main/assembly/admaql101-demo-binary-assembly.xml
index 73fc1ff..39c10bc 100644
--- a/asterixdb/asterix-examples/src/main/assembly/admaql101-demo-binary-assembly.xml
+++ b/asterixdb/asterix-examples/src/main/assembly/admaql101-demo-binary-assembly.xml
@@ -17,15 +17,15 @@
  ! under the License.
  !-->
 <assembly>
-	<id>admaql101-demo-binary-assembly</id>
-	<formats>
-		<format>zip</format>
-	</formats>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<fileSets>
-		<fileSet>
-			<directory>src/main/resources/admaql101-demo</directory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-	</fileSets>
- </assembly>
+  <id>admaql101-demo-binary-assembly</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>src/main/resources/admaql101-demo</directory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+  </fileSets>
+</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-examples/src/main/assembly/tweetbook-demo-binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-examples/src/main/assembly/tweetbook-demo-binary-assembly.xml b/asterixdb/asterix-examples/src/main/assembly/tweetbook-demo-binary-assembly.xml
index 550df2c..2e96f0c 100644
--- a/asterixdb/asterix-examples/src/main/assembly/tweetbook-demo-binary-assembly.xml
+++ b/asterixdb/asterix-examples/src/main/assembly/tweetbook-demo-binary-assembly.xml
@@ -17,15 +17,15 @@
  ! under the License.
  !-->
 <assembly>
-	<id>tweetbook-demo-binary-assembly</id>
-	<formats>
-		<format>zip</format>
-	</formats>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<fileSets>
-		<fileSet>
-			<directory>src/main/resources/tweetbook-demo</directory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-	</fileSets>
- </assembly>
+  <id>tweetbook-demo-binary-assembly</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>src/main/resources/tweetbook-demo</directory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+  </fileSets>
+</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/pom.xml b/asterixdb/asterix-experiments/pom.xml
index 56be6f1..708d6d4 100644
--- a/asterixdb/asterix-experiments/pom.xml
+++ b/asterixdb/asterix-experiments/pom.xml
@@ -13,153 +13,153 @@
  ! limitations under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-experiments</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-experiments</artifactId>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0.2</version>
-				<configuration>
-					<source>1.7</source>
-					<target>1.7</target>
-					<fork>true</fork>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>appassembler-maven-plugin</artifactId>
-				<version>1.0</version>
-				<executions>
-					<execution>
-						<configuration>
-							<programs>
-								<program>
-									<mainClass>org.apache.asterix.experiment.client.LSMExperimentSetRunner</mainClass>
-									<name>lsmexprunner</name>
-								</program>
-								<program>
-									<mainClass>org.apache.asterix.experiment.client.SocketTweetGeneratorDriver</mainClass>
-									<name>datagenrunner</name>
-								</program>
-								<program>
-									<mainClass>org.apache.asterix.experiment.client.SpatialQueryGeneratorDriver</mainClass>
-									<name>querygenrunner</name>
-								</program>
-								<program>
-									<mainClass>org.apache.asterix.experiment.client.RecordCountingServer</mainClass>
-									<name>rcserver</name>
-								</program>
-							</programs>
-							<repositoryLayout>flat</repositoryLayout>
-							<repositoryName>lib</repositoryName>
-						</configuration>
-						<phase>package</phase>
-						<goals>
-							<goal>assemble</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2-beta-5</version>
-				<executions>
-					<execution>
-						<configuration>
-							<descriptors>
-								<descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-							</descriptors>
-						</configuration>
-						<phase>package</phase>
-						<goals>
-							<goal>attached</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+          <fork>true</fork>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>appassembler-maven-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <configuration>
+              <programs>
+                <program>
+                  <mainClass>org.apache.asterix.experiment.client.LSMExperimentSetRunner</mainClass>
+                  <name>lsmexprunner</name>
+                </program>
+                <program>
+                  <mainClass>org.apache.asterix.experiment.client.SocketTweetGeneratorDriver</mainClass>
+                  <name>datagenrunner</name>
+                </program>
+                <program>
+                  <mainClass>org.apache.asterix.experiment.client.SpatialQueryGeneratorDriver</mainClass>
+                  <name>querygenrunner</name>
+                </program>
+                <program>
+                  <mainClass>org.apache.asterix.experiment.client.RecordCountingServer</mainClass>
+                  <name>rcserver</name>
+                </program>
+              </programs>
+              <repositoryLayout>flat</repositoryLayout>
+              <repositoryName>lib</repositoryName>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>assemble</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <executions>
+          <execution>
+            <configuration>
+              <descriptors>
+                <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-lang-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-lang-aql</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-algebra</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-external-data</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-metadata</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpclient</artifactId>
-			<version>4.2.2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpcore</artifactId>
-			<version>4.2.2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-cc</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-nc</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-app</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-<!-- 		<dependency>
-			<groupId>net.schmizz</groupId>
-			<artifactId>sshj</artifactId>
-			<version>0.9.0</version>
-		</dependency> -->
-		<dependency>
-		  <groupId>com.hierynomus</groupId>
-		  <artifactId>sshj</artifactId>
-		  <version>0.13.0</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-aql</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-algebra</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-app</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <!-- 		<dependency>
+          <groupId>net.schmizz</groupId>
+          <artifactId>sshj</artifactId>
+          <version>0.9.0</version>
+        </dependency> -->
+    <dependency>
+      <groupId>com.hierynomus</groupId>
+      <artifactId>sshj</artifactId>
+      <version>0.13.0</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/assembly/binary-assembly.xml b/asterixdb/asterix-experiments/src/main/assembly/binary-assembly.xml
index ef74b9e..98f5aba 100644
--- a/asterixdb/asterix-experiments/src/main/assembly/binary-assembly.xml
+++ b/asterixdb/asterix-experiments/src/main/assembly/binary-assembly.xml
@@ -13,25 +13,25 @@
  ! limitations under the License.
  !-->
 <assembly>
-	<id>binary-assembly</id>
-	<formats>
-		<format>zip</format>
-		<format>dir</format>
-	</formats>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<fileSets>
-		<fileSet>
-			<directory>target/appassembler/bin</directory>
-			<outputDirectory>bin</outputDirectory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-		<fileSet>
-			<directory>target/appassembler/lib</directory>
-			<outputDirectory>lib</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/ingestion-experiment-binary-and-configs</directory>
-			<outputDirectory>.</outputDirectory>
-		</fileSet>
-	</fileSets>
+  <id>binary-assembly</id>
+  <formats>
+    <format>zip</format>
+    <format>dir</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target/appassembler/bin</directory>
+      <outputDirectory>bin</outputDirectory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>target/appassembler/lib</directory>
+      <outputDirectory>lib</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/ingestion-experiment-binary-and-configs</directory>
+      <outputDirectory>.</outputDirectory>
+    </fileSet>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/1node.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/1node.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/1node.xml
index 39c386f..ded4733 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/1node.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/1node.xml
@@ -13,27 +13,27 @@
  ! limitations under the License.
  !-->
 <cluster xmlns="cluster">
-	<name>1node</name>
-    <username>jenkins</username>
-	<working_dir>
-		<dir>/home/jenkins/asterixdb/working</dir>
-		<NFS>true</NFS>
-	</working_dir>
-	<log_dir>/home/jenkins/asterix/logs</log_dir>
-	<txn_log_dir>/home/jenkins/asterix/txnlogs</txn_log_dir>
-	<iodevices>/home/jenkins/asterix</iodevices>
-	<store>storage</store>
-	<java_home>/usr/lib/jvm/jre-1.8.0</java_home>
-	<master_node>
-		<id>master</id>
-		<cluster_ip>127.0.0.1</cluster_ip>
-		<cluster_port>1099</cluster_port>
-		<client_ip>127.0.0.1</client_ip>
-		<client_port>1098</client_port>
-		<http_port>8888</http_port>
-	</master_node>
-	<node>
-		<id>node1</id>
-		<cluster_ip>127.0.0.1</cluster_ip>
-	</node>
+  <name>1node</name>
+  <username>jenkins</username>
+  <working_dir>
+    <dir>/home/jenkins/asterixdb/working</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <log_dir>/home/jenkins/asterix/logs</log_dir>
+  <txn_log_dir>/home/jenkins/asterix/txnlogs</txn_log_dir>
+  <iodevices>/home/jenkins/asterix</iodevices>
+  <store>storage</store>
+  <java_home>/usr/lib/jvm/jre-1.8.0</java_home>
+  <master_node>
+    <id>master</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <cluster_port>1099</cluster_port>
+    <client_ip>127.0.0.1</client_ip>
+    <client_port>1098</client_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>node1</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+  </node>
 </cluster>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/2node.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/2node.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/2node.xml
index bc027c4..a4e2456 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/2node.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/2node.xml
@@ -13,32 +13,32 @@
  ! limitations under the License.
  !-->
 <cluster xmlns="cluster">
-	<name>2node</name>
-    <username>youngsk2</username>
-	<working_dir>
-		<dir>/home/youngsk2/asterixdb/working</dir>
-		<NFS>true</NFS>
-	</working_dir>
-	<log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
-	<txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
-	<iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
-	<store>storage</store>
-	<java_home>/home/youngsk2/jdk1.7.0_65</java_home>
-	<master_node>
-		<id>master</id>
-		<cluster_ip>128.195.9.21</cluster_ip>
-		<cluster_port>1099</cluster_port>
-		<client_ip>128.195.9.21</client_ip>
-		<client_port>1098</client_port>
-		<http_port>8888</http_port>
-	</master_node>
-	<node>
-		<id>node1</id>
-		<cluster_ip>128.195.9.22</cluster_ip>
-	</node>
-	<node>
-		<id>node2</id>
-		<cluster_ip>128.195.9.23</cluster_ip>
-	</node>
+  <name>2node</name>
+  <username>youngsk2</username>
+  <working_dir>
+    <dir>/home/youngsk2/asterixdb/working</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
+  <txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
+  <iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
+  <store>storage</store>
+  <java_home>/home/youngsk2/jdk1.7.0_65</java_home>
+  <master_node>
+    <id>master</id>
+    <cluster_ip>128.195.9.21</cluster_ip>
+    <cluster_port>1099</cluster_port>
+    <client_ip>128.195.9.21</client_ip>
+    <client_port>1098</client_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>node1</id>
+    <cluster_ip>128.195.9.22</cluster_ip>
+  </node>
+  <node>
+    <id>node2</id>
+    <cluster_ip>128.195.9.23</cluster_ip>
+  </node>
 </cluster>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/4node.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/4node.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/4node.xml
index aabb3f5..e3a4b2f 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/4node.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/4node.xml
@@ -13,40 +13,40 @@
  ! limitations under the License.
  !-->
 <cluster xmlns="cluster">
-	<name>4node</name>
-    <username>youngsk2</username>
-	<working_dir>
-		<dir>/home/youngsk2/asterixdb/working</dir>
-		<NFS>true</NFS>
-	</working_dir>
-	<log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
-	<txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
-	<iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
-	<store>storage</store>
-	<java_home>/home/youngsk2/jdk1.7.0_65</java_home>
-	<master_node>
-		<id>master</id>
-		<cluster_ip>128.195.9.21</cluster_ip>
-		<cluster_port>1099</cluster_port>
-		<client_ip>128.195.9.21</client_ip>
-		<client_port>1098</client_port>
-		<http_port>8888</http_port>
-	</master_node>
-	<node>
-		<id>node1</id>
-		<cluster_ip>128.195.9.22</cluster_ip>
-	</node>
-	<node>
-		<id>node2</id>
-		<cluster_ip>128.195.9.23</cluster_ip>
-	</node>
-	<node>
-		<id>node3</id>
-		<cluster_ip>128.195.9.24</cluster_ip>
-	</node>
-	<node>
-		<id>node4</id>
-		<cluster_ip>128.195.9.25</cluster_ip>
-	</node>
+  <name>4node</name>
+  <username>youngsk2</username>
+  <working_dir>
+    <dir>/home/youngsk2/asterixdb/working</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
+  <txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
+  <iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
+  <store>storage</store>
+  <java_home>/home/youngsk2/jdk1.7.0_65</java_home>
+  <master_node>
+    <id>master</id>
+    <cluster_ip>128.195.9.21</cluster_ip>
+    <cluster_port>1099</cluster_port>
+    <client_ip>128.195.9.21</client_ip>
+    <client_port>1098</client_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>node1</id>
+    <cluster_ip>128.195.9.22</cluster_ip>
+  </node>
+  <node>
+    <id>node2</id>
+    <cluster_ip>128.195.9.23</cluster_ip>
+  </node>
+  <node>
+    <id>node3</id>
+    <cluster_ip>128.195.9.24</cluster_ip>
+  </node>
+  <node>
+    <id>node4</id>
+    <cluster_ip>128.195.9.25</cluster_ip>
+  </node>
 </cluster>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/8node.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/8node.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/8node.xml
index 1586f5a..694df12 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/8node.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/8node.xml
@@ -13,56 +13,56 @@
  ! limitations under the License.
  !-->
 <cluster xmlns="cluster">
-	<name>8node</name>
-    <username>youngsk2</username>
-	<working_dir>
-		<dir>/home/youngsk2/asterixdb/working</dir>
-		<NFS>true</NFS>
-	</working_dir>
-	<log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
-	<txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
-	<iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
-	<store>storage</store>
-	<java_home>/home/youngsk2/jdk1.7.0_65</java_home>
-	<master_node>
-		<id>master</id>
-		<cluster_ip>128.195.9.21</cluster_ip>
-		<cluster_port>1099</cluster_port>
-		<client_ip>128.195.9.21</client_ip>
-		<client_port>1098</client_port>
-		<http_port>8888</http_port>
-	</master_node>
-	<node>
-		<id>node1</id>
-		<cluster_ip>128.195.9.22</cluster_ip>
-	</node>
-	<node>
-		<id>node2</id>
-		<cluster_ip>128.195.9.23</cluster_ip>
-	</node>
-	<node>
-		<id>node3</id>
-		<cluster_ip>128.195.9.24</cluster_ip>
-	</node>
-	<node>
-		<id>node4</id>
-		<cluster_ip>128.195.9.25</cluster_ip>
-	</node>
-	<node>
-		<id>node5</id>
-		<cluster_ip>128.195.9.26</cluster_ip>
-	</node>
-	<node>
-		<id>node6</id>
-		<cluster_ip>128.195.9.27</cluster_ip>
-	</node>
-	<node>
-		<id>node7</id>
-		<cluster_ip>128.195.9.28</cluster_ip>
-	</node>
-	<node>
-		<id>node8</id>
-		<cluster_ip>128.195.9.29</cluster_ip>
-	</node>
+  <name>8node</name>
+  <username>youngsk2</username>
+  <working_dir>
+    <dir>/home/youngsk2/asterixdb/working</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir>
+  <txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir>
+  <iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices>
+  <store>storage</store>
+  <java_home>/home/youngsk2/jdk1.7.0_65</java_home>
+  <master_node>
+    <id>master</id>
+    <cluster_ip>128.195.9.21</cluster_ip>
+    <cluster_port>1099</cluster_port>
+    <client_ip>128.195.9.21</client_ip>
+    <client_port>1098</client_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>node1</id>
+    <cluster_ip>128.195.9.22</cluster_ip>
+  </node>
+  <node>
+    <id>node2</id>
+    <cluster_ip>128.195.9.23</cluster_ip>
+  </node>
+  <node>
+    <id>node3</id>
+    <cluster_ip>128.195.9.24</cluster_ip>
+  </node>
+  <node>
+    <id>node4</id>
+    <cluster_ip>128.195.9.25</cluster_ip>
+  </node>
+  <node>
+    <id>node5</id>
+    <cluster_ip>128.195.9.26</cluster_ip>
+  </node>
+  <node>
+    <id>node6</id>
+    <cluster_ip>128.195.9.27</cluster_ip>
+  </node>
+  <node>
+    <id>node7</id>
+    <cluster_ip>128.195.9.28</cluster_ip>
+  </node>
+  <node>
+    <id>node8</id>
+    <cluster_ip>128.195.9.29</cluster_ip>
+  </node>
 </cluster>
 


[11/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/testsuite.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite.xml b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite.xml
index e16be60..e9de6ab 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite.xml
@@ -18,7051 +18,7055 @@
  !-->
 <!DOCTYPE test-suite [
 
-<!ENTITY ComparisonQueries SYSTEM "queries/comparison/ComparisonQueries.xml">
-<!ENTITY RecordsQueries SYSTEM "queries/records/RecordsQueries.xml">
-<!ENTITY DeepEqualQueries SYSTEM "queries/comparison/deep_equal/DeepEqualQueries.xml">
-]>
+             <!ENTITY ComparisonQueries SYSTEM "queries/comparison/ComparisonQueries.xml">
+             <!ENTITY RecordsQueries SYSTEM "queries/records/RecordsQueries.xml">
+             <!ENTITY DeepEqualQueries SYSTEM "queries/comparison/deep_equal/DeepEqualQueries.xml">
+             ]>
 
 <test-suite
-        xmlns="urn:xml.testframework.asterix.apache.org"
-        ResultOffsetPath="results"
-        QueryOffsetPath="queries"
-        QueryFileExtension=".aql">
-    <test-group name="external">
-        <test-case FilePath="external">
-            <compilation-unit name="invalid-format">
-                <output-dir compare="Text">invalid-format</output-dir>
-                <expected-error>Unknown format</expected-error>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="external-indexing">
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="text-format">
-                <output-dir compare="Text">text-format</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="sequence-format">
-                <output-dir compare="Text">sequence-format</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="rc-format">
-                <output-dir compare="Text">rc-format</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="rtree-index">
-                <output-dir compare="Text">rtree-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="leftouterjoin">
-                <output-dir compare="Text">leftouterjoin</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-indexing">
-            <compilation-unit name="leftouterjoin-rtree">
-                <output-dir compare="Text">leftouterjoin-rtree</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="external-library">
-        <test-case FilePath="external-library">
-            <compilation-unit name="typed_adapter">
-                <output-dir compare="Text">typed_adapter</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-library">
-            <compilation-unit name="classad-parser-new">
-                <output-dir compare="Text">classad-parser-new</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-library">
-            <compilation-unit name="classad-parser-old">
-                <output-dir compare="Text">classad-parser-old</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="external-library">
-            <compilation-unit name="getCapital">
-                <output-dir compare="Text">getCapital</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="feeds">
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-with-multiple-indexes">
-                <output-dir compare="Text">feed-with-multiple-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="twitter-feed">
-                <output-dir compare="Text">twitter-feed</output-dir>
-                <expected-error>One or more parameters are missing from adapter configuration</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-with-external-parser">
-                <output-dir compare="Text">feed-with-external-parser</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-with-external-function">
-                <output-dir compare="Text">feed-with-external-function</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="change-feed-with-meta-pk-in-meta">
-                <output-dir compare="Text">change-feed-with-meta-pk-in-meta</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-with-filtered-dataset">
-                <output-dir compare="Text">feed-with-filtered-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="change-feed">
-                <output-dir compare="Text">change-feed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-with-meta-pk-in-meta">
-                <output-dir compare="Text">feed-with-meta-pk-in-meta</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_07">
-                <output-dir compare="Text">feeds_07</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!-- Fails constantly and not clear what is intended
-        <test-case FilePath="feeds">
-          <compilation-unit name="feeds_06">
-            <output-dir compare="Text">feeds_06</output-dir>
-          </compilation-unit>
-        </test-case> -->
-        <test-case FilePath="feeds">
-            <compilation-unit name="drop-dataverse-with-disconnected-feed">
-                <output-dir compare="Text">drop-dataverse-with-disconnected-feed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feed-push-socket">
-                <output-dir compare="Text">feed-push-socket</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_01">
-                <output-dir compare="Text">feeds_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_02">
-                <output-dir compare="Text">feeds_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_03">
-                <output-dir compare="Text">feeds_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!-- Fails constantly
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_04">
-                <output-dir compare="Text">feeds_04</output-dir>
-            </compilation-unit>
-        </test-case>
-         -->
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_08">
-                <output-dir compare="Text">feeds_08</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_09">
-                <output-dir compare="Text">feeds_09</output-dir>
-            </compilation-unit>
-        </test-case>
+             xmlns="urn:xml.testframework.asterix.apache.org"
+             ResultOffsetPath="results"
+             QueryOffsetPath="queries"
+             QueryFileExtension=".aql">
+  <test-group name="external">
+    <test-case FilePath="external">
+      <compilation-unit name="invalid-format">
+        <output-dir compare="Text">invalid-format</output-dir>
+        <expected-error>Unknown format</expected-error>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="external-indexing">
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="text-format">
+        <output-dir compare="Text">text-format</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="sequence-format">
+        <output-dir compare="Text">sequence-format</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="rc-format">
+        <output-dir compare="Text">rc-format</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="rtree-index">
+        <output-dir compare="Text">rtree-index</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="leftouterjoin">
+        <output-dir compare="Text">leftouterjoin</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-indexing">
+      <compilation-unit name="leftouterjoin-rtree">
+        <output-dir compare="Text">leftouterjoin-rtree</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="external-library">
+    <test-case FilePath="external-library">
+      <compilation-unit name="typed_adapter">
+        <output-dir compare="Text">typed_adapter</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-library">
+      <compilation-unit name="classad-parser-new">
+        <output-dir compare="Text">classad-parser-new</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-library">
+      <compilation-unit name="classad-parser-old">
+        <output-dir compare="Text">classad-parser-old</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="external-library">
+      <compilation-unit name="getCapital">
+        <output-dir compare="Text">getCapital</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="feeds">
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-with-multiple-indexes">
+        <output-dir compare="Text">feed-with-multiple-indexes</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="twitter-feed">
+        <output-dir compare="Text">twitter-feed</output-dir>
+        <expected-error>One or more parameters are missing from adapter configuration</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-with-external-parser">
+        <output-dir compare="Text">feed-with-external-parser</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-with-external-function">
+        <output-dir compare="Text">feed-with-external-function</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="change-feed-with-meta-pk-in-meta">
+        <output-dir compare="Text">change-feed-with-meta-pk-in-meta</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-with-filtered-dataset">
+        <output-dir compare="Text">feed-with-filtered-dataset</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="change-feed">
+        <output-dir compare="Text">change-feed</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-with-meta-pk-in-meta">
+        <output-dir compare="Text">feed-with-meta-pk-in-meta</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_07">
+        <output-dir compare="Text">feeds_07</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!-- Fails constantly and not clear what is intended
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_06">
+        <output-dir compare="Text">feeds_06</output-dir>
+      </compilation-unit>
+    </test-case> -->
+    <test-case FilePath="feeds">
+      <compilation-unit name="drop-dataverse-with-disconnected-feed">
+        <output-dir compare="Text">drop-dataverse-with-disconnected-feed</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feed-push-socket">
+        <output-dir compare="Text">feed-push-socket</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_01">
+        <output-dir compare="Text">feeds_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_02">
+        <output-dir compare="Text">feeds_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_03">
+        <output-dir compare="Text">feeds_03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!-- Fails constantly
+    <test-case FilePath="feeds">
+        <compilation-unit name="feeds_04">
+            <output-dir compare="Text">feeds_04</output-dir>
+        </compilation-unit>
+    </test-case>
+    -->
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_08">
+        <output-dir compare="Text">feeds_08</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_09">
+        <output-dir compare="Text">feeds_09</output-dir>
+      </compilation-unit>
+    </test-case>
 
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_10">
-                <output-dir compare="Text">feeds_10</output-dir>
-            </compilation-unit>
-        </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_10">
+        <output-dir compare="Text">feeds_10</output-dir>
+      </compilation-unit>
+    </test-case>
 
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_11">
-                <output-dir compare="Text">feeds_11</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="feeds">
-            <compilation-unit name="feeds_12">
-                <output-dir compare="Text">feeds_12</output-dir>
-            </compilation-unit>
-        </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_11">
+        <output-dir compare="Text">feeds_11</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="feeds">
+      <compilation-unit name="feeds_12">
+        <output-dir compare="Text">feeds_12</output-dir>
+      </compilation-unit>
+    </test-case>
 
-        <test-case FilePath="feeds">
-            <compilation-unit name="issue_230_feeds">
-                <output-dir compare="Text">issue_230_feeds</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--<test-case FilePath="feeds">
-            <compilation-unit name="issue_711_feeds">
-                <output-dir compare="Text">issue_711_feeds</output-dir>
-            </compilation-unit>
-        </test-case>-->
-    </test-group>
-    <test-group name="upsert">
-        <test-case FilePath="upsert">
-            <compilation-unit name="filtered-dataset">
-                <output-dir compare="Text">filtered-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="nested-index">
-                <output-dir compare="Text">nested-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="primary-secondary-rtree">
-                <output-dir compare="Text">primary-secondary-rtree</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="upsert-with-self-read">
-                <output-dir compare="Text">upsert-with-self-read</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="nullable-index">
-                <output-dir compare="Text">nullable-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="open-index">
-                <output-dir compare="Text">open-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="primary-index">
-                <output-dir compare="Text">primary-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="primary-secondary-btree">
-                <output-dir compare="Text">primary-secondary-btree</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="primary-secondary-inverted">
-                <output-dir compare="Text">primary-secondary-inverted</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="upsert">
-            <compilation-unit name="multiple-secondaries">
-                <output-dir compare="Text">multiple-secondaries</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="flwor">
-        <test-case FilePath="flwor">
-            <compilation-unit name="at00">
-                <output-dir compare="Text">at00</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at01">
-                <output-dir compare="Text">at01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at02">
-                <output-dir compare="Text">at02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at03">
-                <output-dir compare="Text">at03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at04">
-                <output-dir compare="Text">at04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at05">
-                <output-dir compare="Text">at05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="at06">
-                <output-dir compare="Text">at06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="flwor">
-            <compilation-unit name="query-issue550">
-                <output-dir compare="Text">query-issue550</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="union">
-        <test-case FilePath="union">
-            <compilation-unit name="union">
-                <output-dir compare="Text">union</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="union2">
-                <output-dir compare="Text">union2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="query-ASTERIXDB-300">
-                <output-dir compare="Text">query-ASTERIXDB-300</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="query-ASTERIXDB-1205">
-                <output-dir compare="Text">query-ASTERIXDB-1205</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="query-ASTERIXDB-1205-2">
-                <output-dir compare="Text">query-ASTERIXDB-1205-2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="query-ASTERIXDB-1205-3">
-                <output-dir compare="Text">query-ASTERIXDB-1205-3</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="union">
-            <compilation-unit name="query-ASTERIXDB-1047">
-                <output-dir compare="Text">query-ASTERIXDB-1047</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="aggregate">
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="Text">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null">
-                <output-dir compare="Text">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="Text">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="Text">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="Text">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="Text">avg_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="Text">sum_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="Text">min_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="agg_number">
-                <output-dir compare="Text">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="Text">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="Text">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue395">
-                <output-dir compare="Text">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="Text">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="Text">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double">
-                <output-dir compare="Text">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="Text">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="Text">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="Text">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float">
-                <output-dir compare="Text">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="Text">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="Text">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="Text">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="Text">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="Text">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="Text">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="Text">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="Text">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="Text">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_01">
-                <output-dir compare="Text">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="Text">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="Text">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="count_null">
-                <output-dir compare="Text">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-         <test-case FilePath="aggregate">
-            <compilation-unit name="query-ASTERIXDB-923">
-                <output-dir compare="Text">query-ASTERIXDB-923</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="group_only">
-                <output-dir compare="Text">group_only</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="aggregate">
-          <compilation-unit name="droptype">
-            <output-dir compare="Text">droptype</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <!-- TODO(madhusudancs): These tests that test for local_<agg>/global_<agg> functions should be removed, but
-        before that we should modify the code to make sure those built-in functions are still defined but not exposed
-        by AQL, so leaving these test cases commented.
-        <test-case FilePath="aggregate">
-          <compilation-unit name="global-avg_01">
-            <output-dir compare="Text">global-avg_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="global-avg_null">
-            <output-dir compare="Text">global-avg_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_double">
-            <output-dir compare="Text">local-avg_double</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_double_null">
-            <output-dir compare="Text">local-avg_double_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_float">
-            <output-dir compare="Text">local-avg_float</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_float_null">
-            <output-dir compare="Text">local-avg_float_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int16">
-            <output-dir compare="Text">local-avg_int16</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int16_null">
-            <output-dir compare="Text">local-avg_int16_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int32">
-            <output-dir compare="Text">local-avg_int32</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int32_null">
-            <output-dir compare="Text">local-avg_int32_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int64">
-            <output-dir compare="Text">local-avg_int64</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int64_null">
-            <output-dir compare="Text">local-avg_int64_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int8">
-            <output-dir compare="Text">local-avg_int8</output-dir>
-          </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-          <compilation-unit name="local-avg_int8_null">
-            <output-dir compare="Text">local-avg_int8_null</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="Text">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="Text">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="Text">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="Text">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="Text">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="Text">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="Text">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="Text">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="Text">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="Text">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="Text">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="Text">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="Text">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="Text">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="Text">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="Text">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="Text">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="Text">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="Text">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double">
-                <output-dir compare="Text">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="Text">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="Text">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="Text">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float">
-                <output-dir compare="Text">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="Text">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="Text">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="Text">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="Text">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="Text">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="Text">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="Text">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="Text">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="Text">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="Text">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="Text">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="aggregate-sql">
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue531_string_min_max">
-                <output-dir compare="Text">issue531_string_min_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null">
-                <output-dir compare="Text">agg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec">
-                <output-dir compare="Text">agg_null_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_null_rec_1">
-                <output-dir compare="Text">agg_null_rec_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number_rec">
-                <output-dir compare="Text">agg_number_rec</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_mixed">
-                <output-dir compare="Text">avg_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_mixed">
-                <output-dir compare="Text">sum_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_mixed">
-                <output-dir compare="Text">min_mixed</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="agg_number">
-                <output-dir compare="Text">agg_number</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list_1">
-                <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_min_hetero_list">
-                <output-dir compare="Text">issue425_min_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list_1">
-                <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue425_sum_hetero_list">
-                <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="query-issue400">
-                <output-dir compare="Text">query-issue400</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue395">
-                <output-dir compare="Text">issue395</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_0">
-                <output-dir compare="Text">issue412_0</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="issue412_1">
-                <output-dir compare="Text">issue412_1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double">
-                <output-dir compare="Text">avg_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_double_null">
-                <output-dir compare="Text">avg_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_01">
-                <output-dir compare="Text">avg_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_empty_02">
-                <output-dir compare="Text">avg_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float">
-                <output-dir compare="Text">avg_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_float_null">
-                <output-dir compare="Text">avg_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16">
-                <output-dir compare="Text">avg_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int16_null">
-                <output-dir compare="Text">avg_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32">
-                <output-dir compare="Text">avg_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int32_null">
-                <output-dir compare="Text">avg_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64">
-                <output-dir compare="Text">avg_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int64_null">
-                <output-dir compare="Text">avg_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8">
-                <output-dir compare="Text">avg_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="avg_int8_null">
-                <output-dir compare="Text">avg_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_01">
-                <output-dir compare="Text">count_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_01">
-                <output-dir compare="Text">count_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_empty_02">
-                <output-dir compare="Text">count_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="count_null">
-                <output-dir compare="Text">count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_01">
-                <output-dir compare="Text">max_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="max_empty_02">
-                <output-dir compare="Text">max_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_01">
-                <output-dir compare="Text">min_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="min_empty_02">
-                <output-dir compare="Text">min_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg">
-                <output-dir compare="Text">scalar_avg</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_empty">
-                <output-dir compare="Text">scalar_avg_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_avg_null">
-                <output-dir compare="Text">scalar_avg_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count">
-                <output-dir compare="Text">scalar_count</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_empty">
-                <output-dir compare="Text">scalar_count_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_count_null">
-                <output-dir compare="Text">scalar_count_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max">
-                <output-dir compare="Text">scalar_max</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_empty">
-                <output-dir compare="Text">scalar_max_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_max_null">
-                <output-dir compare="Text">scalar_max_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min">
-                <output-dir compare="Text">scalar_min</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_empty">
-                <output-dir compare="Text">scalar_min_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_min_null">
-                <output-dir compare="Text">scalar_min_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum">
-                <output-dir compare="Text">scalar_sum</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_empty">
-                <output-dir compare="Text">scalar_sum_empty</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="scalar_sum_null">
-                <output-dir compare="Text">scalar_sum_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double">
-                <output-dir compare="Text">sum_double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_double_null">
-                <output-dir compare="Text">sum_double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_01">
-                <output-dir compare="Text">sum_empty_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_empty_02">
-                <output-dir compare="Text">sum_empty_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float">
-                <output-dir compare="Text">sum_float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_float_null">
-                <output-dir compare="Text">sum_float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16">
-                <output-dir compare="Text">sum_int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int16_null">
-                <output-dir compare="Text">sum_int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32">
-                <output-dir compare="Text">sum_int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int32_null">
-                <output-dir compare="Text">sum_int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64">
-                <output-dir compare="Text">sum_int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int64_null">
-                <output-dir compare="Text">sum_int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8">
-                <output-dir compare="Text">sum_int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_int8_null">
-                <output-dir compare="Text">sum_int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_null-with-pred">
-                <output-dir compare="Text">sum_null-with-pred</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="aggregate-sql">
-            <compilation-unit name="sum_numeric_null">
-                <output-dir compare="Text">sum_numeric_null</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="boolean">
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_01">
-                <output-dir compare="Text">and_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null">
-                <output-dir compare="Text">and_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="and_null_false">
-                <output-dir compare="Text">and_null_false</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="boolean">
-            <compilation-unit name="not_01">
-                <output-dir compare="Text">not_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="comparison">
-        &ComparisonQueries;
-    </test-group>
-    <test-group name="constructor">
-        <test-case FilePath="constructor">
-            <compilation-unit name="binary_01">
-                <output-dir compare="Text">binary_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="add-null">
-                <output-dir compare="Text">add-null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="boolean_01">
-                <output-dir compare="Text">boolean_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="circle_01">
-                <output-dir compare="Text">circle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="date_01">
-                <output-dir compare="Text">date_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="datetime_01">
-                <output-dir compare="Text">datetime_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="double_01">
-                <output-dir compare="Text">double_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_01">
-                <output-dir compare="Text">duration_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="duration_02">
-                <output-dir compare="Text">duration_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="float_01">
-                <output-dir compare="Text">float_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="int_01">
-                <output-dir compare="Text">int_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="interval">
-                <output-dir compare="Text">interval</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="line_01">
-                <output-dir compare="Text">line_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="rectangle_01">
-                <output-dir compare="Text">rectangle_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="point_01">
-                <output-dir compare="Text">point_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="polygon_01">
-                <output-dir compare="Text">polygon_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-01">
-                <output-dir compare="Text">primitive-01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-02">
-                <output-dir compare="Text">primitive-02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-03">
-                <output-dir compare="Text">primitive-03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="primitive-04">
-                <output-dir compare="Text">primitive-04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="string_01">
-                <output-dir compare="Text">string_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="time_01">
-                <output-dir compare="Text">time_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="constructor">
-            <compilation-unit name="uuid_01">
-                <output-dir compare="Text">uuid_01</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="custord">
-        <!--
-    <test-case FilePath="custord">
-      <compilation-unit name="co">
-        <output-dir compare="Text">co</output-dir>
+    <test-case FilePath="feeds">
+      <compilation-unit name="issue_230_feeds">
+        <output-dir compare="Text">issue_230_feeds</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!--<test-case FilePath="feeds">
+      <compilation-unit name="issue_711_feeds">
+        <output-dir compare="Text">issue_711_feeds</output-dir>
+      </compilation-unit>
+    </test-case>-->
+  </test-group>
+  <test-group name="upsert">
+    <test-case FilePath="upsert">
+      <compilation-unit name="filtered-dataset">
+        <output-dir compare="Text">filtered-dataset</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="nested-index">
+        <output-dir compare="Text">nested-index</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="primary-secondary-rtree">
+        <output-dir compare="Text">primary-secondary-rtree</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="upsert-with-self-read">
+        <output-dir compare="Text">upsert-with-self-read</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="nullable-index">
+        <output-dir compare="Text">nullable-index</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="open-index">
+        <output-dir compare="Text">open-index</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="primary-index">
+        <output-dir compare="Text">primary-index</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="primary-secondary-btree">
+        <output-dir compare="Text">primary-secondary-btree</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="primary-secondary-inverted">
+        <output-dir compare="Text">primary-secondary-inverted</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="upsert">
+      <compilation-unit name="multiple-secondaries">
+        <output-dir compare="Text">multiple-secondaries</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="flwor">
+    <test-case FilePath="flwor">
+      <compilation-unit name="at00">
+        <output-dir compare="Text">at00</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at01">
+        <output-dir compare="Text">at01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at02">
+        <output-dir compare="Text">at02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at03">
+        <output-dir compare="Text">at03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at04">
+        <output-dir compare="Text">at04</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at05">
+        <output-dir compare="Text">at05</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="at06">
+        <output-dir compare="Text">at06</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="flwor">
+      <compilation-unit name="query-issue550">
+        <output-dir compare="Text">query-issue550</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="union">
+    <test-case FilePath="union">
+      <compilation-unit name="union">
+        <output-dir compare="Text">union</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="union2">
+        <output-dir compare="Text">union2</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="query-ASTERIXDB-300">
+        <output-dir compare="Text">query-ASTERIXDB-300</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="query-ASTERIXDB-1205">
+        <output-dir compare="Text">query-ASTERIXDB-1205</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="query-ASTERIXDB-1205-2">
+        <output-dir compare="Text">query-ASTERIXDB-1205-2</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="query-ASTERIXDB-1205-3">
+        <output-dir compare="Text">query-ASTERIXDB-1205-3</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="union">
+      <compilation-unit name="query-ASTERIXDB-1047">
+        <output-dir compare="Text">query-ASTERIXDB-1047</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="aggregate">
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue531_string_min_max">
+        <output-dir compare="Text">issue531_string_min_max</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null">
+        <output-dir compare="Text">agg_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec">
+        <output-dir compare="Text">agg_null_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_null_rec_1">
+        <output-dir compare="Text">agg_null_rec_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number_rec">
+        <output-dir compare="Text">agg_number_rec</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_mixed">
+        <output-dir compare="Text">avg_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="sum_mixed">
+        <output-dir compare="Text">sum_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="min_mixed">
+        <output-dir compare="Text">min_mixed</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="agg_number">
+        <output-dir compare="Text">agg_number</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list_1">
+        <output-dir compare="Text">issue425_min_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_min_hetero_list">
+        <output-dir compare="Text">issue425_min_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list_1">
+        <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue425_sum_hetero_list">
+        <output-dir compare="Text">issue425_sum_hetero_list</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="query-issue400">
+        <output-dir compare="Text">query-issue400</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue395">
+        <output-dir compare="Text">issue395</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_0">
+        <output-dir compare="Text">issue412_0</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="issue412_1">
+        <output-dir compare="Text">issue412_1</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double">
+        <output-dir compare="Text">avg_double</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_double_null">
+        <output-dir compare="Text">avg_double_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_01">
+        <output-dir compare="Text">avg_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_empty_02">
+        <output-dir compare="Text">avg_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float">
+        <output-dir compare="Text">avg_float</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_float_null">
+        <output-dir compare="Text">avg_float_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16">
+        <output-dir compare="Text">avg_int16</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int16_null">
+        <output-dir compare="Text">avg_int16_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32">
+        <output-dir compare="Text">avg_int32</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int32_null">
+        <output-dir compare="Text">avg_int32_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64">
+        <output-dir compare="Text">avg_int64</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int64_null">
+        <output-dir compare="Text">avg_int64_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8">
+        <output-dir compare="Text">avg_int8</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="avg_int8_null">
+        <output-dir compare="Text">avg_int8_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_01">
+        <output-dir compare="Text">count_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_01">
+        <output-dir compare="Text">count_empty_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_empty_02">
+        <output-dir compare="Text">count_empty_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="count_null">
+        <output-dir compare="Text">count_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="query-ASTERIXDB-923">
+        <output-dir compare="Text">query-ASTERIXDB-923</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="aggregate">
+      <compilation-unit name="group_only">
+        <output-dir compare="Text">group_only</output-dir>
       </compilation-unit>
     </test-case>
-    -->
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_01">
-                <output-dir compare="Text">customer_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_02">
-                <output-dir compare="Text">customer_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_03">
-                <output-dir compare="Text">customer_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_04">
-                <output-dir compare="Text">customer_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_05">
-                <output-dir compare="Text">customer_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_06">
-                <output-dir compare="Text">customer_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_07">
-                <output-dir compare="Text">customer_q_07</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="customer_q_08">
-                <output-dir compare="Text">customer_q_08</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_01">
-            <output-dir compare="Text">denorm-cust-order_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="denorm-cust-order_02">
-                <output-dir compare="Text">denorm-cust-order_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="denorm-cust-order_03">
-            <output-dir compare="Text">denorm-cust-order_03</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <!--
-        <test-case FilePath="custord">
-          <compilation-unit name="freq-clerk">
-            <output-dir compare="Text">freq-clerk</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_01">
-                <output-dir compare="Text">join_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_02">
-                <output-dir compare="Text">join_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_03">
-                <output-dir compare="Text">join_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="join_q_04">
-                <output-dir compare="Text">join_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="load-test">
-                <output-dir compare="Text">load-test</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_01">
-                <output-dir compare="Text">order_q_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_02">
-                <output-dir compare="Text">order_q_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_03">
-                <output-dir compare="Text">order_q_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_04">
-                <output-dir compare="Text">order_q_04</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_05">
-                <output-dir compare="Text">order_q_05</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="custord">
-            <compilation-unit name="order_q_06">
-                <output-dir compare="Text">order_q_06</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="dapd">
-        <test-case FilePath="dapd">
-            <compilation-unit name="q1">
-                <output-dir compare="Text">q1</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dapd">
-            <compilation-unit name="q2">
-                <output-dir compare="Text">q2</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="dapd">
-          <compilation-unit name="q3">
-            <output-dir compare="Text">q3</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-    </test-group>
-    <test-group name="dml">
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-dataset-with-meta">
-                <output-dir compare="Text">insert-dataset-with-meta</output-dir>
-                <expected-error>insert into dataset is not supported on Datasets with Meta records</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-dataset-with-meta">
-                <output-dir compare="Text">delete-dataset-with-meta</output-dir>
-                <expected-error>delete from dataset is not supported on Datasets with Meta records</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="upsert-dataset-with-meta">
-                <output-dir compare="Text">upsert-dataset-with-meta</output-dir>
-                <expected-error>upsert into dataset is not supported on Datasets with Meta records</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="load-with-ngram-index">
-                <output-dir compare="Text">load-with-ngram-index</output-dir>
-            </compilation-unit>
-        </test-case>
-         <test-case FilePath="dml">
-            <compilation-unit name="insert-duplicated-keys-from-query">
-                <output-dir compare="Text">insert-duplicated-keys-from-query</output-dir>
-                <expected-error>org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException: Failed to insert key since key already exists</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="compact-dataset-and-its-indexes">
-                <output-dir compare="Text">compact-dataset-and-its-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-constant-merge-policy">
-                <output-dir compare="Text">using-constant-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-prefix-merge-policy">
-                <output-dir compare="Text">using-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-correlated-prefix-merge-policy">
-                <output-dir compare="Text">using-correlated-prefix-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="using-no-merge-policy">
-                <output-dir compare="Text">using-no-merge-policy</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue382">
-                <output-dir compare="Text">query-issue382</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue433">
-                <output-dir compare="Text">query-issue433</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue288">
-                <output-dir compare="Text">query-issue288</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="query-issue205">
-                <output-dir compare="Text">query-issue205</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset-with-index">
-                <output-dir compare="Text">delete-from-loaded-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-from-loaded-dataset">
-                <output-dir compare="Text">delete-from-loaded-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="delete-syntax-change">
-                <output-dir compare="Text">delete-syntax-change</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-empty-secondary-indexes">
-                <output-dir compare="Text">drop-empty-secondary-indexes</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="drop-index">
-                <output-dir compare="Text">drop-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-cltype">
-                <output-dir compare="Text">create-drop-cltype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="create-drop-opntype">
-                <output-dir compare="Text">create-drop-opntype</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="empty-load-with-index">
-                <output-dir compare="Text">empty-load-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset">
-                <output-dir compare="Text">insert-into-empty-dataset</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-into-empty-dataset-with-index">
-                <output-dir compare="Text">insert-into-empty-dataset-with-index</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="dml">
-            <compilation-unit name="insert-syntax">
-                <output-dir compare="Text">insert-syntax</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-cas

<TRUNCATED>


[04/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/main/resources/configs/my_awesome_cluster_desc.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/main/resources/configs/my_awesome_cluster_desc.xml b/asterixdb/asterix-yarn/src/main/resources/configs/my_awesome_cluster_desc.xml
index e1d516b..4e4ea1b 100644
--- a/asterixdb/asterix-yarn/src/main/resources/configs/my_awesome_cluster_desc.xml
+++ b/asterixdb/asterix-yarn/src/main/resources/configs/my_awesome_cluster_desc.xml
@@ -16,26 +16,26 @@
  ! specific language governing permissions and limitations
  ! under the License.
  !-->
-    <cluster xmlns="yarn_cluster">
-        <name>my_awesome_instance</name>
-        <txn_log_dir>/home/yarn/</txn_log_dir>
-        <iodevices>/home/yarn/</iodevices>
-        <store>asterix-data</store>
-        <master_node>
-            <id>cc</id>
-            <client_ip>10.10.0.2</client_ip>
-            <cluster_ip>10.10.0.2</cluster_ip>
-            <client_port>1098</client_port>
-            <cluster_port>1099</cluster_port>
-            <http_port>8888</http_port>
-        </master_node>
-        <node>
-            <id>nc1</id>
-            <cluster_ip>10.10.0.3</cluster_ip>
-        </node>
-        <node>
-            <id>nc2</id>
-            <cluster_ip>10.10.0.4</cluster_ip>
-        </node>
-        <metadata_node>nc1</metadata_node>
-    </cluster>
+<cluster xmlns="yarn_cluster">
+  <name>my_awesome_instance</name>
+  <txn_log_dir>/home/yarn/</txn_log_dir>
+  <iodevices>/home/yarn/</iodevices>
+  <store>asterix-data</store>
+  <master_node>
+    <id>cc</id>
+    <client_ip>10.10.0.2</client_ip>
+    <cluster_ip>10.10.0.2</cluster_ip>
+    <client_port>1098</client_port>
+    <cluster_port>1099</cluster_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>nc1</id>
+    <cluster_ip>10.10.0.3</cluster_ip>
+  </node>
+  <node>
+    <id>nc2</id>
+    <cluster_ip>10.10.0.4</cluster_ip>
+  </node>
+  <metadata_node>nc1</metadata_node>
+</cluster>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/core-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/core-site.xml b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/core-site.xml
index 7601d9d..7343ec0 100644
--- a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/core-site.xml
+++ b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/core-site.xml
@@ -23,11 +23,9 @@
 
 <configuration>
 
-
-<property>
+  <property>
     <name>hadoop.tmp.dir</name>
     <value>/tmp/hadoop</value>
-</property>
-
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/hdfs-site.xml b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/hdfs-site.xml
index 803f384..f161685 100644
--- a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/hdfs-site.xml
+++ b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/hdfs-site.xml
@@ -23,14 +23,14 @@
 
 <configuration>
 
-<property>
-   <name>dfs.replication</name>
-   <value>1</value>
-</property>
+  <property>
+    <name>dfs.replication</name>
+    <value>1</value>
+  </property>
 
-<property>
-	<name>dfs.block.size</name>
-	<value>1048576</value>
-</property>
+  <property>
+    <name>dfs.block.size</name>
+    <value>1048576</value>
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/mapred-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/mapred-site.xml b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/mapred-site.xml
index 59ee764..fcbb184 100644
--- a/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/mapred-site.xml
+++ b/asterixdb/asterix-yarn/src/test/resources/hadoop/conf/mapred-site.xml
@@ -23,21 +23,21 @@
 
 <configuration>
 
-	<property>
-		<name>mapred.job.tracker</name>
-		<value>localhost:29007</value>
-	</property>
-	<property>
-		<name>mapred.tasktracker.map.tasks.maximum</name>
-		<value>20</value>
-	</property>
-	<property>
-		<name>mapred.tasktracker.reduce.tasks.maximum</name>
-		<value>20</value>
-	</property>
-	<property>
-		<name>mapred.max.split.size</name>
-		<value>128</value>
-	</property>
+  <property>
+    <name>mapred.job.tracker</name>
+    <value>localhost:29007</value>
+  </property>
+  <property>
+    <name>mapred.tasktracker.map.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.tasktracker.reduce.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.max.split.size</name>
+    <value>128</value>
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index d72b465..3ce25e1 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -18,702 +18,702 @@
  ! under the License.
  !-->
 <project xmlns="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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.asterix</groupId>
-    <artifactId>apache-asterixdb</artifactId>
-    <version>0.8.9-SNAPSHOT</version>
-    <packaging>pom</packaging>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.asterix</groupId>
+  <artifactId>apache-asterixdb</artifactId>
+  <version>0.8.9-SNAPSHOT</version>
+  <packaging>pom</packaging>
 
-    <parent>
-      <groupId>org.apache</groupId>
-      <artifactId>apache</artifactId>
-      <version>LATEST</version>
-    </parent>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>LATEST</version>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jvm.extraargs />
-        <jdk.version>1.8</jdk.version>
-        <runSlowAQLTests>false</runSlowAQLTests>
-        <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
-        <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <jvm.extraargs/>
+    <jdk.version>1.8</jdk.version>
+    <runSlowAQLTests>false</runSlowAQLTests>
+    <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
+    <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
 
     <!-- Definition of tests in various categories which may be excluded -->
-        <optimizer.tests>**/optimizer/**/*Test.java</optimizer.tests>
-        <metadata.tests>**/metadata/*Test.java</metadata.tests>
-        <execution.tests>**/ExecutionTest.java</execution.tests>
-        <repeated.tests>**/RepeatedTest.java</repeated.tests>
-        <invalid.tests>**/DmlTest.java</invalid.tests>
-        <global.test.includes>**/*TestSuite.java,**/*Test.java,${execution.tests}</global.test.includes>
-        <global.test.excludes>${optimizer.tests},${metadata.tests},${invalid.tests},${repeated.tests}</global.test.excludes>
+    <optimizer.tests>**/optimizer/**/*Test.java</optimizer.tests>
+    <metadata.tests>**/metadata/*Test.java</metadata.tests>
+    <execution.tests>**/ExecutionTest.java</execution.tests>
+    <repeated.tests>**/RepeatedTest.java</repeated.tests>
+    <invalid.tests>**/DmlTest.java</invalid.tests>
+    <global.test.includes>**/*TestSuite.java,**/*Test.java,${execution.tests}</global.test.includes>
+    <global.test.excludes>${optimizer.tests},${metadata.tests},${invalid.tests},${repeated.tests}</global.test.excludes>
     <!-- Versions under dependencymanagement or used in many projects via properties -->
-        <algebricks.version>0.2.18-SNAPSHOT</algebricks.version>
-        <hyracks.version>0.2.18-SNAPSHOT</hyracks.version>
-        <hadoop.version>2.2.0</hadoop.version>
-        <junit.version>4.11</junit.version>
-        <commons.io.version>2.4</commons.io.version>
-        <servlet.api.version>2.5</servlet.api.version>
-        <json.version>20090211</json.version>
-        <jacoco.version>0.7.6.201602180812</jacoco.version>
-    </properties>
+    <algebricks.version>0.2.18-SNAPSHOT</algebricks.version>
+    <hyracks.version>0.2.18-SNAPSHOT</hyracks.version>
+    <hadoop.version>2.2.0</hadoop.version>
+    <junit.version>4.11</junit.version>
+    <commons.io.version>2.4</commons.io.version>
+    <servlet.api.version>2.5</servlet.api.version>
+    <json.version>20090211</json.version>
+    <jacoco.version>0.7.6.201602180812</jacoco.version>
+  </properties>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.16</version>
-                <configuration>
-                    <failIfNoTests>false</failIfNoTests>
-                    <systemPropertyVariables>
-                        <skipFredSlowTests>true</skipFredSlowTests>
-                    </systemPropertyVariables>
-                    <forkCount>1</forkCount>
-                    <reuseForks>false</reuseForks>
-                    <argLine>
-                        -enableassertions -Xmx${test.heap.size}m
-                        -Dfile.encoding=UTF-8
-                        -Djava.util.logging.config.file=${user.home}/logging.properties
-                        -DrunSlowAQLTests=${runSlowAQLTests}
-                        -Xdebug
-                        -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
-                        ${coverageArgLine}
-                        </argLine>
-                    <includes>
-                        <include>${global.test.includes},${test.includes}</include>
-                    </includes>
-                    <excludes>
-                        <exclude>${global.test.excludes},${test.excludes}</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.11</version>
-                <executions>
-                    <execution>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <excludeSubProjects>true</excludeSubProjects>
-                    <licenses>
-                        <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
-                            <licenseFamilyCategory>MIT</licenseFamilyCategory>
-                            <licenseFamilyName>The MIT License</licenseFamilyName>
-                            <notes>For JQuery MIT/GPL2 Dual License</notes>
-                            <patterns>
-                                <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
-                                <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern>
-                                <pattern>http://jquery.org/license</pattern>
-                                <pattern>Dual licensed under the MIT</pattern>
-                                <pattern>Released under the MIT license by IOLA, December 2007.</pattern>
-                            </patterns>
-                        </license>
-                    </licenses>
-                    <licenseFamilies>
-                        <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
-                            <familyName>The MIT License</familyName>
-                        </licenseFamily>
-                        <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
-                            <familyName>Apache License Version 2.0</familyName>
-                        </licenseFamily>
-                    </licenseFamilies>
-                    <excludes>
-                        <exclude>**/*.adm</exclude>
-                        <exclude>**/*.aql</exclude>
-                        <exclude>**/*.ast</exclude>
-                        <exclude>**/*.csv</exclude>
-                        <exclude>**/*.ddl</exclude>
-                        <exclude>**/*.iml</exclude>
-                        <exclude>**/*.out</exclude>
-                        <exclude>**/*.tbl</exclude>
-                        <exclude>**/*.tsv</exclude>
-                        <exclude>**/*.txt</exclude>
-                        <exclude>**/*.xsd</exclude>
-                    </excludes>
-                    <includes>
-                        <include>**/asterix-*</include>
-                        <include>**/*.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
-                <configuration>
-                   <source>${jdk.version}</source>
-                   <target>${jdk.version}</target>
-                   <compilerArgument>-Xlint:all</compilerArgument>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>pl.project13.maven</groupId>
-                <artifactId>git-commit-id-plugin</artifactId>
-                <version>2.2.0</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>revision</goal>
-                         </goals>
-                    </execution>
-                </executions>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.16</version>
+        <configuration>
+          <failIfNoTests>false</failIfNoTests>
+          <systemPropertyVariables>
+            <skipFredSlowTests>true</skipFredSlowTests>
+          </systemPropertyVariables>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
+          <argLine>
+            -enableassertions -Xmx${test.heap.size}m
+            -Dfile.encoding=UTF-8
+            -Djava.util.logging.config.file=${user.home}/logging.properties
+            -DrunSlowAQLTests=${runSlowAQLTests}
+            -Xdebug
+            -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
+            ${coverageArgLine}
+          </argLine>
+          <includes>
+            <include>${global.test.includes},${test.includes}</include>
+          </includes>
+          <excludes>
+            <exclude>${global.test.excludes},${test.excludes}</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.11</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludeSubProjects>true</excludeSubProjects>
+          <licenses>
+            <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+              <licenseFamilyCategory>MIT</licenseFamilyCategory>
+              <licenseFamilyName>The MIT License</licenseFamilyName>
+              <notes>For JQuery MIT/GPL2 Dual License</notes>
+              <patterns>
+                <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
+                <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern>
+                <pattern>http://jquery.org/license</pattern>
+                <pattern>Dual licensed under the MIT</pattern>
+                <pattern>Released under the MIT license by IOLA, December 2007.</pattern>
+              </patterns>
+            </license>
+          </licenses>
+          <licenseFamilies>
+            <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
+              <familyName>The MIT License</familyName>
+            </licenseFamily>
+            <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
+              <familyName>Apache License Version 2.0</familyName>
+            </licenseFamily>
+          </licenseFamilies>
+          <excludes>
+            <exclude>**/*.adm</exclude>
+            <exclude>**/*.aql</exclude>
+            <exclude>**/*.ast</exclude>
+            <exclude>**/*.csv</exclude>
+            <exclude>**/*.ddl</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>**/*.out</exclude>
+            <exclude>**/*.tbl</exclude>
+            <exclude>**/*.tsv</exclude>
+            <exclude>**/*.txt</exclude>
+            <exclude>**/*.xsd</exclude>
+          </excludes>
+          <includes>
+            <include>**/asterix-*</include>
+            <include>**/*.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>${jdk.version}</source>
+          <target>${jdk.version}</target>
+          <compilerArgument>-Xlint:all</compilerArgument>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>pl.project13.maven</groupId>
+        <artifactId>git-commit-id-plugin</artifactId>
+        <version>2.2.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>revision</goal>
+            </goals>
+          </execution>
+        </executions>
 
-                <configuration>
-                    <!--
-                        If you'd like to tell the plugin where your .git directory is,
-                        use this setting, otherwise we'll perform a search trying to
-                        figure out the right directory. It's better to add it explicite IMHO.
-                    -->
-                    <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
-                    <!-- this is false by default, forces the plugin to generate the git.properties file -->
-                    <generateGitPropertiesFile>true</generateGitPropertiesFile>
+        <configuration>
+          <!--
+              If you'd like to tell the plugin where your .git directory is,
+              use this setting, otherwise we'll perform a search trying to
+              figure out the right directory. It's better to add it explicite IMHO.
+          -->
+          <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
+          <!-- this is false by default, forces the plugin to generate the git.properties file -->
+          <generateGitPropertiesFile>true</generateGitPropertiesFile>
 
-                    <!-- The path for the to be generated properties file, it's relative to ${project.basedir} -->
-                    <generateGitPropertiesFilename>src/main/resources/git.properties</generateGitPropertiesFilename>
-                </configuration>
+          <!-- The path for the to be generated properties file, it's relative to ${project.basedir} -->
+          <generateGitPropertiesFilename>src/main/resources/git.properties</generateGitPropertiesFilename>
+        </configuration>
 
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>process</goal>
-                        </goals>
-                        <configuration>
-                            <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
-                            <resourceBundles>
-                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
-                            </resourceBundles>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-resources-plugin</artifactId>
-            </plugin>
-        </plugins>
-        <pluginManagement>
-            <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.maven.plugins</groupId>
-                                        <artifactId>maven-plugin-plugin</artifactId>
-                                        <versionRange>[3.4,)</versionRange>
-                                        <goals>
-                                            <goal>descriptor</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.asterix</groupId>
-                                        <artifactId>record-manager-generator-maven-plugin</artifactId>
-                                        <versionRange>[0.8.7-SNAPSHOT,)</versionRange>
-                                        <goals>
-                                            <goal>generate-record-manager</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.asterix</groupId>
-                                        <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
-                                        <versionRange>[0.8.7-SNAPSHOT,)</versionRange>
-                                        <goals>
-                                            <goal>generate-evaluator</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.maven.plugins</groupId>
-                                        <artifactId>maven-jar-plugin</artifactId>
-                                        <versionRange>[2.4,)</versionRange>
-                                        <goals>
-                                            <goal>test-jar</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.rat</groupId>
-                                        <artifactId>apache-rat-plugin</artifactId>
-                                        <versionRange>[0.11,)</versionRange>
-                                        <goals>
-                                            <goal>check</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <versionRange>[3.4,)</versionRange>
+                    <goals>
+                      <goal>descriptor</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.asterix</groupId>
+                    <artifactId>record-manager-generator-maven-plugin</artifactId>
+                    <versionRange>[0.8.7-SNAPSHOT,)</versionRange>
+                    <goals>
+                      <goal>generate-record-manager</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.asterix</groupId>
+                    <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
+                    <versionRange>[0.8.7-SNAPSHOT,)</versionRange>
+                    <goals>
+                      <goal>generate-evaluator</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <versionRange>[2.4,)</versionRange>
+                    <goals>
+                      <goal>test-jar</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <versionRange>[0.11,)</versionRange>
+                    <goals>
+                      <goal>check</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-    <scm>
-        <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection>
-        <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
-        <url>https://github.com/apache/incubator-asterixdb</url>
+  <scm>
+    <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection>
+    <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
+    <url>https://github.com/apache/incubator-asterixdb</url>
 
-      <tag>HEAD</tag>
+    <tag>HEAD</tag>
   </scm>
 
-    <profiles>
-        <profile>
-            <id>opt-modules</id>
-            <activation>
-              <file>
-                <exists>asterix-opt/pom.xml</exists>
-              </file>
-            </activation>
-            <modules>
-                <module>asterix-opt</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>slow-aql-tests</id>
-            <properties>
-                <runSlowAQLTests>true</runSlowAQLTests>
-            </properties>
-        </profile>
-        <profile>
-            <id>optimizer-tests</id>
-            <properties>
-                <optimizer.tests />
-            </properties>
-        </profile>
-        <profile>
-            <id>metadata-tests</id>
-            <properties>
-                <metadata.tests />
-            </properties>
-        </profile>
-        <profile>
-            <id>execution-tests</id>
-            <properties>
-                <execution.tests />
-            </properties>
-        </profile>
-        <profile>
-            <id>invalid-tests</id>
-            <properties>
-                <invalid.tests />
-            </properties>
-        </profile>
-        <profile>
-            <id>32bitvm</id>
-            <activation>
-                <property>
-                    <name>sun.arch.data.model</name>
-                    <value>32</value>
-                </property>
-            </activation>
-            <properties>
-                <test.heap.size>2048</test.heap.size>
-            </properties>
-        </profile>
+  <profiles>
+    <profile>
+      <id>opt-modules</id>
+      <activation>
+        <file>
+          <exists>asterix-opt/pom.xml</exists>
+        </file>
+      </activation>
+      <modules>
+        <module>asterix-opt</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>slow-aql-tests</id>
+      <properties>
+        <runSlowAQLTests>true</runSlowAQLTests>
+      </properties>
+    </profile>
+    <profile>
+      <id>optimizer-tests</id>
+      <properties>
+        <optimizer.tests/>
+      </properties>
+    </profile>
+    <profile>
+      <id>metadata-tests</id>
+      <properties>
+        <metadata.tests/>
+      </properties>
+    </profile>
+    <profile>
+      <id>execution-tests</id>
+      <properties>
+        <execution.tests/>
+      </properties>
+    </profile>
+    <profile>
+      <id>invalid-tests</id>
+      <properties>
+        <invalid.tests/>
+      </properties>
+    </profile>
+    <profile>
+      <id>32bitvm</id>
+      <activation>
+        <property>
+          <name>sun.arch.data.model</name>
+          <value>32</value>
+        </property>
+      </activation>
+      <properties>
+        <test.heap.size>2048</test.heap.size>
+      </properties>
+    </profile>
 
-        <profile>
-            <id>64bitvm</id>
-            <activation>
-                <property>
-                    <name>sun.arch.data.model</name>
-                    <value>64</value>
-                </property>
-            </activation>
-            <properties>
-                <test.heap.size>3072</test.heap.size>
-            </properties>
-        </profile>
-        <profile>
-          <id>asterix-release</id>
-          <build>
-            <plugins>
-              <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <!-- We override the configuration plugin to override the descriptor to use for building
-                the source release zip. Specifically, we would like to control the inclusions/exclusions.
-                For example, we exclude the KEYS file from the zip -->
-                <executions>
-                  <execution>
-                    <!-- Use this id to match the id mentioned in the assembly plugin configuration in
-                    the apache parent POM under the apache-release profile -->
-                    <id>source-release-assembly</id>
-                    <phase>package</phase>
-                    <goals>
-                      <goal>single</goal>
-                    </goals>
-                    <!-- combine.self should be override to replace the configuration in the parent POM -->
-                    <configuration combine.self="override">
-                      <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                      <descriptors>
-                        <descriptor>src/main/assembly/source.xml</descriptor>
-                      </descriptors>
-                    </configuration>
-                  </execution>
-                </executions>
-              </plugin>
-            </plugins>
-          </build>
-        </profile>
-        <profile>
-            <id>java8</id>
-            <activation>
-                <jdk>1.8</jdk>
-            </activation>
-             <properties>
-                <jdk.version>1.8</jdk.version>
-             </properties>
-        </profile>
-        <profile>
-            <id>coverage</id>
-            <activation>
-                <property>
-                    <name>coverage</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.jacoco</groupId>
-                        <artifactId>jacoco-maven-plugin</artifactId>
-                        <version>${jacoco.version}</version>
-                        <executions>
-                            <execution>
-                                <id>default-prepare-agent</id>
-                                <goals>
-                                    <goal>prepare-agent</goal>
-                                </goals>
-                                <configuration>
-                                    <propertyName>coverageArgLine</propertyName>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>default-prepare-agent-integration</id>
-                                <goals>
-                                    <goal>prepare-agent-integration</goal>
-                                </goals>
-                                <configuration>
-                                    <propertyName>coverageArgLine</propertyName>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-            <properties>
-                <coverage/>
-            </properties>
-        </profile>
-        <profile>
-            <id>no-coverage</id>
-            <activation>
-                <property>
-                    <name>!coverage</name>
-                </property>
-            </activation>
-            <properties>
-                <coverageArgLine/>
-            </properties>
-        </profile>
-        <profile>
-            <id>doclint-java8-disable</id>
-            <activation>
-                <jdk>[1.8,)</jdk>
-            </activation>
+    <profile>
+      <id>64bitvm</id>
+      <activation>
+        <property>
+          <name>sun.arch.data.model</name>
+          <value>64</value>
+        </property>
+      </activation>
+      <properties>
+        <test.heap.size>3072</test.heap.size>
+      </properties>
+    </profile>
+    <profile>
+      <id>asterix-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <!-- We override the configuration plugin to override the descriptor to use for building
+            the source release zip. Specifically, we would like to control the inclusions/exclusions.
+            For example, we exclude the KEYS file from the zip -->
+            <executions>
+              <execution>
+                <!-- Use this id to match the id mentioned in the assembly plugin configuration in
+                the apache parent POM under the apache-release profile -->
+                <id>source-release-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <!-- combine.self should be override to replace the configuration in the parent POM -->
+                <configuration combine.self="override">
+                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                  <descriptors>
+                    <descriptor>src/main/assembly/source.xml</descriptor>
+                  </descriptors>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>java8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
+      <properties>
+        <jdk.version>1.8</jdk.version>
+      </properties>
+    </profile>
+    <profile>
+      <id>coverage</id>
+      <activation>
+        <property>
+          <name>coverage</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.jacoco</groupId>
+            <artifactId>jacoco-maven-plugin</artifactId>
+            <version>${jacoco.version}</version>
+            <executions>
+              <execution>
+                <id>default-prepare-agent</id>
+                <goals>
+                  <goal>prepare-agent</goal>
+                </goals>
+                <configuration>
+                  <propertyName>coverageArgLine</propertyName>
+                </configuration>
+              </execution>
+              <execution>
+                <id>default-prepare-agent-integration</id>
+                <goals>
+                  <goal>prepare-agent-integration</goal>
+                </goals>
+                <configuration>
+                  <propertyName>coverageArgLine</propertyName>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+      <properties>
+        <coverage/>
+      </properties>
+    </profile>
+    <profile>
+      <id>no-coverage</id>
+      <activation>
+        <property>
+          <name>!coverage</name>
+        </property>
+      </activation>
+      <properties>
+        <coverageArgLine/>
+      </properties>
+    </profile>
+    <profile>
+      <id>doclint-java8-disable</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
 
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <configuration>
-                                <additionalparam>-Xdoclint:none</additionalparam>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <additionalparam>-Xdoclint:none</additionalparam>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 
-    <modules>
-        <module>asterix-common</module>
-        <module>asterix-lang-common</module>
-        <module>asterix-lang-aql</module>
-        <module>asterix-lang-sqlpp</module>
-        <module>asterix-algebra</module>
-        <module>asterix-app</module>
-        <module>asterix-tools</module>
-        <module>asterix-transactions</module>
-        <module>asterix-runtime</module>
-        <module>asterix-om</module>
-        <module>asterix-external-data</module>
-        <module>asterix-examples</module>
-        <module>asterix-metadata</module>
-        <module>asterix-test-framework</module>
-        <module>asterix-maven-plugins</module>
-        <module>asterix-server</module>
-        <module>asterix-installer</module>
-        <module>asterix-events</module>
-        <module>asterix-doc</module>
-        <module>asterix-fuzzyjoin</module>
-        <module>asterix-yarn</module>
-        <module>asterix-replication</module>
-        <module>asterix-experiments</module>
-        <module>asterix-coverage</module>
-    </modules>
+  <modules>
+    <module>asterix-common</module>
+    <module>asterix-lang-common</module>
+    <module>asterix-lang-aql</module>
+    <module>asterix-lang-sqlpp</module>
+    <module>asterix-algebra</module>
+    <module>asterix-app</module>
+    <module>asterix-tools</module>
+    <module>asterix-transactions</module>
+    <module>asterix-runtime</module>
+    <module>asterix-om</module>
+    <module>asterix-external-data</module>
+    <module>asterix-examples</module>
+    <module>asterix-metadata</module>
+    <module>asterix-test-framework</module>
+    <module>asterix-maven-plugins</module>
+    <module>asterix-server</module>
+    <module>asterix-installer</module>
+    <module>asterix-events</module>
+    <module>asterix-doc</module>
+    <module>asterix-fuzzyjoin</module>
+    <module>asterix-yarn</module>
+    <module>asterix-replication</module>
+    <module>asterix-experiments</module>
+    <module>asterix-coverage</module>
+  </modules>
 
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>asterix-public</id>
-            <url>http://obelix.ics.uci.edu/nexus/content/groups/asterix-public/</url>
-        </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>third-party</id>
-            <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party/</url>
-        </repository>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <id>algebricks-releases</id>
-            <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-releases/</url>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>algebricks-snapshots</id>
-            <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-snapshots/</url>
-        </repository>
-        <repository>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>fail</checksumPolicy>
-            </snapshots>
-            <id>apache-staging</id>
-            <url>https://repository.apache.org/content/repositories/orgapacheasterix-1019/</url>
-        </repository>
-    </repositories>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-plugin-api</artifactId>
-                <version>2.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-yarn-common</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-yarn-client</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-client</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-hdfs</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-common</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>algebricks-compiler</artifactId>
-                <version>${algebricks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-api</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-util</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-dataflow-std</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-data</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-control-cc</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-control-nc</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-server</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-cli</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-dataflow-hadoop</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-btree</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-rtree</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-invertedindex</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-common</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-client</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-lsm-common</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-lsm-btree</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.hyracks</groupId>
-                <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.json</groupId>
-                <artifactId>json</artifactId>
-                <version>${json.version}</version>
-                <type>jar</type>
-            </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-                <version>${servlet.api.version}</version>
-                <type>jar</type>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons.io.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>asterix-public</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/groups/asterix-public/</url>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>third-party</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party/</url>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <id>algebricks-releases</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-releases/</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>algebricks-snapshots</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-snapshots/</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>apache-staging</id>
+      <url>https://repository.apache.org/content/repositories/orgapacheasterix-1019/</url>
+    </repository>
+  </repositories>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-api</artifactId>
+        <version>2.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-yarn-common</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-yarn-client</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-client</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-hdfs</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-common</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>algebricks-compiler</artifactId>
+        <version>${algebricks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-api</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-util</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-dataflow-std</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-data</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-control-cc</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-control-nc</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-server</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-cli</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-dataflow-hadoop</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-btree</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-rtree</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-invertedindex</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-common</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-client</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-lsm-common</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+        <version>${hyracks.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.json</groupId>
+        <artifactId>json</artifactId>
+        <version>${json.version}</version>
+        <type>jar</type>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${servlet.api.version}</version>
+        <type>jar</type>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>${commons.io.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/src/main/appended-resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml
index 1ebd3f2..0d69dc6 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -597,8 +597,8 @@
       <name>Jetty Server</name>
       <url>http://jetty.mortbay.org/</url>
       <organization>
-	    <name>Mort Bay Consulting</name>
-	    <url>http://www.mortbay.com</url>
+        <name>Mort Bay Consulting</name>
+        <url>http://www.mortbay.com</url>
       </organization>
       <licenses>
         <license>
@@ -615,8 +615,8 @@
       <name>Jetty Utilities</name>
       <url>http://jetty.mortbay.org/</url>
       <organization>
-	    <name>Mort Bay Consulting</name>
-	    <url>http://www.mortbay.com</url>
+        <name>Mort Bay Consulting</name>
+        <url>http://www.mortbay.com</url>
       </organization>
       <licenses>
         <license>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/src/main/assembly/source.xml
----------------------------------------------------------------------
diff --git a/asterixdb/src/main/assembly/source.xml b/asterixdb/src/main/assembly/source.xml
index f179a2e..6ee338e 100644
--- a/asterixdb/src/main/assembly/source.xml
+++ b/asterixdb/src/main/assembly/source.xml
@@ -17,8 +17,8 @@
  ! under the License.
  !-->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
   <id>source-release</id>
   <formats>
     <format>zip</format>
@@ -64,11 +64,11 @@
       </excludes>
     </fileSet>
     <fileSet>
-        <directory>target/maven-shared-archive-resources/META-INF</directory>
-        <outputDirectory>/</outputDirectory>
-        <includes>
-            <include>DEPENDENCIES*</include>
-        </includes>
+      <directory>target/maven-shared-archive-resources/META-INF</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>DEPENDENCIES*</include>
+      </includes>
     </fileSet>
   </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4570668..43845ce 100644
--- a/build.xml
+++ b/build.xml
@@ -17,77 +17,77 @@
  ! under the License.
  !-->
 <project>
-    <target name="instrument">
-        <antcall target="instrumentAModule">
-            <param name="module" value="asterix-aql"/>
-            <param name="module" value="asterix-om"/>
-            <param name="module" value="asterix-metadata"/>
-            <param name="module" value="asterix-tools"/>
-            <param name="module" value="asterix-common"/>
-            <param name="module" value="asterix-transactions"/>
-        </antcall>
-    </target>
+  <target name="instrument">
+    <antcall target="instrumentAModule">
+      <param name="module" value="asterix-aql"/>
+      <param name="module" value="asterix-om"/>
+      <param name="module" value="asterix-metadata"/>
+      <param name="module" value="asterix-tools"/>
+      <param name="module" value="asterix-common"/>
+      <param name="module" value="asterix-transactions"/>
+    </antcall>
+  </target>
 
-    <target name="report" depends="merge">
-        <property name="src.dir" value="src/main/java/"/>
-        <cobertura-report datafile="sum.ser"
-                          format="html"
-                          destdir="./target/report">
-            <!-- Add all modules that should be included below -->
-            <!-- fileset dir="./MODULE_NAME_TO_REPLACE/${src.dir}"/ -->
-            <fileset dir="./asterix-aql/${src.dir}"/>
-            <fileset dir="./asterix-om/${src.dir}"/>
-            <fileset dir="./asterix-metadata/${src.dir}"/>
-            <fileset dir="./asterix-tools/${src.dir}"/>
-            <fileset dir="./asterix-common/${src.dir}"/>
-            <fileset dir="./asterix-runtime/${src.dir}"/>
-            <fileset dir="./asterix-transactions/${src.dir}"/>
-        </cobertura-report>
-    </target>
+  <target name="report" depends="merge">
+    <property name="src.dir" value="src/main/java/"/>
+    <cobertura-report datafile="sum.ser"
+                      format="html"
+                      destdir="./target/report">
+      <!-- Add all modules that should be included below -->
+      <!-- fileset dir="./MODULE_NAME_TO_REPLACE/${src.dir}"/ -->
+      <fileset dir="./asterix-aql/${src.dir}"/>
+      <fileset dir="./asterix-om/${src.dir}"/>
+      <fileset dir="./asterix-metadata/${src.dir}"/>
+      <fileset dir="./asterix-tools/${src.dir}"/>
+      <fileset dir="./asterix-common/${src.dir}"/>
+      <fileset dir="./asterix-runtime/${src.dir}"/>
+      <fileset dir="./asterix-transactions/${src.dir}"/>
+    </cobertura-report>
+  </target>
 
-    <target name="merge">
-        <cobertura-merge datafile="sum.ser">
-            <fileset dir=".">
-                <include name="**/cobertura.ser"/>
-            </fileset>
-        </cobertura-merge>
-    </target>
+  <target name="merge">
+    <cobertura-merge datafile="sum.ser">
+      <fileset dir=".">
+        <include name="**/cobertura.ser"/>
+      </fileset>
+    </cobertura-merge>
+  </target>
 
-    <target name="instrumentAModule">
-        <property name="classes.dir" value="target/classes"/>
-        <cobertura-instrument todir="./${module}/${classes.dir}">
-            <fileset dir="./asterix-aql/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-om/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-metadata/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-tools/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-common/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-runtime/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-            <fileset dir="./asterix-transactions/target/classes">
-                <include name="**/*.class"/>
-            </fileset>
-        </cobertura-instrument>
-    </target>
+  <target name="instrumentAModule">
+    <property name="classes.dir" value="target/classes"/>
+    <cobertura-instrument todir="./${module}/${classes.dir}">
+      <fileset dir="./asterix-aql/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-om/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-metadata/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-tools/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-common/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-runtime/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+      <fileset dir="./asterix-transactions/target/classes">
+        <include name="**/*.class"/>
+      </fileset>
+    </cobertura-instrument>
+  </target>
 
-<property environment="env"/>
-    <property name="COBERTURA_HOME" value="../../.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1"/>
-    <property name="cobertura.dir" value="${COBERTURA_HOME}"/>
-    <path id="cobertura.classpath">
-        <fileset dir="${cobertura.dir}">
-            <include name="cobertura.jar"/>
-            <include name="lib/**/*.jar"/>
-        </fileset>
-    </path>
-    <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
+  <property environment="env"/>
+  <property name="COBERTURA_HOME" value="../../.m2/repository/net/sourceforge/cobertura/cobertura/1.9.4.1"/>
+  <property name="cobertura.dir" value="${COBERTURA_HOME}"/>
+  <path id="cobertura.classpath">
+    <fileset dir="${cobertura.dir}">
+      <include name="cobertura.jar"/>
+      <include name="lib/**/*.jar"/>
+    </fileset>
+  </path>
+  <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-common/pom.xml b/hyracks-fullstack/algebricks/algebricks-common/pom.xml
index bb792e0..2f75b49 100644
--- a/hyracks-fullstack/algebricks/algebricks-common/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-common/pom.xml
@@ -38,15 +38,14 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-api</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-compiler/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-compiler/pom.xml b/hyracks-fullstack/algebricks/algebricks-compiler/pom.xml
index 849ae7a..c69619d 100644
--- a/hyracks-fullstack/algebricks/algebricks-compiler/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-compiler/pom.xml
@@ -38,19 +38,19 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-rewriter</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-core</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-rewriter</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-core</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-core/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-core/pom.xml b/hyracks-fullstack/algebricks/algebricks-core/pom.xml
index c56f6c3..ec5d9d6 100644
--- a/hyracks-fullstack/algebricks/algebricks-core/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-core/pom.xml
@@ -38,34 +38,34 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-storage-am-btree</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-storage-am-rtree</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-dataflow-std</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-runtime</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-common</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-runtime</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-data/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-data/pom.xml b/hyracks-fullstack/algebricks/algebricks-data/pom.xml
index 2f08ec9..45b160c 100644
--- a/hyracks-fullstack/algebricks/algebricks-data/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-data/pom.xml
@@ -38,19 +38,19 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-common</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-data-std</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-examples/piglet-example/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-examples/piglet-example/pom.xml b/hyracks-fullstack/algebricks/algebricks-examples/piglet-example/pom.xml
index d87c17e..4016369 100644
--- a/hyracks-fullstack/algebricks/algebricks-examples/piglet-example/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-examples/piglet-example/pom.xml
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>piglet-example</artifactId>
   <name>piglet-example</name>
- <parent>
+  <parent>
     <groupId>org.apache.hyracks</groupId>
     <artifactId>algebricks-examples</artifactId>
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <build>
@@ -95,7 +95,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -116,10 +116,10 @@
       <artifactId>algebricks-compiler</artifactId>
       <version>0.2.18-SNAPSHOT</version>
     </dependency>
-      <dependency>
-          <groupId>org.apache.hyracks</groupId>
-          <artifactId>hyracks-util</artifactId>
-          <version>0.2.18-SNAPSHOT</version>
-      </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-examples/pom.xml b/hyracks-fullstack/algebricks/algebricks-examples/pom.xml
index 5a1cd27..5439497 100644
--- a/hyracks-fullstack/algebricks/algebricks-examples/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-examples/pom.xml
@@ -22,15 +22,15 @@
   <artifactId>algebricks-examples</artifactId>
   <packaging>pom</packaging>
   <name>algebricks-examples</name>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>algebricks-core</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-core</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 
-    <parent>
+  <parent>
     <groupId>org.apache.hyracks</groupId>
     <artifactId>algebricks</artifactId>
     <version>0.2.18-SNAPSHOT</version>
@@ -46,7 +46,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml b/hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml
index f1333a5..80cb967 100644
--- a/hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-rewriter/pom.xml
@@ -38,15 +38,14 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>algebricks-core</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-core</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-runtime/pom.xml b/hyracks-fullstack/algebricks/algebricks-runtime/pom.xml
index b700675..bea0618 100644
--- a/hyracks-fullstack/algebricks/algebricks-runtime/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-runtime/pom.xml
@@ -38,35 +38,34 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-storage-am-btree</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-storage-am-rtree</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>hyracks-dataflow-std</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-common</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
-  <dependency>
-  	<groupId>org.apache.hyracks</groupId>
-  	<artifactId>algebricks-data</artifactId>
-  	<version>0.2.18-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-data</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-tests/build-script.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-tests/build-script.xml b/hyracks-fullstack/algebricks/algebricks-tests/build-script.xml
index 753e8a3..9407094 100644
--- a/hyracks-fullstack/algebricks/algebricks-tests/build-script.xml
+++ b/hyracks-fullstack/algebricks/algebricks-tests/build-script.xml
@@ -20,45 +20,45 @@
 
 <project name="asterix" default="build" basedir=".">
 
-    <target name="init">
-        <condition property="isWindows">
-            <os family="windows" />
-        </condition>
-        <condition property="isUnix">
-            <os family="unix" />
-        </condition>
-    </target>
+  <target name="init">
+    <condition property="isWindows">
+      <os family="windows"/>
+    </condition>
+    <condition property="isUnix">
+      <os family="unix"/>
+    </condition>
+  </target>
 
-    <target name="win" depends="init" if="isWindows">
-        <property name="os.family" value="windows" />
-        <property name="source.ext" value=".cmd" />
-        <property name="target.ext" value=".cmd" />
-    </target>
+  <target name="win" depends="init" if="isWindows">
+    <property name="os.family" value="windows"/>
+    <property name="source.ext" value=".cmd"/>
+    <property name="target.ext" value=".cmd"/>
+  </target>
 
-    <target name="unix" depends="init" if="isUnix">
-        <property name="os.family" value="unix" />
-        <property name="source.ext" value=".sh" />
-        <property name="target.ext" value="" />
-    </target>
+  <target name="unix" depends="init" if="isUnix">
+    <property name="os.family" value="unix"/>
+    <property name="source.ext" value=".sh"/>
+    <property name="target.ext" value=""/>
+  </target>
 
-    <target name="build" depends="win,unix">
-        <mkdir dir="${target.dir}"/>
-        <pathconvert targetos="${os.family}" property="classpath">
-          <path>
-            <pathelement path="${script.classpath}"/>
-          </path>
-        </pathconvert>
-        <copy file="${source}${source.ext}" tofile="${target.dir}/${target}${target.ext}">
-            <filterset>
-                <filter token="main.class" value="${main.class}"/>
-                <filter token="classpath" value="${classpath}"/>
-                <filter token="jvm.params" value="${jvm.params}"/>
-                <filter token="program.params" value="${program.params}"/>
-            </filterset>
-        </copy>
-        <chmod perm="ugo+x">
-            <fileset dir="${target.dir}"/>
-        </chmod>
-    </target>
+  <target name="build" depends="win,unix">
+    <mkdir dir="${target.dir}"/>
+    <pathconvert targetos="${os.family}" property="classpath">
+      <path>
+        <pathelement path="${script.classpath}"/>
+      </path>
+    </pathconvert>
+    <copy file="${source}${source.ext}" tofile="${target.dir}/${target}${target.ext}">
+      <filterset>
+        <filter token="main.class" value="${main.class}"/>
+        <filter token="classpath" value="${classpath}"/>
+        <filter token="jvm.params" value="${jvm.params}"/>
+        <filter token="program.params" value="${program.params}"/>
+      </filterset>
+    </copy>
+    <chmod perm="ugo+x">
+      <fileset dir="${target.dir}"/>
+    </chmod>
+  </target>
 
 </project>


[02/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml
index 4804393..95d3a2e 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml
@@ -18,83 +18,83 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>hyracks-hdfs-1.x</artifactId>
-	<name>hyracks-hdfs-1.x</name>
-	<parent>
-		<artifactId>hyracks-hdfs</artifactId>
-		<groupId>org.apache.hyracks</groupId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
-	<properties>
-			<root.dir>${basedir}/../../..</root.dir>
-	</properties>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-hdfs-1.x</artifactId>
+  <name>hyracks-hdfs-1.x</name>
+  <parent>
+    <artifactId>hyracks-hdfs</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
 
-	<profiles>
-		<profile>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
-			<id>hadoop-0.20.2</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-core</artifactId>
-					<version>0.20.2</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-test</artifactId>
-					<version>0.20.2</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>1.0.4</value>
-				</property>
-			</activation>
-			<id>hadoop-1.0.4</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-core</artifactId>
-					<version>1.0.4</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<version>1.0.4</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-test</artifactId>
-					<version>1.0.4</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-	</profiles>
+  <profiles>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <id>hadoop-0.20.2</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-core</artifactId>
+          <version>0.20.2</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-test</artifactId>
+          <version>0.20.2</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>1.0.4</value>
+        </property>
+      </activation>
+      <id>hadoop-1.0.4</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-core</artifactId>
+          <version>1.0.4</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <version>1.0.4</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-test</artifactId>
+          <version>1.0.4</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml
index 9d93aac..8fccf77 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml
@@ -18,227 +18,227 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>hyracks-hdfs-2.x</artifactId>
-	<name>hyracks-hdfs-2.x</name>
-	<parent>
-		<artifactId>hyracks-hdfs</artifactId>
-		<groupId>org.apache.hyracks</groupId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
-	<properties>
-			<root.dir>${basedir}/../../..</root.dir>
-	</properties>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-hdfs-2.x</artifactId>
+  <name>hyracks-hdfs-2.x</name>
+  <parent>
+    <artifactId>hyracks-hdfs</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
 
-	<profiles>
-		<profile>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>2.2.0</value>
-				</property>
-			</activation>
-			<id>hadoop-2.2.0</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-common</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-mapreduce-client-core</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-hdfs</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>0.23.1</value>
-				</property>
-			</activation>
-			<id>hadoop-0.23.1</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-common</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-mapreduce-client-core</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-hdfs</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<id>hadoop-0.23.6</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>0.23.6</value>
-				</property>
-			</activation>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-common</artifactId>
-					<version>0.23.6</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-mapreduce-client-core</artifactId>
-					<version>0.23.6</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-hdfs</artifactId>
-					<version>0.23.6</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<version>0.23.6</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>cdh-4.2</value>
-				</property>
-			</activation>
-			<id>cdh-4.2</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-common</artifactId>
-					<version>2.0.0-cdh4.2.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-mapreduce-client-core</artifactId>
-					<version>2.0.0-cdh4.2.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-hdfs</artifactId>
-					<version>2.0.0-cdh4.2.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<version>2.0.0-cdh4.2.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>cdh-4.1</value>
-				</property>
-			</activation>
-			<id>cdh-4.1</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-common</artifactId>
-					<version>2.0.0-cdh4.1.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-mapreduce-client-core</artifactId>
-					<version>2.0.0-cdh4.1.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-hdfs</artifactId>
-					<version>2.0.0-cdh4.1.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.hadoop</groupId>
-					<artifactId>hadoop-minicluster</artifactId>
-					<version>2.0.0-cdh4.1.0</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-	</profiles>
+  <profiles>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>2.2.0</value>
+        </property>
+      </activation>
+      <id>hadoop-2.2.0</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>0.23.1</value>
+        </property>
+      </activation>
+      <id>hadoop-0.23.1</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>hadoop-0.23.6</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>0.23.6</value>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+          <version>0.23.6</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <version>0.23.6</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <version>0.23.6</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <version>0.23.6</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>cdh-4.2</value>
+        </property>
+      </activation>
+      <id>cdh-4.2</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+          <version>2.0.0-cdh4.2.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <version>2.0.0-cdh4.2.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <version>2.0.0-cdh4.2.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <version>2.0.0-cdh4.2.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>cdh-4.1</value>
+        </property>
+      </activation>
+      <id>cdh-4.1</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+          <version>2.0.0-cdh4.1.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-mapreduce-client-core</artifactId>
+          <version>2.0.0-cdh4.1.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs</artifactId>
+          <version>2.0.0-cdh4.1.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-minicluster</artifactId>
+          <version>2.0.0-cdh4.1.0</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 
-	<repositories>
-		<repository>
-			<id>cloudera</id>
-			<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
-		</repository>
-	</repositories>
+  <repositories>
+    <repository>
+      <id>cloudera</id>
+      <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
+    </repository>
+  </repositories>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml
index cbda6f5..ac3ee9b 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml
@@ -19,222 +19,222 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>hyracks-hdfs-core</artifactId>
-	<name>hyracks-hdfs-core</name>
-	<parent>
-		<artifactId>hyracks-hdfs</artifactId>
-		<groupId>org.apache.hyracks</groupId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
-	<properties>
-			<root.dir>${basedir}/../../..</root.dir>
-	</properties>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-clean-plugin</artifactId>
-				<version>2.5</version>
-				<configuration>
-					<filesets>
-						<fileset>
-							<directory>.</directory>
-							<includes>
-								<include>edu*</include>
-								<include>actual*</include>
-								<include>build*</include>
-								<include>expect*</include>
-								<include>ClusterController*</include>
-								<include>edu.uci.*</include>
-							</includes>
-						</fileset>
-					</filesets>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.2</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test-jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-hdfs-core</artifactId>
+  <name>hyracks-hdfs-core</name>
+  <parent>
+    <artifactId>hyracks-hdfs</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>.</directory>
+              <includes>
+                <include>edu*</include>
+                <include>actual*</include>
+                <include>build*</include>
+                <include>expect*</include>
+                <include>ClusterController*</include>
+                <include>edu.uci.*</include>
+              </includes>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-	<profiles>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<id>hadoop-0.20.2</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-1.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>1.0.4</value>
-				</property>
-			</activation>
-			<id>hadoop-1.0.4</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-1.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
+  <profiles>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <id>hadoop-0.20.2</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-1.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>1.0.4</value>
+        </property>
+      </activation>
+      <id>hadoop-1.0.4</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-1.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
 
-		<profile>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>2.2.0</value>
-				</property>
-			</activation>
-			<id>hadoop-2.2.0</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-2.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>0.23.1</value>
-				</property>
-			</activation>
-			<id>hadoop-0.23.1</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-2.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>0.23.6</value>
-				</property>
-			</activation>
-			<id>hadoop-0.23.6</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-2.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>cdh-4.1</value>
-				</property>
-			</activation>
-			<id>cdh-4.1</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-2.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-		<profile>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>hadoop</name>
-					<value>cdh-4.2</value>
-				</property>
-			</activation>
-			<id>cdh-4.2</id>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.hyracks</groupId>
-					<artifactId>hyracks-hdfs-2.x</artifactId>
-					<version>${project.version}</version>
-					<type>jar</type>
-					<scope>compile</scope>
-				</dependency>
-			</dependencies>
-		</profile>
-	</profiles>
+    <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>2.2.0</value>
+        </property>
+      </activation>
+      <id>hadoop-2.2.0</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-2.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>0.23.1</value>
+        </property>
+      </activation>
+      <id>hadoop-0.23.1</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-2.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>0.23.6</value>
+        </property>
+      </activation>
+      <id>hadoop-0.23.6</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-2.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>cdh-4.1</value>
+        </property>
+      </activation>
+      <id>cdh-4.1</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-2.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>hadoop</name>
+          <value>cdh-4.2</value>
+        </property>
+      </activation>
+      <id>cdh-4.2</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.hyracks</groupId>
+          <artifactId>hyracks-hdfs-2.x</artifactId>
+          <version>${project.version}</version>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-dataflow-std</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-dataflow-common</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-cc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-nc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.3.2</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.3.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/core-site.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/core-site.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/core-site.xml
index ac415ee..1628544 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/core-site.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/core-site.xml
@@ -24,14 +24,13 @@
 
 <configuration>
 
-<property>
+  <property>
     <name>fs.default.name</name>
     <value>hdfs://127.0.0.1:31888</value>
-</property>
-<property>
+  </property>
+  <property>
     <name>hadoop.tmp.dir</name>
     <value>/tmp/hadoop</value>
-</property>
-
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/hdfs-site.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/hdfs-site.xml
index e572e41..8784730 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/hdfs-site.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/hdfs-site.xml
@@ -24,19 +24,19 @@
 
 <configuration>
 
-<property>
-   <name>dfs.replication</name>
-   <value>1</value>
-</property>
+  <property>
+    <name>dfs.replication</name>
+    <value>1</value>
+  </property>
 
-<property>
-	<name>dfs.block.size</name>
-	<value>1048576</value>
-</property>
+  <property>
+    <name>dfs.block.size</name>
+    <value>1048576</value>
+  </property>
 
-<property>
-	<name>dfs.namenode.fs-limits.min-block-size</name>
-	<value>1048576</value>
-</property>
+  <property>
+    <name>dfs.namenode.fs-limits.min-block-size</name>
+    <value>1048576</value>
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/mapred-site.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/mapred-site.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/mapred-site.xml
index 8c4f165..3e8bfe4 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/mapred-site.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/hadoop/conf/mapred-site.xml
@@ -29,16 +29,16 @@
     <value>localhost:29007</value>
   </property>
   <property>
-     <name>mapred.tasktracker.map.tasks.maximum</name>
-     <value>20</value>
+    <name>mapred.tasktracker.map.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.tasktracker.reduce.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.max.split.size</name>
+    <value>2048</value>
   </property>
-   <property>
-      <name>mapred.tasktracker.reduce.tasks.maximum</name>
-      <value>20</value>
-   </property>
-   <property>
-      <name>mapred.max.split.size</name>
-      <value>2048</value>
-   </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/topology.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/topology.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/topology.xml
index 0743ef0..68ffe00 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/topology.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/hyracks-hdfs-core/src/test/resources/topology.xml
@@ -18,34 +18,34 @@
  !-->
 
 <cluster-topology>
-	<network-switch name="all">
-		<network-switch name="rack1">
-			<terminal name="10.0.0.1" />
-			<terminal name="10.0.0.5" />
-			<terminal name="10.0.0.9" />
-			<terminal name="10.0.0.13" />
-			<terminal name="10.0.0.17" />
-		</network-switch>
-		<network-switch name="rack2">
-			<terminal name="10.0.0.2" />
-			<terminal name="10.0.0.6" />
-			<terminal name="10.0.0.10" />
-			<terminal name="10.0.0.14" />
-			<terminal name="10.0.0.18" />
-		</network-switch>
-		<network-switch name="rack3">
-			<terminal name="10.0.0.3" />
-			<terminal name="10.0.0.7" />
-			<terminal name="10.0.0.11" />
-			<terminal name="10.0.0.15" />
-			<terminal name="10.0.0.19" />
-		</network-switch>
-		<network-switch name="rack4">
-			<terminal name="10.0.0.4" />
-			<terminal name="10.0.0.8" />
-			<terminal name="10.0.0.12" />
-			<terminal name="10.0.0.16" />
-			<terminal name="10.0.0.20" />
-		</network-switch>
-	</network-switch>
+  <network-switch name="all">
+    <network-switch name="rack1">
+      <terminal name="10.0.0.1"/>
+      <terminal name="10.0.0.5"/>
+      <terminal name="10.0.0.9"/>
+      <terminal name="10.0.0.13"/>
+      <terminal name="10.0.0.17"/>
+    </network-switch>
+    <network-switch name="rack2">
+      <terminal name="10.0.0.2"/>
+      <terminal name="10.0.0.6"/>
+      <terminal name="10.0.0.10"/>
+      <terminal name="10.0.0.14"/>
+      <terminal name="10.0.0.18"/>
+    </network-switch>
+    <network-switch name="rack3">
+      <terminal name="10.0.0.3"/>
+      <terminal name="10.0.0.7"/>
+      <terminal name="10.0.0.11"/>
+      <terminal name="10.0.0.15"/>
+      <terminal name="10.0.0.19"/>
+    </network-switch>
+    <network-switch name="rack4">
+      <terminal name="10.0.0.4"/>
+      <terminal name="10.0.0.8"/>
+      <terminal name="10.0.0.12"/>
+      <terminal name="10.0.0.16"/>
+      <terminal name="10.0.0.20"/>
+    </network-switch>
+  </network-switch>
 </cluster-topology>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
index 8010ec6..3a508fa 100644
--- a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <licenses>
@@ -42,7 +42,6 @@
     </license>
   </licenses>
 
-
   <modules>
     <module>hyracks-hdfs-1.x</module>
     <module>hyracks-hdfs-2.x</module>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-ipc/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-ipc/pom.xml b/hyracks-fullstack/hyracks/hyracks-ipc/pom.xml
index 7472c9d..ec471a2 100644
--- a/hyracks-fullstack/hyracks/hyracks-ipc/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-ipc/pom.xml
@@ -36,10 +36,8 @@
     </license>
   </licenses>
 
-
-
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml
index 8436412..7267cb7 100644
--- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml
index 71e3fc0..445e959 100644
--- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/pom.xml
@@ -39,17 +39,17 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.maven</groupId>
-  		<artifactId>maven-plugin-api</artifactId>
-  		<version>2.2.1</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.2.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-net/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-net/pom.xml b/hyracks-fullstack/hyracks/hyracks-net/pom.xml
index 9aa83ff..3c354f0 100644
--- a/hyracks-fullstack/hyracks/hyracks-net/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-net/pom.xml
@@ -37,10 +37,9 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-server/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-server/pom.xml b/hyracks-fullstack/hyracks/hyracks-server/pom.xml
index f2d7085..facaae8 100644
--- a/hyracks-fullstack/hyracks/hyracks-server/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-server/pom.xml
@@ -37,7 +37,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <build>
@@ -74,28 +74,28 @@
         </executions>
       </plugin>
       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <configuration>
-              <skip>true</skip>
-          </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-cc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-nc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-server/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-server/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-server/src/main/assembly/binary-assembly.xml
index f56121d..28f4f03 100644
--- a/hyracks-fullstack/hyracks/hyracks-server/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-server/src/main/assembly/binary-assembly.xml
@@ -38,7 +38,7 @@
       <directory>docs</directory>
       <outputDirectory>docs</outputDirectory>
     </fileSet>
-     <fileSet>
+    <fileSet>
       <directory>target/classes/META-INF</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -54,5 +54,5 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
- </fileSets>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml
index 77e9364..514a883 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-bloomfilter/pom.xml
@@ -37,17 +37,16 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>  	
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml
index f11fe67..581fde4 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-btree/pom.xml
@@ -17,70 +17,70 @@
  ! under the License.
  !-->
 <project xmlns="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">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hyracks-storage-am-btree</artifactId>
-    <name>hyracks-storage-am-btree</name>
-    <parent>
-        <groupId>org.apache.hyracks</groupId>
-        <artifactId>hyracks</artifactId>
-        <version>0.2.18-SNAPSHOT</version>
-    </parent>
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <properties>
-        <root.dir>${basedir}/../..</root.dir>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-common</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-common</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-dataflow-common</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-dataflow-std</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>2.0.2-beta</version>
-        </dependency>
-        <dependency>
-            <groupId>org.powermock</groupId>
-            <artifactId>powermock-api-mockito</artifactId>
-            <version>1.6.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.powermock</groupId>
-            <artifactId>powermock-module-junit4</artifactId>
-            <version>1.6.2</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-storage-am-btree</artifactId>
+  <name>hyracks-storage-am-btree</name>
+  <parent>
+    <groupId>org.apache.hyracks</groupId>
+    <artifactId>hyracks</artifactId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <properties>
+    <root.dir>${basedir}/../..</root.dir>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>2.0.2-beta</version>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-api-mockito</artifactId>
+      <version>1.6.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-module-junit4</artifactId>
+      <version>1.6.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml
index 2f4d0e9..6652d1e 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-common/pom.xml
@@ -38,43 +38,42 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
     <dependency>
-         <groupId>org.apache.hyracks</groupId>
-         <artifactId>hyracks-util</artifactId>
-         <version>0.2.18-SNAPSHOT</version>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
index 988fccb..928f094 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/pom.xml
@@ -37,31 +37,30 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
-  <dependencies>    
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-bloomfilter</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency> 
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-bloomfilter</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency> 
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-lsm-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>  	
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml
index b16405a..0a738de 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/pom.xml
@@ -37,31 +37,30 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-bloomfilter</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>  	
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-bloomfilter</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml
index 0595533..c73df62 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml
@@ -19,48 +19,48 @@
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
 
-	<parent>
-		<artifactId>hyracks</artifactId>
-		<groupId>org.apache.hyracks</groupId>
-		<version>0.2.18-SNAPSHOT</version>
-		<relativePath>..</relativePath>
-	</parent>
+  <parent>
+    <artifactId>hyracks</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-btree</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-lsm-common</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml
index c632a8c..346d61e 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/pom.xml
@@ -37,30 +37,30 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-lsm-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-rtree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>  		
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml
index 8356f7a..f93733d 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/pom.xml
@@ -38,30 +38,30 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml
index bffa6e2..637b849 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-storage-common/pom.xml
@@ -38,15 +38,15 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml b/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml
index ef6f58c..06a5280 100644
--- a/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml
@@ -38,7 +38,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml
index 4273f3a..7631e66 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml
@@ -33,30 +33,30 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>
   </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-bloomfilter</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>test</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-bloomfilter</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml
index ef4ffb1..17dd206 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml
@@ -29,35 +29,35 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <build>
-   <plugins>
-     <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
-   </plugins>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>test</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
index 5fa81dd..5ebc5fa 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml
@@ -33,35 +33,35 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
-   </plugins>
+    </plugins>
   </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
-  <dependencies>  	
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-lsm-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>  	
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml
index 131e20e..6cace57 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml
@@ -33,30 +33,30 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
-  </plugins>
- </build>
+    </plugins>
+  </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
-  <dependencies>  	
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-lsm-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
index 8972b97..276a067 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
@@ -19,60 +19,60 @@
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hyracks-storage-am-lsm-invertedindex-test</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-storage-am-lsm-invertedindex-test</artifactId>
 
-    <parent>
-        <artifactId>hyracks-tests</artifactId>
-        <groupId>org.apache.hyracks</groupId>
-        <version>0.2.18-SNAPSHOT</version>
-        <relativePath>..</relativePath>
-    </parent>
+  <parent>
+    <artifactId>hyracks-tests</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
 
-   <build>
-      <plugins>
-         <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-deploy-plugin</artifactId>
-             <configuration>
-               <skip>true</skip>
-             </configuration>
-         </plugin>
-      </plugins>
-   </build>
-   <properties>
-         <root.dir>${basedir}/../../..</root.dir>
-   </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-test-support</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-data-std</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml
index 2a16328..5dbcd33 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml
@@ -30,33 +30,33 @@
   <build>
     <plugins>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
-   </plugins>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
-  <dependencies>  	
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml
index 28e5fb4..1a1718f 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml
@@ -31,33 +31,33 @@
   <build>
     <plugins>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
-   </plugins>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-rtree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>test</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml
index 7457572..1c10b5d 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml
@@ -31,32 +31,32 @@
   <build>
     <plugins>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
-   </plugins>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-test-support</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
index e1b528a..e1a9be3 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>



[07/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/asterix-configuration.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/asterix-configuration.xml
index 0159194..cc289bd 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/asterix-configuration.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/asterix-configuration.xml
@@ -14,246 +14,246 @@
  !-->
 <asterixConfiguration xmlns="asterixconf">
 
-	<property>
-		<name>nc.java.opts</name>
-		<value>-Xms6144m -Xmx7168m</value>
-		<description>JVM parameters for each Node Contoller (NC)</description>
-	</property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xms6144m -Xmx7168m</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
 
-	<property>
-		<name>cc.java.opts</name>
-		<value>-Xms6144m -Xmx6144m</value>
-		<description>JVM parameters for each Cluster Contoller (CC)
-		</description>
-	</property>
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xms6144m -Xmx6144m</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
 
-    <property>
-        <name>max.wait.active.cluster</name>
-        <value>60</value>
-        <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                before a submitted query/statement can be executed. (Default = 60 seconds)
-        </description>
-    </property>
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "131072" // 128KB)
-		</description>
-	</property>
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>3221225472</value>
-		<description>[3GB] The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "536870912" // 512MB)
-		</description>
-	</property>
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>3221225472</value>
+    <description>[3GB] The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.buffercache.maxopenfiles</name>
-		<value>214748364</value>
-		<description>The maximum number of open files in the buffer cache.
-			(Default = "214748364")
-		</description>
-	</property>
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
 
-    <!-- Buffer size per dataset for in-memory components: 1GB -->
-	<property>
-		<name>storage.memorycomponent.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages allocated to memory
-			components. (Default = "131072" // 128KB)
-		</description>
-	</property>
+  <!-- Buffer size per dataset for in-memory components: 1GB -->
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>8192</value>
-		<description>
-		</description>
-	</property>
-    <!--// Buffer size per dataset for in-memory components -->
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>8192</value>
+    <description>
+    </description>
+  </property>
+  <!--// Buffer size per dataset for in-memory components -->
 
-	<property>
-		<name>storage.metadata.memorycomponent.numpages</name>
-		<value>64</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 64)
-		</description>
-	</property>
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
 
-    <property>
-		<name>storage.memorycomponent.numcomponents</name>
-		<value>2</value>
-		<description>The number of memory components to be used per lsm index.
-			(Default = 2)
-		</description>
-	</property>
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.memorycomponent.globalbudget</name>
-		<value>4399824896</value>
-		<description>[4GB + 8MB]The total size of memory in bytes that the sum of all
-			open memory
-			components cannot exceed. (Default = "536870192" // 512MB)
-		</description>
-	</property>
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>4399824896</value>
+    <description>[4GB + 8MB]The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
 
-	<property>
-		<name>storage.lsm.bloomfilter.falsepositiverate</name>
-		<value>0.01</value>
-		<description>The maximum acceptable false positive rate for bloom
-			filters associated with LSM indexes. (Default = "0.01" // 1%)
-		</description>
-	</property>
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.buffer.numpages</name>
-		<value>2</value>
-		<description>The number of in-memory log buffer pages. (Default = "8")
-		</description>
-	</property>
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>2</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.buffer.pagesize</name>
-		<value>8388608</value>
-		<description>[8MB]The size of pages in the in-memory log buffer. (Default =
-			"524288" // 512KB)
-		</description>
-	</property>
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>8388608</value>
+    <description>[8MB]The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.partitionsize</name>
-		<value>2147483648</value>
-		<description>The maximum size of a log file partition allowed before
-			rotating the log to the next partition. (Default = "2147483648" //
-			2GB)
-		</description>
-	</property>
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.checkpoint.lsnthreshold</name>
-		<value>67108864</value>
-		<description>The size of the window that the maximum LSN is allowed to
-			be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-		</description>
-	</property>
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.checkpoint.pollfrequency</name>
-		<value>120</value>
-		<description>The time in seconds between that the checkpoint thread
-			waits between polls. (Default = "120" // 120s)
-		</description>
-	</property>
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.log.checkpoint.history</name>
-		<value>0</value>
-		<description>The number of old log partition files to keep before
-			discarding. (Default = "0")
-		</description>
-	</property>
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
 
-	<property>
-		<name>txn.lock.escalationthreshold</name>
-		<value>1000</value>
-		<description>The number of entity level locks that need to be acquired
-			before the locks are coalesced and escalated into a dataset level
-			lock. (Default = "1000")
-		</description>
-	</property>
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
 
-	<property>
-		<name>txn.lock.shrinktimer</name>
-		<value>5000</value>
-		<description>The time in milliseconds to wait before deallocating
-			unused lock manager memory. (Default = "5000" // 5s)
-		</description>
-	</property>
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.lock.timeout.waitthreshold</name>
-		<value>60000</value>
-		<description>The time in milliseconds to wait before labeling a
-			transaction which has been waiting for a lock timed-out. (Default =
-			"60000" // 60s)
-		</description>
-	</property>
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
 
-	<property>
-		<name>txn.lock.timeout.sweepthreshold</name>
-		<value>10000</value>
-		<description>The time in milliseconds the timeout thread waits between
-			sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-		</description>
-	</property>
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
 
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>67108864</value>
-		<description>[64MB]The amount of memory in bytes given to sort operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>67108864</value>
+    <description>[64MB]The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
 
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>67108864</value>
-		<description>[64MB]The amount of memory in bytes given to join operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>67108864</value>
+    <description>[64MB]The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
 
-	<property>
-		<name>compiler.framesize</name>
-		<value>131072</value>
-		<description>The Hyracks frame size that the compiler configures per
-			job. (Default = "131072" // 128KB)
-		</description>
-	</property>
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
 
-	<property>
-		<name>web.port</name>
-		<value>19001</value>
-		<description>The port for the ASTERIX web interface. (Default = 19001)
-		</description>
-	</property>
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
 
-	<property>
-		<name>api.port</name>
-		<value>19002</value>
-		<description>The port for the ASTERIX API server. (Default = 19002)
-		</description>
-	</property>
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
 
-	<property>
-		<name>log.level</name>
-		<value>ALL</value>
-		<description>The minimum log level to be displayed. (Default = INFO)
-		</description>
-	</property>
-	      <property>
-          <name>feed.memory.global.budget</name>
-          <value>1073741824</value>
-          <description>Feed memory budget (1 GB = 1073741824 Bytes)
-          </description>
-      </property>
-  
-      <property>
-          <name>feed.pending.work.threshold</name>
-          <value>1000</value>
-          <description>Feed pending work threshold 
-          </description>
-      </property>
-      
-      <property>
-          <name>feed.max.threshold.period</name>
-          <value>100</value>
-          <description>Feed max threshold period
-          </description>
-      </property>
+  <property>
+    <name>log.level</name>
+    <value>ALL</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
+  <property>
+    <name>feed.memory.global.budget</name>
+    <value>1073741824</value>
+    <description>Feed memory budget (1 GB = 1073741824 Bytes)
+    </description>
+  </property>
+
+  <property>
+    <name>feed.pending.work.threshold</name>
+    <value>1000</value>
+    <description>Feed pending work threshold
+    </description>
+  </property>
+
+  <property>
+    <name>feed.max.threshold.period</name>
+    <value>100</value>
+    <description>Feed max threshold period
+    </description>
+  </property>
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/managix-conf.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/managix-conf.xml b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/managix-conf.xml
index a21935f..720770f 100644
--- a/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/managix-conf.xml
+++ b/asterixdb/asterix-experiments/src/main/resources/ingestion-experiment-binary-and-configs/configs/managix-conf.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <configuration xmlns="installer">
-    <backup>
-        <hdfs>
-            <version>0.20.2</version>
-            <url></url>
-        </hdfs>
-        <backupDir>/home/youngsk2/managix/clusters/local/working_dir/backup</backupDir>
-    </backup>
-    <zookeeper>
-        <homeDir>/home/youngsk2/managix/.installer/zookeeper_home</homeDir>
-        <clientPort>2900</clientPort>
-        <servers>
-            <java_home>/home/youngsk2/jdk1.7.0_65</java_home>
-            <server>128.195.9.21</server>
-        </servers>
-    </zookeeper>
+  <backup>
+    <hdfs>
+      <version>0.20.2</version>
+      <url></url>
+    </hdfs>
+    <backupDir>/home/youngsk2/managix/clusters/local/working_dir/backup</backupDir>
+  </backup>
+  <zookeeper>
+    <homeDir>/home/youngsk2/managix/.installer/zookeeper_home</homeDir>
+    <clientPort>2900</clientPort>
+    <servers>
+      <java_home>/home/youngsk2/jdk1.7.0_65</java_home>
+      <server>128.195.9.21</server>
+    </servers>
+  </zookeeper>
 </configuration>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-external-data/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-external-data/pom.xml b/asterixdb/asterix-external-data/pom.xml
index f7ac6a9..7b25f5a 100644
--- a/asterixdb/asterix-external-data/pom.xml
+++ b/asterixdb/asterix-external-data/pom.xml
@@ -17,277 +17,277 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <artifactId>asterix-external-data</artifactId>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
+  <build>
+    <plugins>
+      <plugin>
         <groupId>org.apache.asterix</groupId>
+        <artifactId>lexer-generator-maven-plugin</artifactId>
         <version>0.8.9-SNAPSHOT</version>
-    </parent>
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <artifactId>asterix-external-data</artifactId>
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.asterix</groupId>
-                <artifactId>lexer-generator-maven-plugin</artifactId>
-                <version>0.8.9-SNAPSHOT</version>
-                <configuration>
-                    <grammarFile>src/main/resources/adm.grammar</grammarFile>
-                    <outputDir>${project.build.directory}/generated-sources/org/apache/asterix/runtime/operators/file/adm</outputDir>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>generate-lexer</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>generate-lexer</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${project.build.directory}/generated-sources/</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.jvnet.jaxb2.maven2</groupId>
-                <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.9.0</version>
-                <executions>
-                    <execution>
-                        <id>configuration</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            <schemaDirectory>src/main/resources/schema</schemaDirectory>
-                            <schemaIncludes>
-                                <include>library.xsd</include>
-                            </schemaIncludes>
-                            <generatePackage>org.apache.asterix.external.library</generatePackage>
-                            <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <version>2.4</version>
+        <configuration>
+          <grammarFile>src/main/resources/adm.grammar</grammarFile>
+          <outputDir>${project.build.directory}/generated-sources/org/apache/asterix/runtime/operators/file/adm</outputDir>
+        </configuration>
+        <executions>
+          <execution>
+            <id>generate-lexer</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate-lexer</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
             <configuration>
-               <includes>
-                  <include>**/*.class</include>
-                  <include>**/*.txt</include>
-                  <include>**/DISCLAIMER</include>
-                  <include>**/NOTICE</include>
-                  <include>**/LICENSE</include>
-                  <include>**/DEPENDENCIES</include>
-               </includes>
+              <sources>
+                <source>${project.build.directory}/generated-sources/</source>
+              </sources>
             </configuration>
-            <executions>
-               <execution>
-                  <goals>
-                     <goal>test-jar</goal>
-                  </goals>
-                  <phase>package</phase>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2-beta-5</version>
-            <executions>
-               <execution>
-                  <configuration>
-                     <descriptor>src/main/assembly/binary-assembly-libzip.xml</descriptor>
-                     <finalName>testlib-zip</finalName>
-                  </configuration>
-                  <phase>package</phase>
-                  <goals>
-                     <goal>attached</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
-        </plugins>
-        <pluginManagement>
-            <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId> org.apache.asterix</groupId>
-                                        <artifactId> lexer-generator-maven-plugin</artifactId>
-                                        <versionRange>[0.1,)</versionRange>
-                                        <goals>
-                                            <goal>generate-lexer</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <execute>
-                                            <runOnIncremental>false</runOnIncremental>
-                                        </execute>
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId> org.codehaus.mojo</groupId>
-                                        <artifactId>build-helper-maven-plugin</artifactId>
-                                        <versionRange>[1.7,)</versionRange>
-                                        <goals>
-                                            <goal>add-source</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <type>jar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-om</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-runtime</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>algebricks-compiler</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.kenai.nbpwr</groupId>
-            <artifactId>org-apache-commons-io</artifactId>
-            <version>1.3.1-201002241208</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.twitter4j</groupId>
-            <artifactId>twitter4j-core</artifactId>
-            <version>4.0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>org.twitter4j</groupId>
-            <artifactId>twitter4j-stream</artifactId>
-            <version>4.0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-client</artifactId>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>net.java.dev.rome</groupId>
-            <artifactId>rome-fetcher</artifactId>
-            <version>1.0.0</version>
-            <type>jar</type>
-            <scope>compile</scope>
-            <exclusions>
-                <exclusion>
-                    <artifactId>rome</artifactId>
-                    <groupId>net.java.dev.rome</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>rome</groupId>
-            <artifactId>rome</artifactId>
-            <version>1.0.1-modified-01</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-hdfs-core</artifactId>
-            <version>${hyracks.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>jdom</groupId>
-            <artifactId>jdom</artifactId>
-            <version>1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>com.microsoft.windowsazure</groupId>
-            <artifactId>microsoft-windowsazure-api</artifactId>
-            <version>0.4.4</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hive</groupId>
-            <artifactId>hive-exec</artifactId>
-            <version>0.13.0</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.jdo</groupId>
-            <artifactId>jdo2-api</artifactId>
-            <version>2.3-20090302111651</version>
-        </dependency>
-        <dependency>
-            <groupId>com.e-movimento.tinytools</groupId>
-            <artifactId>privilegedaccessor</artifactId>
-            <version>1.2.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.couchbase.client</groupId>
-            <artifactId>core-io</artifactId>
-            <version>1.2.7</version>
-        </dependency>
-    </dependencies>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.jvnet.jaxb2.maven2</groupId>
+        <artifactId>maven-jaxb2-plugin</artifactId>
+        <version>0.9.0</version>
+        <executions>
+          <execution>
+            <id>configuration</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>library.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.external.library</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <includes>
+            <include>**/*.class</include>
+            <include>**/*.txt</include>
+            <include>**/DISCLAIMER</include>
+            <include>**/NOTICE</include>
+            <include>**/LICENSE</include>
+            <include>**/DEPENDENCIES</include>
+          </includes>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <executions>
+          <execution>
+            <configuration>
+              <descriptor>src/main/assembly/binary-assembly-libzip.xml</descriptor>
+              <finalName>testlib-zip</finalName>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.asterix</groupId>
+                    <artifactId>lexer-generator-maven-plugin</artifactId>
+                    <versionRange>[0.1,)</versionRange>
+                    <goals>
+                      <goal>generate-lexer</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                      <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <versionRange>[1.7,)</versionRange>
+                    <goals>
+                      <goal>add-source</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-om</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-runtime</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.kenai.nbpwr</groupId>
+      <artifactId>org-apache-commons-io</artifactId>
+      <version>1.3.1-201002241208</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.twitter4j</groupId>
+      <artifactId>twitter4j-core</artifactId>
+      <version>4.0.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.twitter4j</groupId>
+      <artifactId>twitter4j-stream</artifactId>
+      <version>4.0.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.java.dev.rome</groupId>
+      <artifactId>rome-fetcher</artifactId>
+      <version>1.0.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>rome</artifactId>
+          <groupId>net.java.dev.rome</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+      <version>1.0.1-modified-01</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-hdfs-core</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>com.microsoft.windowsazure</groupId>
+      <artifactId>microsoft-windowsazure-api</artifactId>
+      <version>0.4.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-exec</artifactId>
+      <version>0.13.0</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.jdo</groupId>
+      <artifactId>jdo2-api</artifactId>
+      <version>2.3-20090302111651</version>
+    </dependency>
+    <dependency>
+      <groupId>com.e-movimento.tinytools</groupId>
+      <artifactId>privilegedaccessor</artifactId>
+      <version>1.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.couchbase.client</groupId>
+      <artifactId>core-io</artifactId>
+      <version>1.2.7</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-external-data/src/test/resources/library_descriptor.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-external-data/src/test/resources/library_descriptor.xml b/asterixdb/asterix-external-data/src/test/resources/library_descriptor.xml
index bdf422e..4658a57 100644
--- a/asterixdb/asterix-external-data/src/test/resources/library_descriptor.xml
+++ b/asterixdb/asterix-external-data/src/test/resources/library_descriptor.xml
@@ -17,78 +17,78 @@
  ! under the License.
  !-->
 <externalLibrary xmlns="library">
-	<language>JAVA</language>
-	<libraryFunctions>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>parseTweet</name>
-			<arguments>TweetInputType</arguments>
-			<return_type>TweetOutputType</return_type>
-			<definition>org.apache.asterix.external.library.ParseTweetFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>addHashTags</name>
-			<arguments>Tweet</arguments>
-			<return_type>ProcessedTweet</return_type>
-			<definition>org.apache.asterix.external.library.AddHashTagsFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>addHashTagsInPlace</name>
-			<arguments>Tweet</arguments>
-			<return_type>ProcessedTweet</return_type>
-			<definition>org.apache.asterix.external.library.AddHashTagsInPlaceFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>mysum</name>
-			<arguments>AINT32,AINT32</arguments>
-			<return_type>AINT32</return_type>
-			<definition>org.apache.asterix.external.library.SumFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>getCapital</name>
-			<arguments>ASTRING</arguments>
-			<return_type>CountryCapitalType</return_type>
-			<definition>org.apache.asterix.external.library.CapitalFinderFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>toUpper</name>
-			<arguments>TextType</arguments>
-			<return_type>TextType</return_type>
-			<definition>org.apache.asterix.external.library.UpperCaseFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>allTypes</name>
-			<arguments>AllType</arguments>
-			<return_type>AllType</return_type>
-			<definition>org.apache.asterix.external.library.AllTypesFactory
-			</definition>
-		</libraryFunction>
-		<libraryFunction>
-			<function_type>SCALAR</function_type>
-			<name>echoDelay</name>
-			<arguments>TweetMessageType</arguments>
-			<return_type>TweetMessageType</return_type>
-			<definition>org.apache.asterix.external.library.EchoDelayFactory
-			</definition>
-		</libraryFunction>
-	</libraryFunctions>
-	<libraryAdapters>
-		<libraryAdapter>
-			<name>test_typed_adapter</name>
-			<factory_class>org.apache.asterix.external.library.adapter.TestTypedAdapterFactory
-			</factory_class>
-		</libraryAdapter>
-	</libraryAdapters>
+  <language>JAVA</language>
+  <libraryFunctions>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>parseTweet</name>
+      <arguments>TweetInputType</arguments>
+      <return_type>TweetOutputType</return_type>
+      <definition>org.apache.asterix.external.library.ParseTweetFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>addHashTags</name>
+      <arguments>Tweet</arguments>
+      <return_type>ProcessedTweet</return_type>
+      <definition>org.apache.asterix.external.library.AddHashTagsFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>addHashTagsInPlace</name>
+      <arguments>Tweet</arguments>
+      <return_type>ProcessedTweet</return_type>
+      <definition>org.apache.asterix.external.library.AddHashTagsInPlaceFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>mysum</name>
+      <arguments>AINT32,AINT32</arguments>
+      <return_type>AINT32</return_type>
+      <definition>org.apache.asterix.external.library.SumFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>getCapital</name>
+      <arguments>ASTRING</arguments>
+      <return_type>CountryCapitalType</return_type>
+      <definition>org.apache.asterix.external.library.CapitalFinderFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>toUpper</name>
+      <arguments>TextType</arguments>
+      <return_type>TextType</return_type>
+      <definition>org.apache.asterix.external.library.UpperCaseFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>allTypes</name>
+      <arguments>AllType</arguments>
+      <return_type>AllType</return_type>
+      <definition>org.apache.asterix.external.library.AllTypesFactory
+      </definition>
+    </libraryFunction>
+    <libraryFunction>
+      <function_type>SCALAR</function_type>
+      <name>echoDelay</name>
+      <arguments>TweetMessageType</arguments>
+      <return_type>TweetMessageType</return_type>
+      <definition>org.apache.asterix.external.library.EchoDelayFactory
+      </definition>
+    </libraryFunction>
+  </libraryFunctions>
+  <libraryAdapters>
+    <libraryAdapter>
+      <name>test_typed_adapter</name>
+      <factory_class>org.apache.asterix.external.library.adapter.TestTypedAdapterFactory
+      </factory_class>
+    </libraryAdapter>
+  </libraryAdapters>
 </externalLibrary>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-fuzzyjoin/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-fuzzyjoin/pom.xml b/asterixdb/asterix-fuzzyjoin/pom.xml
index 92f9ddf..ce4e7d1 100644
--- a/asterixdb/asterix-fuzzyjoin/pom.xml
+++ b/asterixdb/asterix-fuzzyjoin/pom.xml
@@ -19,9 +19,9 @@
 <project xmlns="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">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-          <artifactId>apache-asterixdb</artifactId>
-          <groupId>org.apache.asterix</groupId>
-          <version>0.8.9-SNAPSHOT</version>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.asterix</groupId>
   <artifactId>asterix-fuzzyjoin</artifactId>
@@ -37,33 +37,33 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
   <build>
     <plugins>
       <plugin>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-jar-plugin</artifactId>
-    <version>2.4</version>
-    <executions>
-      <execution>
-        <goals>
-          <goal>test-jar</goal>
-        </goals>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
             <phase>test-compile</phase>
           </execution>
         </executions>
         <configuration>
           <outputDirectory>${basedir}/target</outputDirectory>
           <includes>
-              <include>**/*.class</include>
-              <include>**/*.txt</include>
-              <include>**/README*</include>
-              <include>**/DISCLAIMER*</include>
-              <include>**/NOTICE*</include>
-              <include>**/LICENSE*</include>
-              <include>**/DEPENDENCIES*</include>
+            <include>**/*.class</include>
+            <include>**/*.txt</include>
+            <include>**/README*</include>
+            <include>**/DISCLAIMER*</include>
+            <include>**/NOTICE*</include>
+            <include>**/LICENSE*</include>
+            <include>**/DEPENDENCIES*</include>
           </includes>
         </configuration>
       </plugin>
@@ -76,8 +76,8 @@
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.apache.hyracks</groupId>
-        <artifactId>hyracks-api</artifactId>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.hyracks</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/pom.xml b/asterixdb/asterix-installer/pom.xml
index cdda6b7..1fa3eb7 100644
--- a/asterixdb/asterix-installer/pom.xml
+++ b/asterixdb/asterix-installer/pom.xml
@@ -17,21 +17,21 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-installer</artifactId>
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<failsafe.test.excludes>**/DmlRecoveryIT.java</failsafe.test.excludes>
-        <cluster.test.excludes>**/AsterixClusterLifeCycleIT.java</cluster.test.excludes>
-		<cluster.extest.excludes>**/ClusterExecutionIT.java</cluster.extest.excludes>
-        <replication.test.excludes>**/ReplicationIT.java</replication.test.excludes>
-        <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
-	</properties>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-installer</artifactId>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <failsafe.test.excludes>**/DmlRecoveryIT.java</failsafe.test.excludes>
+    <cluster.test.excludes>**/AsterixClusterLifeCycleIT.java</cluster.test.excludes>
+    <cluster.extest.excludes>**/ClusterExecutionIT.java</cluster.extest.excludes>
+    <replication.test.excludes>**/ReplicationIT.java</replication.test.excludes>
+    <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
   <licenses>
     <license>
@@ -42,313 +42,312 @@
     </license>
   </licenses>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
-				<version>0.9.0</version>
-				<executions>
-					<execution>
-						<id>configuration</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<args>
-								<arg>-Xsetters</arg>
-								<arg>-Xvalue-constructor</arg>
-							</args>
-							<plugins>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-basics</artifactId>
-									<version>0.6.2</version>
-								</plugin>
-								<plugin>
-									<groupId>org.jvnet.jaxb2_commons</groupId>
-									<artifactId>jaxb2-value-constructor</artifactId>
-									<version>3.0</version>
-								</plugin>
-							</plugins>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>installer-conf.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.installer.schema.conf</generatePackage>
-							<generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
-						</configuration>
-					</execution>
-					<execution>
-						<id>cluster</id>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<schemaDirectory>src/main/resources/schema</schemaDirectory>
-							<schemaIncludes>
-								<include>cluster.xsd</include>
-							</schemaIncludes>
-							<generatePackage>org.apache.asterix.installer.schema.cluster</generatePackage>
-							<bindingDirectory>src/main/resources/schema</bindingDirectory>
-							<bindingIncludes>
-								<bindingInclude>jaxb-bindings.xjb</bindingInclude>
-							</bindingIncludes>
-							<generateDirectory>${project.build.directory}/generated-sources/cluster</generateDirectory>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2-beta-5</version>
-				<executions>
-					<execution>
-						<configuration>
-							<descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-						</configuration>
-						<phase>package</phase>
-						<goals>
-							<goal>attached</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-failsafe-plugin</artifactId>
-				<version>2.6</version>
-				<configuration>
-					<runOrder>alphabetical</runOrder>
-					<forkMode>pertest</forkMode>
-					<argLine>${coverageArgLine}</argLine>
-					<excludes>
-						<exclude>${failsafe.test.excludes}</exclude>
-                        <exclude>${cluster.test.excludes}</exclude>
-					    <exclude>${cluster.extest.excludes}</exclude>
-                        <exclude>${replication.test.excludes}</exclude>
-					</excludes>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>integration-test</goal>
-							<goal>verify</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-external-library</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>target/resources/externallib</outputDirectory>
-                            <overwrite>true</overwrite>
-                            <resources>
-                                <resource>
-                                    <directory>../asterix-external-data/target</directory>
-                                    <includes>
-                                        <include>testlib-zip-binary-assembly.zip</include>
-                                    </includes>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>copy-test-data</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>target/data</outputDirectory>
-                            <overwrite>true</overwrite>
-                            <resources>
-                                <resource>
-                                    <directory>../asterix-external-data/src/test/resources</directory>
-                                    <includes>
-                                        <include>beer.csv</include>
-                                    </includes>
-                                </resource>
-                                <resource>
-                                    <directory>../asterix-app/data/external-parser</directory>
-                                    <includes>
-                                        <include>jobads.new</include>
-                                    </includes>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-		</plugins>
-    </build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jvnet.jaxb2.maven2</groupId>
+        <artifactId>maven-jaxb2-plugin</artifactId>
+        <version>0.9.0</version>
+        <executions>
+          <execution>
+            <id>configuration</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <args>
+                <arg>-Xsetters</arg>
+                <arg>-Xvalue-constructor</arg>
+              </args>
+              <plugins>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-basics</artifactId>
+                  <version>0.6.2</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.jvnet.jaxb2_commons</groupId>
+                  <artifactId>jaxb2-value-constructor</artifactId>
+                  <version>3.0</version>
+                </plugin>
+              </plugins>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>installer-conf.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.installer.schema.conf</generatePackage>
+              <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory>
+            </configuration>
+          </execution>
+          <execution>
+            <id>cluster</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <schemaDirectory>src/main/resources/schema</schemaDirectory>
+              <schemaIncludes>
+                <include>cluster.xsd</include>
+              </schemaIncludes>
+              <generatePackage>org.apache.asterix.installer.schema.cluster</generatePackage>
+              <bindingDirectory>src/main/resources/schema</bindingDirectory>
+              <bindingIncludes>
+                <bindingInclude>jaxb-bindings.xjb</bindingInclude>
+              </bindingIncludes>
+              <generateDirectory>${project.build.directory}/generated-sources/cluster</generateDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <executions>
+          <execution>
+            <configuration>
+              <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <runOrder>alphabetical</runOrder>
+          <forkMode>pertest</forkMode>
+          <argLine>${coverageArgLine}</argLine>
+          <excludes>
+            <exclude>${failsafe.test.excludes}</exclude>
+            <exclude>${cluster.test.excludes}</exclude>
+            <exclude>${cluster.extest.excludes}</exclude>
+            <exclude>${replication.test.excludes}</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>integration-test</goal>
+              <goal>verify</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-external-library</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/resources/externallib</outputDirectory>
+              <overwrite>true</overwrite>
+              <resources>
+                <resource>
+                  <directory>../asterix-external-data/target</directory>
+                  <includes>
+                    <include>testlib-zip-binary-assembly.zip</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>copy-test-data</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/data</outputDirectory>
+              <overwrite>true</overwrite>
+              <resources>
+                <resource>
+                  <directory>../asterix-external-data/src/test/resources</directory>
+                  <includes>
+                    <include>beer.csv</include>
+                  </includes>
+                </resource>
+                <resource>
+                  <directory>../asterix-app/data/external-parser</directory>
+                  <includes>
+                    <include>jobads.new</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
+  <profiles>
+    <profile>
+      <id>cluster-tests</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>clusterTest</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>net.ju-n.maven.plugins</groupId>
+            <artifactId>vagrant-maven-plugin</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <executions>
 
-    <profiles>
-        <profile>
-            <id>cluster-tests</id>
-            <activation>
-                 <activeByDefault>false</activeByDefault>
-                 <property>
-                     <name>clusterTest</name>
-                     <value>true</value>
-                 </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                      <groupId>net.ju-n.maven.plugins</groupId>
-                      <artifactId>vagrant-maven-plugin</artifactId>
-                      <version>1.1.0-SNAPSHOT</version>
-                      <executions>
+              <!-- Before tests: import box, start VM -->
+              <execution>
+                <id>setup-and-start-vagrant-vm</id>
+                <phase>pre-integration-test</phase>
+                <goals>
+                  <goal>up</goal>
+                </goals>
+                <configuration>
+                  <box>chef/centos-6.5</box>
+                  <url>https://vagrantcloud.com/chef/centos-6.5</url>
+                  <vagrantHome>${project.basedir}/src/test/resources/clusterts</vagrantHome>
+                </configuration>
+              </execution>
 
-                        <!-- Before tests: import box, start VM -->
-                        <execution>
-                          <id>setup-and-start-vagrant-vm</id>
-                          <phase>pre-integration-test</phase>
-                          <goals>
-                            <goal>up</goal>
-                          </goals>
-                          <configuration>
-                            <box>chef/centos-6.5</box>
-                            <url>https://vagrantcloud.com/chef/centos-6.5</url>
-                            <vagrantHome>${project.basedir}/src/test/resources/clusterts</vagrantHome>
-                          </configuration>
-                        </execution>
+              <!-- After tests: shut down, destroy VM -->
+              <execution>
+                <id>destroy-vagrant-vm</id>
+                <phase>post-integration-test</phase>
+                <goals>
+                  <goal>destroy</goal>
+                </goals>
+                <configuration>
+                  <box>chef/centos-6.5</box>
+                  <url>https://vagrantcloud.com/chef/centos-6.5</url>
+                  <vagrantHome>${project.basedir}/src/test/resources/clusterts</vagrantHome>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <version>2.6</version>
+            <configuration>
+              <runOrder>alphabetical</runOrder>
+              <forkMode>pertest</forkMode>
+              <excludes>
+                <exclude>${failsafe.test.excludes}</exclude>
+                <exclude>${cluster.test.excludes}</exclude>
+                <exclude>${cluster.extest.excludes}</exclude>
+              </excludes>
+            </configuration>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>integration-test</goal>
+                  <goal>verify</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 
-                        <!-- After tests: shut down, destroy VM -->
-                        <execution>
-                          <id>destroy-vagrant-vm</id>
-                          <phase>post-integration-test</phase>
-                          <goals>
-                            <goal>destroy</goal>
-                          </goals>
-                          <configuration>
-                            <box>chef/centos-6.5</box>
-                            <url>https://vagrantcloud.com/chef/centos-6.5</url>
-                            <vagrantHome>${project.basedir}/src/test/resources/clusterts</vagrantHome>
-                          </configuration>
-                        </execution>
-                      </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-failsafe-plugin</artifactId>
-                        <version>2.6</version>
-                        <configuration>
-                            <runOrder>alphabetical</runOrder>
-                            <forkMode>pertest</forkMode>
-                            <excludes>
-                                <exclude>${failsafe.test.excludes}</exclude>
-                                <exclude>${cluster.test.excludes}</exclude>
-                                <exclude>${cluster.extest.excludes}</exclude>
-                            </excludes>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>integration-test</goal>
-                                    <goal>verify</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                 </plugins>
-             </build>
-         </profile>
-      </profiles>
-
-	<dependencies>
-		<dependency>
-			<groupId>args4j</groupId>
-			<artifactId>args4j</artifactId>
-			<version>2.0.12</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.zookeeper</groupId>
-			<artifactId>zookeeper</artifactId>
-			<version>3.4.5</version>
-			<exclusions>
-				<exclusion>
-					<groupId>com.sun.jmx</groupId>
-					<artifactId>jmxri</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.sun.jdmk</groupId>
-					<artifactId>jmxtools</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jms</groupId>
-					<artifactId>jms</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-events</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-app</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-app</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-server</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>zip</type>
-			<classifier>binary-assembly</classifier>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-external-data</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<type>zip</type>
-			<classifier>binary-assembly</classifier>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-test-framework</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hadoop</groupId>
-			<artifactId>hadoop-common</artifactId>
-			<version>${hadoop.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.12</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.4.5</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.sun.jmx</groupId>
+          <artifactId>jmxri</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.jdmk</groupId>
+          <artifactId>jmxtools</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jms</groupId>
+          <artifactId>jms</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-events</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-app</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-app</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-server</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>zip</type>
+      <classifier>binary-assembly</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <type>zip</type>
+      <classifier>binary-assembly</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-test-framework</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+      <version>${hadoop.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/main/assembly/binary-assembly.xml b/asterixdb/asterix-installer/src/main/assembly/binary-assembly.xml
index da042b9..da89a02 100644
--- a/asterixdb/asterix-installer/src/main/assembly/binary-assembly.xml
+++ b/asterixdb/asterix-installer/src/main/assembly/binary-assembly.xml
@@ -17,135 +17,135 @@
  ! under the License.
  !-->
 <assembly>
-	<id>binary-assembly</id>
-	<formats>
-		<format>zip</format>
-		<format>dir</format>
-	</formats>
-	<includeBaseDirectory>false</includeBaseDirectory>
-	<fileSets>
-		<fileSet>
-			<directory>src/main/resources/conf</directory>
-			<outputDirectory>conf</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/clusters</directory>
-			<outputDirectory>clusters</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/examples</directory>
-			<outputDirectory>examples</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/zookeeper</directory>
-			<fileMode>0755</fileMode>
-			<outputDirectory>.installer/zookeeper/bin</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/scripts</directory>
-			<fileMode>0755</fileMode>
-			<includes>
-				<include>managix</include>
-			</includes>
-			<outputDirectory>bin</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/scripts</directory>
-			<fileMode>0755</fileMode>
-			<excludes>
-				<exclude>managix</exclude>
-			</excludes>
-			<outputDirectory>.installer/scripts</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/resources/hadoop-0.20.2</directory>
-			<outputDirectory>.installer/hadoop-0.20.2</outputDirectory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-		<fileSet>
-			<directory>target</directory>
-			<outputDirectory>lib</outputDirectory>
-			<includes>
-				<include>*.jar</include>
-			</includes>
-		</fileSet>
-		<fileSet>
-			<directory>target/classes/META-INF</directory>
-			<outputDirectory>.</outputDirectory>
-			<includes>
-				<include>DISCLAIMER*</include>
-			</includes>
-		</fileSet>
-		<fileSet>
-			<directory>src/main/licenses/</directory>
-			<outputDirectory>.</outputDirectory>
-			<includes>
-				<include>LICENSE*</include>
-				<include>NOTICE*</include>
-			</includes>
-		</fileSet>
-		<fileSet>
-			<directory>../asterix-events/src/main/resources/events</directory>
-			<outputDirectory>.installer/events</outputDirectory>
-			<fileMode>0755</fileMode>
-		</fileSet>
-	</fileSets>
-	<dependencySets>
-		<dependencySet>
-			<includes>
-				<include>log4j:log4j</include>
-				<include>org.apache.asterix:asterix-events</include>
-				<include>org.apache.asterix:asterix-common</include>
-				<include>org.apache.zookeeper:zookeeper</include>
-				<include>args4j:args4j</include>
-				<include>log4j:log4j</include>
-				<include>commons-io:commons-io</include>
-				<include>org.slf4j:slf4j-api</include>
-				<include>org.slf4j:slf4j-log4j12</include>
-			</includes>
-			<unpack>false</unpack>
-			<outputDirectory>lib</outputDirectory>
-		</dependencySet>
-		<dependencySet>
-			<includes>
-				<include>org.apache.hadoop:hadoop-core</include>
-				<include>commons-cli:commons-cli</include>
-				<include>commons-logging:commons-logging</include>
-			</includes>
-			<unpack>false</unpack>
-			<outputDirectory>.installer/hadoop-0.20.2/lib</outputDirectory>
-		</dependencySet>
-		<dependencySet>
-			<includes>
-				<include>org.apache.zookeeper:zookeeper</include>
-				<include>log4j:log4j</include>
-				<include>org.slf4j:slf4j-api</include>
-			</includes>
-			<unpack>false</unpack>
-			<outputDirectory>.installer/zookeeper/lib</outputDirectory>
-		</dependencySet>
-		<dependencySet>
-			<outputDirectory>asterix</outputDirectory>
-			<includes>
-				<include>asterix-server*</include>
-			</includes>
-			<useTransitiveDependencies>false</useTransitiveDependencies>
-		</dependencySet>
-		<dependencySet>
-			<outputDirectory>.installer/events</outputDirectory>
-			<includes>
-				<include>asterix-events*</include>
-			</includes>
-			<unpack>false</unpack>
-			<useTransitiveDependencies>false</useTransitiveDependencies>
-		</dependencySet>
-		<dependencySet>
-			<outputDirectory>extlibs</outputDirectory>
-			<includes>
-				<include>asterix-external-data:*:zip</include>
-			</includes>
-			<unpack>false</unpack>
-			<useTransitiveDependencies>false</useTransitiveDependencies>
-		</dependencySet>
-	</dependencySets>
- </assembly>
+  <id>binary-assembly</id>
+  <formats>
+    <format>zip</format>
+    <format>dir</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>src/main/resources/conf</directory>
+      <outputDirectory>conf</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/clusters</directory>
+      <outputDirectory>clusters</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/examples</directory>
+      <outputDirectory>examples</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/zookeeper</directory>
+      <fileMode>0755</fileMode>
+      <outputDirectory>.installer/zookeeper/bin</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/scripts</directory>
+      <fileMode>0755</fileMode>
+      <includes>
+        <include>managix</include>
+      </includes>
+      <outputDirectory>bin</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/scripts</directory>
+      <fileMode>0755</fileMode>
+      <excludes>
+        <exclude>managix</exclude>
+      </excludes>
+      <outputDirectory>.installer/scripts</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/resources/hadoop-0.20.2</directory>
+      <outputDirectory>.installer/hadoop-0.20.2</outputDirectory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory>lib</outputDirectory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target/classes/META-INF</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>DISCLAIMER*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>src/main/licenses/</directory>
+      <outputDirectory>.</outputDirectory>
+      <includes>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>../asterix-events/src/main/resources/events</directory>
+      <outputDirectory>.installer/events</outputDirectory>
+      <fileMode>0755</fileMode>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+    <dependencySet>
+      <includes>
+        <include>log4j:log4j</include>
+        <include>org.apache.asterix:asterix-events</include>
+        <include>org.apache.asterix:asterix-common</include>
+        <include>org.apache.zookeeper:zookeeper</include>
+        <include>args4j:args4j</include>
+        <include>log4j:log4j</include>
+        <include>commons-io:commons-io</include>
+        <include>org.slf4j:slf4j-api</include>
+        <include>org.slf4j:slf4j-log4j12</include>
+      </includes>
+      <unpack>false</unpack>
+      <outputDirectory>lib</outputDirectory>
+    </dependencySet>
+    <dependencySet>
+      <includes>
+        <include>org.apache.hadoop:hadoop-core</include>
+        <include>commons-cli:commons-cli</include>
+        <include>commons-logging:commons-logging</include>
+      </includes>
+      <unpack>false</unpack>
+      <outputDirectory>.installer/hadoop-0.20.2/lib</outputDirectory>
+    </dependencySet>
+    <dependencySet>
+      <includes>
+        <include>org.apache.zookeeper:zookeeper</include>
+        <include>log4j:log4j</include>
+        <include>org.slf4j:slf4j-api</include>
+      </includes>
+      <unpack>false</unpack>
+      <outputDirectory>.installer/zookeeper/lib</outputDirectory>
+    </dependencySet>
+    <dependencySet>
+      <outputDirectory>asterix</outputDirectory>
+      <includes>
+        <include>asterix-server*</include>
+      </includes>
+      <useTransitiveDependencies>false</useTransitiveDependencies>
+    </dependencySet>
+    <dependencySet>
+      <outputDirectory>.installer/events</outputDirectory>
+      <includes>
+        <include>asterix-events*</include>
+      </includes>
+      <unpack>false</unpack>
+      <useTransitiveDependencies>false</useTransitiveDependencies>
+    </dependencySet>
+    <dependencySet>
+      <outputDirectory>extlibs</outputDirectory>
+      <includes>
+        <include>asterix-external-data:*:zip</include>
+      </includes>
+      <unpack>false</unpack>
+      <useTransitiveDependencies>false</useTransitiveDependencies>
+    </dependencySet>
+  </dependencySets>
+</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/main/resources/clusters/demo/demo.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/main/resources/clusters/demo/demo.xml b/asterixdb/asterix-installer/src/main/resources/clusters/demo/demo.xml
index 1932fcc..2721eec 100644
--- a/asterixdb/asterix-installer/src/main/resources/clusters/demo/demo.xml
+++ b/asterixdb/asterix-installer/src/main/resources/clusters/demo/demo.xml
@@ -17,39 +17,39 @@
  ! under the License.
  !-->
 <cluster xmlns="cluster">
-	<!--
-		This defines a cluster that runs 2 worker nodes on a single machine.
-		Also, each worker node is assigned to 2 partitions in the same
-		directory (and thus on the same external storage device).
-		Both of these decisions are usually not advisable for production
-		use.
-	-->
-	<name>demo</name>
-	<working_dir>
-		<dir>/tmp/asterix-installer</dir>
-		<NFS>true</NFS>
-	</working_dir>
-	<log_dir>/tmp/asterix/logs</log_dir>
-	<store>storage</store>
-	<java_home></java_home>
-	<master_node>
-		<id>master</id>
-		<client_ip>127.0.0.1</client_ip>
-		<cluster_ip>127.0.0.1</cluster_ip>
-		<cluster_port>1099</cluster_port>
-		<client_port>1098</client_port>
-		<http_port>8888</http_port>
-	</master_node>
-	<node>
-		<id>node1</id>
-		<cluster_ip>127.0.0.1</cluster_ip>
-		<txn_log_dir>/tmp/asterix/node1/txnLogs</txn_log_dir>
-		<iodevices>/tmp/asterix/node1/1,/tmp/asterix/node1/2</iodevices>
-	</node>
-	<node>
-		<id>node2</id>
-		<cluster_ip>127.0.0.1</cluster_ip>
-		<txn_log_dir>/tmp/asterix/node2/txnLogs</txn_log_dir>
-		<iodevices>/tmp/asterix/node2/1,/tmp/asterix/node2/2</iodevices>
-	</node>
+  <!--
+    This defines a cluster that runs 2 worker nodes on a single machine.
+    Also, each worker node is assigned to 2 partitions in the same
+    directory (and thus on the same external storage device).
+    Both of these decisions are usually not advisable for production
+    use.
+  -->
+  <name>demo</name>
+  <working_dir>
+    <dir>/tmp/asterix-installer</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <log_dir>/tmp/asterix/logs</log_dir>
+  <store>storage</store>
+  <java_home></java_home>
+  <master_node>
+    <id>master</id>
+    <client_ip>127.0.0.1</client_ip>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <cluster_port>1099</cluster_port>
+    <client_port>1098</client_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>node1</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <txn_log_dir>/tmp/asterix/node1/txnLogs</txn_log_dir>
+    <iodevices>/tmp/asterix/node1/1,/tmp/asterix/node1/2</iodevices>
+  </node>
+  <node>
+    <id>node2</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <txn_log_dir>/tmp/asterix/node2/txnLogs</txn_log_dir>
+    <iodevices>/tmp/asterix/node2/1,/tmp/asterix/node2/2</iodevices>
+  </node>
 </cluster>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/main/resources/clusters/local/local.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/main/resources/clusters/local/local.xml b/asterixdb/asterix-installer/src/main/resources/clusters/local/local.xml
index 20f697f..bd3bde0 100644
--- a/asterixdb/asterix-installer/src/main/resources/clusters/local/local.xml
+++ b/asterixdb/asterix-installer/src/main/resources/clusters/local/local.xml
@@ -18,47 +18,47 @@
  ! under the License.
  !-->
 <cluster xmlns="cluster">
-    <java_home>/usr/lib/jvm/jdk-8-oracle-x64/jre</java_home>
-    <log_dir>/tmp/asterix/logs</log_dir>
-    <txn_log_dir>/tmp/asterix/txnLogs</txn_log_dir>
-    <store>storage</store>
-    <working_dir>
-        <dir>/tmp/asterix-installer</dir>
-        <NFS>true</NFS>
-    </working_dir>
-    <!-- Sets the time duration between two heartbeats from each node controller in milliseconds (default: 10000) -->
-    <heartbeat_period>10000</heartbeat_period>
-    <!-- Sets the maximum number of missed heartbeats before a node is marked as dead (default: 5) -->
-    <max_heartbeat_lapse_periods>5</max_heartbeat_lapse_periods>
-    <!-- Sets the time duration between two profile dumps from each node controller in milliseconds. 0 to disable. (default: 0) -->
-    <profile_dump_period>0</profile_dump_period>
-    <!-- Sets the default number of job attempts allowed if not specified in the job specification. (default: 5) -->
-    <default_max_job_attempts>5</default_max_job_attempts>
-    <!-- Limits the number of historical jobs remembered by the system to the specified value. (default: 10) -->
-    <job_history_size>10</job_history_size>
-    <!-- Limits the amount of time results for asynchronous jobs should be retained by the system in milliseconds. (default: 24 hours) -->
-    <result_time_to_live>86400000</result_time_to_live>
-    <!-- The duration within which an instance of the result cleanup should be invoked in milliseconds. (default: 1 minute) -->
-    <result_sweep_threshold>60000</result_sweep_threshold>
-    <master_node>
-        <id>master</id>
-        <client_ip>127.0.0.1</client_ip>
-        <cluster_ip>127.0.0.1</cluster_ip>
-        <client_port>1098</client_port>
-        <cluster_port>1099</cluster_port>
-        <http_port>8888</http_port>
-    </master_node>
-    <node>
-        <id>nc1</id>
-        <cluster_ip>127.0.0.1</cluster_ip>
-        <txn_log_dir>/tmp/asterix/nc1/txnLogs</txn_log_dir>
-        <iodevices>/tmp/asterix/nc1/p1,/tmp/asterix/nc1/p2</iodevices>
+  <java_home>/usr/lib/jvm/jdk-8-oracle-x64/jre</java_home>
+  <log_dir>/tmp/asterix/logs</log_dir>
+  <txn_log_dir>/tmp/asterix/txnLogs</txn_log_dir>
+  <store>storage</store>
+  <working_dir>
+    <dir>/tmp/asterix-installer</dir>
+    <NFS>true</NFS>
+  </working_dir>
+  <!-- Sets the time duration between two heartbeats from each node controller in milliseconds (default: 10000) -->
+  <heartbeat_period>10000</heartbeat_period>
+  <!-- Sets the maximum number of missed heartbeats before a node is marked as dead (default: 5) -->
+  <max_heartbeat_lapse_periods>5</max_heartbeat_lapse_periods>
+  <!-- Sets the time duration between two profile dumps from each node controller in milliseconds. 0 to disable. (default: 0) -->
+  <profile_dump_period>0</profile_dump_period>
+  <!-- Sets the default number of job attempts allowed if not specified in the job specification. (default: 5) -->
+  <default_max_job_attempts>5</default_max_job_attempts>
+  <!-- Limits the number of historical jobs remembered by the system to the specified value. (default: 10) -->
+  <job_history_size>10</job_history_size>
+  <!-- Limits the amount of time results for asynchronous jobs should be retained by the system in milliseconds. (default: 24 hours) -->
+  <result_time_to_live>86400000</result_time_to_live>
+  <!-- The duration within which an instance of the result cleanup should be invoked in milliseconds. (default: 1 minute) -->
+  <result_sweep_threshold>60000</result_sweep_threshold>
+  <master_node>
+    <id>master</id>
+    <client_ip>127.0.0.1</client_ip>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <client_port>1098</client_port>
+    <cluster_port>1099</cluster_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>nc1</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <txn_log_dir>/tmp/asterix/nc1/txnLogs</txn_log_dir>
+    <iodevices>/tmp/asterix/nc1/p1,/tmp/asterix/nc1/p2</iodevices>
 
-    </node>
-    <node>
-        <id>nc2</id>
-        <cluster_ip>127.0.0.1</cluster_ip>
-        <txn_log_dir>/tmp/asterix/nc2/txnLogs</txn_log_dir>
-        <iodevices>/tmp/asterix/nc2/p1,/tmp/asterix/nc2/p2</iodevices>
-    </node>
+  </node>
+  <node>
+    <id>nc2</id>
+    <cluster_ip>127.0.0.1</cluster_ip>
+    <txn_log_dir>/tmp/asterix/nc2/txnLogs</txn_log_dir>
+    <iodevices>/tmp/asterix/nc2/p1,/tmp/asterix/nc2/p2</iodevices>
+  </node>
 </cluster>



[12/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml
index a4121ea..6a61b67 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml
@@ -16,118 +16,118 @@
  ! specific language governing permissions and limitations
  ! under the License.
  !-->
- <test-group name="records">
-        <test-case FilePath="records">
-            <compilation-unit name="access-nested-fields">
-                <output-dir compare="Text">access-nested-fields</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_01">
-                <output-dir compare="Text">closed-record-constructor_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_02">
-                <output-dir compare="Text">closed-record-constructor_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_03">
-                <output-dir compare="Text">closed-record-constructor_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="expFieldName">
-                <output-dir compare="Text">expFieldName</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="field-access-by-index_01">
-                <output-dir compare="Text">field-access-by-index_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="field-access-on-open-field">
-                <output-dir compare="Text">field-access-on-open-field</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example">
-                <output-dir compare="Text">tiny-social-example</output-dir>
-            </compilation-unit>
-        </test-case!-->
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-no-complex-types">
-                <output-dir compare="Text">tiny-social-example-no-complex-types</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-only-lists">
-                <output-dir compare="Text">tiny-social-example-only-lists</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-only-records">
-                <output-dir compare="Text">tiny-social-example-only-records</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-closed">
-                <output-dir compare="Text">highly-nested-closed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-mixed">
-                <output-dir compare="Text">highly-nested-mixed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-open">
-                <output-dir compare="Text">highly-nested-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="tiny-social-example">
-                <output-dir compare="Text">tiny-social-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-record-constructor_01">
-                <output-dir compare="Text">open-record-constructor_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-record-constructor_02">
-                <output-dir compare="Text">open-record-constructor_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-closed-fieldname-conflict_issue173">
-                <output-dir compare="Text">closed-closed-fieldname-conflict_issue173</output-dir>
-                <expected-error>java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name"</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-closed-fieldname-conflict_issue173">
-                <output-dir compare="Text">open-closed-fieldname-conflict_issue173</output-dir>
-                <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open field "name" has the same field name as closed field at index 0</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-open-fieldname-conflict_issue173">
-                <output-dir compare="Text">open-open-fieldname-conflict_issue173</output-dir>
-                <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open fields 0 and 1 have the same field name "name"</expected-error>
-            </compilation-unit>
-        </test-case>
-    </test-group>
+<test-group name="records">
+  <test-case FilePath="records">
+    <compilation-unit name="access-nested-fields">
+      <output-dir compare="Text">access-nested-fields</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="closed-record-constructor_01">
+      <output-dir compare="Text">closed-record-constructor_01</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="closed-record-constructor_02">
+      <output-dir compare="Text">closed-record-constructor_02</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="closed-record-constructor_03">
+      <output-dir compare="Text">closed-record-constructor_03</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="expFieldName">
+      <output-dir compare="Text">expFieldName</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="field-access-by-index_01">
+      <output-dir compare="Text">field-access-by-index_01</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="field-access-on-open-field">
+      <output-dir compare="Text">field-access-on-open-field</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-fields">
+    <compilation-unit name="documentation-example">
+      <output-dir compare="Text">documentation-example</output-dir>
+    </compilation-unit>
+  </test-case>
+  <!--test-case FilePath="records/get-record-fields">
+      <compilation-unit name="tiny-social-example">
+          <output-dir compare="Text">tiny-social-example</output-dir>
+      </compilation-unit>
+  </test-case!-->
+  <test-case FilePath="records/get-record-fields">
+    <compilation-unit name="tiny-social-example-no-complex-types">
+      <output-dir compare="Text">tiny-social-example-no-complex-types</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-fields">
+    <compilation-unit name="tiny-social-example-only-lists">
+      <output-dir compare="Text">tiny-social-example-only-lists</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-fields">
+    <compilation-unit name="tiny-social-example-only-records">
+      <output-dir compare="Text">tiny-social-example-only-records</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-field-value">
+    <compilation-unit name="documentation-example">
+      <output-dir compare="Text">documentation-example</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-field-value">
+    <compilation-unit name="highly-nested-closed">
+      <output-dir compare="Text">highly-nested-closed</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-field-value">
+    <compilation-unit name="highly-nested-mixed">
+      <output-dir compare="Text">highly-nested-mixed</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-field-value">
+    <compilation-unit name="highly-nested-open">
+      <output-dir compare="Text">highly-nested-open</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records/get-record-field-value">
+    <compilation-unit name="tiny-social-example">
+      <output-dir compare="Text">tiny-social-example</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="open-record-constructor_01">
+      <output-dir compare="Text">open-record-constructor_01</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="open-record-constructor_02">
+      <output-dir compare="Text">open-record-constructor_02</output-dir>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="closed-closed-fieldname-conflict_issue173">
+      <output-dir compare="Text">closed-closed-fieldname-conflict_issue173</output-dir>
+      <expected-error>java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name"</expected-error>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="open-closed-fieldname-conflict_issue173">
+      <output-dir compare="Text">open-closed-fieldname-conflict_issue173</output-dir>
+      <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open field "name" has the same field name as closed field at index 0</expected-error>
+    </compilation-unit>
+  </test-case>
+  <test-case FilePath="records">
+    <compilation-unit name="open-open-fieldname-conflict_issue173">
+      <output-dir compare="Text">open-open-fieldname-conflict_issue173</output-dir>
+      <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open fields 0 and 1 have the same field name "name"</expected-error>
+    </compilation-unit>
+  </test-case>
+</test-group>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/repeatedtestsuite.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/repeatedtestsuite.xml b/asterixdb/asterix-app/src/test/resources/runtimets/repeatedtestsuite.xml
index f99bfed..53b23ca 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/repeatedtestsuite.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/repeatedtestsuite.xml
@@ -17,19 +17,19 @@
  ! under the License.
  !-->
 <test-suite
-    xmlns="urn:xml.testframework.asterix.apache.org"
-    ResultOffsetPath="results"
-    QueryOffsetPath="queries"
-    QueryFileExtension=".aql">
-    <!-- By default no test are listed here. This is only for individual testing purposes. -->
-    <!-- The following test case is commented out as an example. -->
-    <test-group name="repeated-tests">
-<!--
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example">
-                <output-dir compare="Text">tiny-social-example</output-dir>
-            </compilation-unit>
-        </test-case>
--->
-    </test-group>
+             xmlns="urn:xml.testframework.asterix.apache.org"
+             ResultOffsetPath="results"
+             QueryOffsetPath="queries"
+             QueryFileExtension=".aql">
+  <!-- By default no test are listed here. This is only for individual testing purposes. -->
+  <!-- The following test case is commented out as an example. -->
+  <test-group name="repeated-tests">
+    <!--
+            <test-case FilePath="records/get-record-fields">
+                <compilation-unit name="tiny-social-example">
+                    <output-dir compare="Text">tiny-social-example</output-dir>
+                </compilation-unit>
+            </test-case>
+    -->
+  </test-group>
 </test-suite>


[03/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/algebricks-tests/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/algebricks-tests/pom.xml b/hyracks-fullstack/algebricks/algebricks-tests/pom.xml
index b60b135..374eca1 100644
--- a/hyracks-fullstack/algebricks/algebricks-tests/pom.xml
+++ b/hyracks-fullstack/algebricks/algebricks-tests/pom.xml
@@ -38,7 +38,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <build>
@@ -51,13 +51,13 @@
             <configuration>
               <tasks>
                 <ant antfile="build-script.xml" target="build">
-                  <property name="main.class" value="org.apache.hyracks.algebricks.tests.script.IdentityStreamingScript" />
-                  <property name="script.classpath" refid="maven.compile.classpath" />
-                  <property name="jvm.params" value="" />
-                  <property name="program.params" value="" />
-                  <property name="source" value="${basedir}/src/main/scripts/run" />
-                  <property name="target.dir" value="${basedir}/target/testscripts" />
-                  <property name="target" value="idscript" />
+                  <property name="main.class" value="org.apache.hyracks.algebricks.tests.script.IdentityStreamingScript"/>
+                  <property name="script.classpath" refid="maven.compile.classpath"/>
+                  <property name="jvm.params" value=""/>
+                  <property name="program.params" value=""/>
+                  <property name="source" value="${basedir}/src/main/scripts/run"/>
+                  <property name="target.dir" value="${basedir}/target/testscripts"/>
+                  <property name="target" value="idscript"/>
                 </ant>
               </tasks>
             </configuration>
@@ -69,37 +69,37 @@
       </plugin>
     </plugins>
     <pluginManagement>
-    	<plugins>
-    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-    		<plugin>
-    			<groupId>org.eclipse.m2e</groupId>
-    			<artifactId>lifecycle-mapping</artifactId>
-    			<version>1.0.0</version>
-    			<configuration>
-    				<lifecycleMappingMetadata>
-    					<pluginExecutions>
-    						<pluginExecution>
-    							<pluginExecutionFilter>
-    								<groupId>
-    									org.apache.maven.plugins
-    								</groupId>
-    								<artifactId>
-    									maven-antrun-plugin
-    								</artifactId>
-    								<versionRange>[1.3,)</versionRange>
-    								<goals>
-    									<goal>run</goal>
-    								</goals>
-    							</pluginExecutionFilter>
-    							<action>
-    								<ignore />
-    							</action>
-    						</pluginExecution>
-    					</pluginExecutions>
-    				</lifecycleMappingMetadata>
-    			</configuration>
-    		</plugin>
-    	</plugins>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>
+                      org.apache.maven.plugins
+                    </groupId>
+                    <artifactId>
+                      maven-antrun-plugin
+                    </artifactId>
+                    <versionRange>[1.3,)</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
     </pluginManagement>
   </build>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/algebricks/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/algebricks/pom.xml b/hyracks-fullstack/algebricks/pom.xml
index 41469a8..af7e110 100644
--- a/hyracks-fullstack/algebricks/pom.xml
+++ b/hyracks-fullstack/algebricks/pom.xml
@@ -54,7 +54,7 @@
   </build>
 
   <properties>
-      <root.dir>${basedir}/..</root.dir>
+    <root.dir>${basedir}/..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-api/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-api/pom.xml b/hyracks-fullstack/hyracks/hyracks-api/pom.xml
index 6b8c56b..4425f3b 100644
--- a/hyracks-fullstack/hyracks/hyracks-api/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-api/pom.xml
@@ -37,40 +37,40 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.json</groupId>
-  		<artifactId>json</artifactId>
-  		<version>20090211</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.httpcomponents</groupId>
-  		<artifactId>httpclient</artifactId>
-  		<version>4.3</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>args4j</groupId>
-  		<artifactId>args4j</artifactId>
-  		<version>2.0.12</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-ipc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.commons</groupId>
-  		<artifactId>commons-lang3</artifactId>
-  		<version>3.1</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.json</groupId>
+      <artifactId>json</artifactId>
+      <version>20090211</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.3</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>args4j</groupId>
+      <artifactId>args4j</artifactId>
+      <version>2.0.12</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-ipc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.1</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-client/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-client/pom.xml b/hyracks-fullstack/hyracks/hyracks-client/pom.xml
index 1007f92..c179ed9 100644
--- a/hyracks-fullstack/hyracks/hyracks-client/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-client/pom.xml
@@ -17,14 +17,14 @@
  ! under the License.
  !-->
 <project xmlns="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">
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>hyracks-client</artifactId>
-	<name>hyracks-client</name>
-	<parent>
-		<groupId>org.apache.hyracks</groupId>
-		<artifactId>hyracks</artifactId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-client</artifactId>
+  <name>hyracks-client</name>
+  <parent>
+    <groupId>org.apache.hyracks</groupId>
+    <artifactId>hyracks</artifactId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
 
   <licenses>
     <license>
@@ -36,70 +36,70 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-clean-plugin</artifactId>
-				<version>2.5</version>
-				<configuration>
-					<filesets>
-						<fileset>
-							<directory>.</directory>
-							<includes>
-								<include>teststore*</include>
-								<include>edu*</include>
-								<include>actual*</include>
-								<include>build*</include>
-								<include>expect*</include>
-								<include>ClusterController*</include>
-								<include>edu.uci.*</include>
-								<include>dev*</include>
-							</includes>
-						</fileset>
-					</filesets>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-net</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-comm</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-dataflow-common</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-cc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-nc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>com.googlecode.json-simple</groupId>
-			<artifactId>json-simple</artifactId>
-			<version>1.1</version>
-		</dependency>
-	</dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>.</directory>
+              <includes>
+                <include>teststore*</include>
+                <include>edu*</include>
+                <include>actual*</include>
+                <include>build*</include>
+                <include>expect*</include>
+                <include>ClusterController*</include>
+                <include>edu.uci.*</include>
+                <include>dev*</include>
+              </includes>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-net</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-comm</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.json-simple</groupId>
+      <artifactId>json-simple</artifactId>
+      <version>1.1</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-comm/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-comm/pom.xml b/hyracks-fullstack/hyracks/hyracks-comm/pom.xml
index 0626ebd..d189f3a 100644
--- a/hyracks-fullstack/hyracks/hyracks-comm/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-comm/pom.xml
@@ -37,19 +37,19 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <dependencies>
- <dependency>
- 	<groupId>org.apache.hyracks</groupId>
- 	<artifactId>hyracks-api</artifactId>
- 	<version>0.2.18-SNAPSHOT</version>
- </dependency>
-  <dependency>
-    <groupId>org.apache.hyracks</groupId>
-    <artifactId>hyracks-net</artifactId>
-    <version>0.2.18-SNAPSHOT</version>
- </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-net</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
index d767560..6861017 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
@@ -28,39 +28,39 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.eclipse.jetty</groupId>
-  		<artifactId>jetty-server</artifactId>
-  		<version>8.0.0.RC0</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.eclipse.jetty</groupId>
-  		<artifactId>jetty-webapp</artifactId>
-  		<version>8.0.0.RC0</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.wicket</groupId>
-  		<artifactId>wicket-core</artifactId>
-  		<version>1.5.2</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.slf4j</groupId>
-  		<artifactId>slf4j-jcl</artifactId>
-  		<version>1.6.3</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+      <version>8.0.0.RC0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+      <version>8.0.0.RC0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.wicket</groupId>
+      <artifactId>wicket-core</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-jcl</artifactId>
+      <version>1.6.3</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
index a6b25dc..912e447 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
@@ -28,21 +28,21 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>commons-io</groupId>
-  		<artifactId>commons-io</artifactId>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml
index e59262f..38ea86c 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml
@@ -28,26 +28,26 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-net</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-comm</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-net</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-comm</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <reporting>
     <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-control/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-control/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/pom.xml
index 9e5f139..ddb4e89 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml
index ddd77c8..46a38bf 100644
--- a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml
@@ -19,35 +19,35 @@
 
 <project xmlns="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">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hyracks-data-std</artifactId>
-    <name>hyracks-data-std</name>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-data-std</artifactId>
+  <name>hyracks-data-std</name>
 
-    <parent>
-        <groupId>org.apache.hyracks</groupId>
-        <artifactId>hyracks-data</artifactId>
-        <version>0.2.18-SNAPSHOT</version>
-    </parent>
-    <properties>
-        <root.dir>${basedir}/../../..</root.dir>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.apache.hyracks</groupId>
+    <artifactId>hyracks-data</artifactId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-data/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-data/pom.xml b/hyracks-fullstack/hyracks/hyracks-data/pom.xml
index 93c1c77..5841e6e 100644
--- a/hyracks-fullstack/hyracks/hyracks-data/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-data/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml
index 859d5bc..6724dad 100644
--- a/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-dataflow-common/pom.xml
@@ -27,54 +27,54 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <properties>
-        <root.dir>${basedir}/../..</root.dir>
-    </properties>
+  <properties>
+    <root.dir>${basedir}/../..</root.dir>
+  </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-util</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-data-std</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-nc</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-util</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-dataflow-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-dataflow-hadoop/pom.xml b/hyracks-fullstack/hyracks/hyracks-dataflow-hadoop/pom.xml
index 3480ea8..babd792 100644
--- a/hyracks-fullstack/hyracks/hyracks-dataflow-hadoop/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-dataflow-hadoop/pom.xml
@@ -38,49 +38,48 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-common</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-		<groupId>org.apache.hyracks</groupId>
-		<artifactId>hyracks-hdfs-2.x</artifactId>
-		<version>0.2.18-SNAPSHOT</version>
-		<type>jar</type>
-		<scope>compile</scope>
-	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hadoop</groupId>
-  		<artifactId>hadoop-client</artifactId>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>edu.uci.ics.dcache</groupId>
-  		<artifactId>dcache-client</artifactId>
-  		<version>0.0.1</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-hdfs-2.x</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>edu.uci.ics.dcache</groupId>
+      <artifactId>dcache-client</artifactId>
+      <version>0.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml b/hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml
index e7e511e..1303f5d 100644
--- a/hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-dataflow-std/pom.xml
@@ -19,9 +19,9 @@
 
 <project xmlns="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">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hyracks-dataflow-std</artifactId>
-    <name>hyracks-dataflow-std</name>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>hyracks-dataflow-std</artifactId>
+  <name>hyracks-dataflow-std</name>
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
@@ -29,43 +29,43 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-dataflow-common</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-nc</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-common</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-dist/pom.xml b/hyracks-fullstack/hyracks/hyracks-dist/pom.xml
index c2cc563..99f8eca 100644
--- a/hyracks-fullstack/hyracks/hyracks-dist/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-dist/pom.xml
@@ -18,12 +18,12 @@
  !-->
 
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>hyracks</artifactId>
-		<groupId>org.apache.hyracks</groupId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>hyracks</artifactId>
+    <groupId>org.apache.hyracks</groupId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
 
   <licenses>
     <license>
@@ -34,58 +34,57 @@
     </license>
   </licenses>
 
+  <artifactId>hyracks-dist</artifactId>
+  <name>hyracks-dist</name>
 
-	<artifactId>hyracks-dist</artifactId>
-	<name>hyracks-dist</name>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <root.dir>${basedir}/../..</root.dir>
+  </properties>
 
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<root.dir>${basedir}/../..</root.dir>
-	</properties>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-resources-plugin</artifactId>
-				<version>2.5</version>
-				<executions>
-					<execution>
-						<id>copy-scripts</id>
-						<phase>package</phase>
-						<goals>
-							<goal>copy-resources</goal>
-						</goals>
-						<configuration>
-							<outputDirectory>target/appassembler/</outputDirectory>
-							<resources>
-								<resource>
-									<directory>src/main/resources</directory>
-								</resource>
-							</resources>
-							<directoryMode>0755</directoryMode>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.6</version>
-				<executions>
-					<execution>
-						<id>process-test-classes</id>
-						<phase>package</phase>
-						<configuration>
-							<target>
-								<chmod file="target/appassembler/bin/*)" perm="755" />
-							</target>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.5</version>
+        <executions>
+          <execution>
+            <id>copy-scripts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/appassembler/</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/main/resources</directory>
+                </resource>
+              </resources>
+              <directoryMode>0755</directoryMode>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <id>process-test-classes</id>
+            <phase>package</phase>
+            <configuration>
+              <target>
+                <chmod file="target/appassembler/bin/*)" perm="755"/>
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-dist/src/main/resources/conf/topology-template.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-dist/src/main/resources/conf/topology-template.xml b/hyracks-fullstack/hyracks/hyracks-dist/src/main/resources/conf/topology-template.xml
index 07edd4e..69aaadb 100755
--- a/hyracks-fullstack/hyracks/hyracks-dist/src/main/resources/conf/topology-template.xml
+++ b/hyracks-fullstack/hyracks/hyracks-dist/src/main/resources/conf/topology-template.xml
@@ -18,9 +18,9 @@
  !-->
 
 <cluster-topology>
-    <network-switch name="Global">
-        <network-switch name="local">
-            <terminal name="127.0.0.1"/>
-        </network-switch>
+  <network-switch name="Global">
+    <network-switch name="local">
+      <terminal name="127.0.0.1"/>
     </network-switch>
+  </network-switch>
 </cluster-topology>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-documentation/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-documentation/pom.xml b/hyracks-fullstack/hyracks/hyracks-documentation/pom.xml
index 3210862..956eeda 100644
--- a/hyracks-fullstack/hyracks/hyracks-documentation/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-documentation/pom.xml
@@ -29,50 +29,49 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <build>
     <plugins>
-    	<plugin>
-    		<groupId>org.apache.maven.doxia</groupId>
-    		<artifactId>doxia-maven-plugin</artifactId>
-    		<version>1.1.3</version>
-    		<executions>
-    		  <execution>
-    		    <phase>package</phase>
-    		    <goals>
-    		      <goal>render-books</goal>
-    		    </goals>
-    		  </execution>
-    		</executions>
-    		<configuration>
-    		  <books>
-    		    <book>
-    		      <directory>src/books/user-guide</directory>
-    		      <descriptor>src/books/user-guide/doxia-descriptor.xml</descriptor>
-    		      <formats>
-    		        <format>
-    		          <id>pdf</id>
-    		        </format>
-    		        <format>
-    		          <id>xhtml</id>
-    		        </format>
-    		      </formats>
-    		    </book>
-    		  </books>
-    		</configuration>
-    	</plugin>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-                 <skip>true</skip>
-            </configuration>
-        </plugin>
+      <plugin>
+        <groupId>org.apache.maven.doxia</groupId>
+        <artifactId>doxia-maven-plugin</artifactId>
+        <version>1.1.3</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>render-books</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <books>
+            <book>
+              <directory>src/books/user-guide</directory>
+              <descriptor>src/books/user-guide/doxia-descriptor.xml</descriptor>
+              <formats>
+                <format>
+                  <id>pdf</id>
+                </format>
+                <format>
+                  <id>xhtml</id>
+                </format>
+              </formats>
+            </book>
+          </books>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
 
-
   </build>
   <dependencies>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-documentation/src/books/user-guide/doxia-descriptor.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-documentation/src/books/user-guide/doxia-descriptor.xml b/hyracks-fullstack/hyracks/hyracks-documentation/src/books/user-guide/doxia-descriptor.xml
index e2bab67..10d4ccf 100644
--- a/hyracks-fullstack/hyracks/hyracks-documentation/src/books/user-guide/doxia-descriptor.xml
+++ b/hyracks-fullstack/hyracks/hyracks-documentation/src/books/user-guide/doxia-descriptor.xml
@@ -18,8 +18,8 @@
  !-->
 
 <book xmlns="http://maven.apache.org/BOOK/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/BOOK/1.0.0 ../../../doxia/doxia-book/target/generated-site/xsd/book-1.0.0.xsd">
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/BOOK/1.0.0 ../../../doxia/doxia-book/target/generated-site/xsd/book-1.0.0.xsd">
   <id>user-guide</id>
   <title>Hyracks User Guide</title>
   <chapters>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
index d289ad1..408068a 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -29,29 +29,29 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks.examples.btree</groupId>
-  		<artifactId>btreehelper</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks.examples.btree</groupId>
+      <artifactId>btreehelper</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -82,7 +82,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
index ae1d946..235d633 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
@@ -28,46 +28,45 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-storage-am-btree</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-data-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 
   <build>
     <plugins>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
index 088f506..4ac9ed3 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
@@ -31,7 +31,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <build>
@@ -67,31 +67,31 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>
   </build>
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks.examples.btree</groupId>
-  		<artifactId>btreehelper</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-cc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-nc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks.examples.btree</groupId>
+      <artifactId>btreehelper</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/src/main/assembly/binary-assembly.xml
index e979674..28f4f03 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/btreeserver/src/main/assembly/binary-assembly.xml
@@ -46,7 +46,7 @@
         <include>DEPENDENCIES*</include>
       </includes>
     </fileSet>
-     <fileSet>
+    <fileSet>
       <directory>src/main/licenses</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -54,5 +54,5 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
- </fileSets>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml
index 62f6536..1b669e6 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/btree-example/pom.xml
@@ -30,9 +30,8 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
index c425c52..aa91b83 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -18,111 +18,111 @@
  !-->
 
 <project xmlns="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">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.hyracks.examples</groupId>
-	<artifactId>hyracks-integration-tests</artifactId>
-	<name>hyracks-integration-tests</name>
-	<parent>
-		<groupId>org.apache.hyracks</groupId>
-		<artifactId>hyracks-examples</artifactId>
-		<version>0.2.18-SNAPSHOT</version>
-	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.hyracks.examples</groupId>
+  <artifactId>hyracks-integration-tests</artifactId>
+  <name>hyracks-integration-tests</name>
+  <parent>
+    <groupId>org.apache.hyracks</groupId>
+    <artifactId>hyracks-examples</artifactId>
+    <version>0.2.18-SNAPSHOT</version>
+  </parent>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-deploy-plugin</artifactId>
-				 <configuration>
-					<skip>true</skip>
-				 </configuration>
-				</plugin>
-		</plugins>
-	</build>
-	<properties>
-			<root.dir>${basedir}/../../..</root.dir>
-	</properties>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-dataflow-std</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-cc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-control-nc</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-btree</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-rtree</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-btree</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-test-support</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-			<type>jar</type>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-data-std</artifactId>
-			<version>0.2.18-SNAPSHOT</version>
-		</dependency>
-  	    <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-client</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.e-movimento.tinytools</groupId>
-            <artifactId>privilegedaccessor</artifactId>
-            <version>1.2.2</version>
-            <scope>test</scope>
-        </dependency>
-	</dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <root.dir>${basedir}/../../..</root.dir>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-test-support</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-client</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.e-movimento.tinytools</groupId>
+      <artifactId>privilegedaccessor</artifactId>
+      <version>1.2.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
index 62fde55..b69b280 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <build>
@@ -81,9 +81,9 @@
       </plugin>
 
       <plugin>
-      <groupId>org.apache.hyracks</groupId>
-      <artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
-      <version>0.2.18-SNAPSHOT</version>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
+        <version>0.2.18-SNAPSHOT</version>
         <configuration>
           <hyracksServerHome>${basedir}/target/hyracks-shutdown-test-${project.version}-binary-assembly</hyracksServerHome>
           <jvmOptions>${jvm.extraargs}</jvmOptions>
@@ -130,26 +130,26 @@
         </executions>
       </plugin>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-failsafe-plugin</artifactId>
-      <version>2.8.1</version>
-      <executions>
-        <execution>
-          <id>it</id>
-          <phase>integration-test</phase>
-          <goals>
-            <goal>integration-test</goal>
-          </goals>
-        </execution>
-      </executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.8.1</version>
+        <executions>
+          <execution>
+            <id>it</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>integration-test</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-deploy-plugin</artifactId>
-      <configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
           <skip>true</skip>
-      </configuration>
-    </plugin>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/src/main/assembly/binary-assembly.xml
index 53b17d2..28f4f03 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/src/main/assembly/binary-assembly.xml
@@ -38,7 +38,7 @@
       <directory>docs</directory>
       <outputDirectory>docs</outputDirectory>
     </fileSet>
-     <fileSet>
+    <fileSet>
       <directory>target/classes/META-INF</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -46,7 +46,7 @@
         <include>DEPENDENCIES*</include>
       </includes>
     </fileSet>
-     <fileSet>
+    <fileSet>
       <directory>src/main/licenses</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -54,5 +54,5 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
- </fileSets>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/pom.xml
index d69d01c..b60a2c1 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/pom.xml
@@ -39,7 +39,7 @@
   </licenses>
 
   <properties>
-      <root.dir>${basedir}/../..</root.dir>
+    <root.dir>${basedir}/../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml
index 82450e1..36e44ad 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/text-example/textclient/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textclient/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textclient/pom.xml
index f7b796e..0b311c0 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textclient/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textclient/pom.xml
@@ -29,23 +29,23 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>texthelper</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>texthelper</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -55,7 +55,7 @@
         <version>1.3</version>
         <executions>
           <execution>
-          <id>textclient</id>
+            <id>textclient</id>
             <configuration>
               <programs>
                 <program>
@@ -71,13 +71,13 @@
               <goal>assemble</goal>
             </goals>
           </execution>
-       </executions>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/text-example/texthelper/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/texthelper/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/texthelper/pom.xml
index a3cab26..e5f6d9f 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/texthelper/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/texthelper/pom.xml
@@ -29,36 +29,36 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <dependencies>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-dataflow-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-api</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-data-std</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  	</dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <configuration>
-              <skip>true</skip>
-          </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml
index e55b99f..f9dc917 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../..</root.dir>
+    <root.dir>${basedir}/../../../..</root.dir>
   </properties>
 
   <build>
@@ -80,9 +80,9 @@
         </executions>
       </plugin>
       <plugin>
-      	<groupId>org.apache.hyracks</groupId>
-      	<artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
-      	<version>0.2.18-SNAPSHOT</version>
+        <groupId>org.apache.hyracks</groupId>
+        <artifactId>hyracks-virtualcluster-maven-plugin</artifactId>
+        <version>0.2.18-SNAPSHOT</version>
         <configuration>
           <hyracksServerHome>${basedir}/target/textserver-${project.version}-binary-assembly</hyracksServerHome>
           <jvmOptions>${jvm.extraargs}</jvmOptions>
@@ -129,25 +129,25 @@
         </executions>
       </plugin>
       <plugin>
-      	<groupId>org.apache.maven.plugins</groupId>
-      	<artifactId>maven-failsafe-plugin</artifactId>
-      	<version>2.8.1</version>
-      	<executions>
-      	  <execution>
-      	    <id>it</id>
-      	    <phase>integration-test</phase>
-      	    <goals>
-      	      <goal>integration-test</goal>
-      	    </goals>
-      	  </execution>
-      	</executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>2.8.1</version>
+        <executions>
+          <execution>
+            <id>it</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>integration-test</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <configuration>
-              <skip>true</skip>
-          </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/src/main/assembly/binary-assembly.xml
index 36a55b3..28f4f03 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/src/main/assembly/binary-assembly.xml
@@ -38,7 +38,7 @@
       <directory>docs</directory>
       <outputDirectory>docs</outputDirectory>
     </fileSet>
-     <fileSet>
+    <fileSet>
       <directory>target/classes/META-INF</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -54,5 +54,5 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
-</fileSets>
+  </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml
index 21c5332..4103b66 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/pom.xml
@@ -29,9 +29,8 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-
   <properties>
-      <root.dir>${basedir}/../../..</root.dir>
+    <root.dir>${basedir}/../../..</root.dir>
   </properties>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
index 7dbcf24..9885764 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml
@@ -27,89 +27,89 @@
     <version>0.2.18-SNAPSHOT</version>
   </parent>
 
-    <properties>
-        <root.dir>${basedir}/../../../../..</root.dir>
-    </properties>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-dataflow-std</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-data-std</artifactId>
-            <version>0.2.18-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>appassembler-maven-plugin</artifactId>
-                <version>1.3</version>
-                <executions>
-                    <execution>
-                        <id>sort</id>
-                        <configuration>
-                            <programs>
-                                <program>
-                                    <mainClass>org.apache.hyracks.examples.tpch.client.Sort</mainClass>
-                                    <name>sort</name>
-                                </program>
-                            </programs>
-                            <repositoryLayout>flat</repositoryLayout>
-                            <repositoryName>lib</repositoryName>
-                        </configuration>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>assemble</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>group</id>
-                        <configuration>
-                            <programs>
-                                <program>
-                                    <mainClass>org.apache.hyracks.examples.tpch.client.Groupby</mainClass>
-                                    <name>group</name>
-                                </program>
-                            </programs>
-                            <repositoryLayout>flat</repositoryLayout>
-                            <repositoryName>lib</repositoryName>
-                        </configuration>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>assemble</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>join</id>
-                        <configuration>
-                            <programs>
-                                <program>
-                                    <mainClass>org.apache.hyracks.examples.tpch.client.Join</mainClass>
-                                    <name>join</name>
-                                </program>
-                            </programs>
-                            <repositoryLayout>flat</repositoryLayout>
-                            <repositoryName>lib</repositoryName>
-                        </configuration>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>assemble</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <properties>
+    <root.dir>${basedir}/../../../../..</root.dir>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>appassembler-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>sort</id>
+            <configuration>
+              <programs>
+                <program>
+                  <mainClass>org.apache.hyracks.examples.tpch.client.Sort</mainClass>
+                  <name>sort</name>
+                </program>
+              </programs>
+              <repositoryLayout>flat</repositoryLayout>
+              <repositoryName>lib</repositoryName>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>assemble</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>group</id>
+            <configuration>
+              <programs>
+                <program>
+                  <mainClass>org.apache.hyracks.examples.tpch.client.Groupby</mainClass>
+                  <name>group</name>
+                </program>
+              </programs>
+              <repositoryLayout>flat</repositoryLayout>
+              <repositoryName>lib</repositoryName>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>assemble</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>join</id>
+            <configuration>
+              <programs>
+                <program>
+                  <mainClass>org.apache.hyracks.examples.tpch.client.Join</mainClass>
+                  <name>join</name>
+                </program>
+              </programs>
+              <repositoryLayout>flat</repositoryLayout>
+              <repositoryName>lib</repositoryName>
+            </configuration>
+            <phase>package</phase>
+            <goals>
+              <goal>assemble</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
index bc64c05..cd89e44 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-      <root.dir>${basedir}/../../../../..</root.dir>
+    <root.dir>${basedir}/../../../../..</root.dir>
   </properties>
 
   <build>
@@ -66,36 +66,36 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-            <skip>true</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>
   </build>
   <dependencies>
     <dependency>
-        <groupId>org.apache.hyracks</groupId>
-        <artifactId>hyracks-dataflow-std</artifactId>
-        <version>0.2.18-SNAPSHOT</version>
-        <scope>compile</scope>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.hyracks</groupId>
-    	<artifactId>hyracks-data-std</artifactId>
-    	<version>0.2.18-SNAPSHOT</version>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-data-std</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+      <version>0.2.18-SNAPSHOT</version>
+      <type>jar</type>
+      <scope>compile</scope>
     </dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-cc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.apache.hyracks</groupId>
-  		<artifactId>hyracks-control-nc</artifactId>
-  		<version>0.2.18-SNAPSHOT</version>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/src/main/assembly/binary-assembly.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/src/main/assembly/binary-assembly.xml b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/src/main/assembly/binary-assembly.xml
index 8305c5a..28f4f03 100644
--- a/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/src/main/assembly/binary-assembly.xml
+++ b/hyracks-fullstack/hyracks/hyracks-examples/tpch-example/tpchserver/src/main/assembly/binary-assembly.xml
@@ -46,7 +46,7 @@
         <include>DEPENDENCIES*</include>
       </includes>
     </fileSet>
-      <fileSet>
+    <fileSet>
       <directory>src/main/licenses</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -54,5 +54,5 @@
         <include>NOTICE*</include>
       </includes>
     </fileSet>
- </fileSets>
+  </fileSets>
 </assembly>


[06/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml b/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml
index 60aaec9..17a4b3a 100644
--- a/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml
+++ b/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml
@@ -18,238 +18,238 @@
  !-->
 <asterixConfiguration xmlns="asterixconf">
 
-	<property>
-		<name>nc.java.opts</name>
-		<value>-Xmx3096m</value>
-		<description>JVM parameters for each Node Contoller (NC)</description>
-	</property>
-
-	<property>
-		<name>cc.java.opts</name>
-		<value>-Xmx1024m</value>
-		<description>JVM parameters for each Cluster Contoller (CC)
-		</description>
-	</property>
-
-        <property>
-                <name>max.wait.active.cluster</name>
-                <value>60</value>
-                <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                        before a submitted query/statement can be executed. (Default = 60 seconds)
-                </description>
-        </property>
-
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>536870912</value>
-		<description>The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "536870912" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.maxopenfiles</name>
-		<value>214748364</value>
-		<description>The maximum number of open files in the buffer cache.
-			(Default = "214748364")
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages allocated to memory
-			components. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>256</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 256)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.metadata.memorycomponent.numpages</name>
-		<value>64</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 64)
-		</description>
-	</property>
-
-    <property>
-		<name>storage.memorycomponent.numcomponents</name>
-		<value>2</value>
-		<description>The number of memory components to be used per lsm index.
-			(Default = 2)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.memorycomponent.globalbudget</name>
-		<value>1073741824</value>
-		<description>The total size of memory in bytes that the sum of all
-			open memory
-			components cannot exceed. (Default = "536870192" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.lsm.bloomfilter.falsepositiverate</name>
-		<value>0.01</value>
-		<description>The maximum acceptable false positive rate for bloom
-			filters associated with LSM indexes. (Default = "0.01" // 1%)
-		</description>
-	</property>
-	
-	<property>
-		<name>txn.log.buffer.numpages</name>
-		<value>8</value>
-		<description>The number of in-memory log buffer pages. (Default = "8")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.buffer.pagesize</name>
-		<value>524288</value>
-		<description>The size of pages in the in-memory log buffer. (Default =
-			"524288" // 512KB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.partitionsize</name>
-		<value>2147483648</value>
-		<description>The maximum size of a log file partition allowed before
-			rotating the log to the next partition. (Default = "2147483648" //
-			2GB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.lsnthreshold</name>
-		<value>67108864</value>
-		<description>The size of the window that the maximum LSN is allowed to
-			be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.pollfrequency</name>
-		<value>120</value>
-		<description>The time in seconds between that the checkpoint thread
-			waits between polls. (Default = "120" // 120s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.history</name>
-		<value>0</value>
-		<description>The number of old log partition files to keep before
-			discarding. (Default = "0")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.escalationthreshold</name>
-		<value>1000</value>
-		<description>The number of entity level locks that need to be acquired
-			before the locks are coalesced and escalated into a dataset level
-			lock. (Default = "1000")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.shrinktimer</name>
-		<value>5000</value>
-		<description>The time in milliseconds to wait before deallocating
-			unused lock manager memory. (Default = "5000" // 5s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.waitthreshold</name>
-		<value>60000</value>
-		<description>The time in milliseconds to wait before labeling a
-			transaction which has been waiting for a lock timed-out. (Default =
-			"60000" // 60s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.sweepthreshold</name>
-		<value>10000</value>
-		<description>The time in milliseconds the timeout thread waits between
-			sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to sort operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to join operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.framesize</name>
-		<value>131072</value>
-		<description>The Hyracks frame size that the compiler configures per
-			job. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-        <property>
-                <name>compiler.pregelix.home</name>
-                <value>~/pregelix</value>
-        </property>
-
-	<property>
-		<name>web.port</name>
-		<value>19001</value>
-		<description>The port for the ASTERIX web interface. (Default = 19001)
-		</description>
-	</property>
-
-	<property>
-		<name>api.port</name>
-		<value>19002</value>
-		<description>The port for the ASTERIX API server. (Default = 19002)
-		</description>
-	</property>
-
-	<property>
-		<name>log.level</name>
-		<value>INFO</value>
-		<description>The minimum log level to be displayed. (Default = INFO)
-		</description>
-	</property>
-
-	<property>
-		<name>plot.activate</name>
-		<value>false</value>
-		<description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
-		</description>
-	</property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xmx3096m</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
+
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xmx1024m</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
+
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>536870912</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>256</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 256)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>1073741824</value>
+    <description>The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>8</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>524288</value>
+    <description>The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.pregelix.home</name>
+    <value>~/pregelix</value>
+  </property>
+
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
+
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
+
+  <property>
+    <name>log.level</name>
+    <value>INFO</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
+
+  <property>
+    <name>plot.activate</name>
+    <value>false</value>
+    <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
+    </description>
+  </property>
 
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/clusterts/cluster.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/clusterts/cluster.xml b/asterixdb/asterix-installer/src/test/resources/clusterts/cluster.xml
index cd50f33..9eb728f 100644
--- a/asterixdb/asterix-installer/src/test/resources/clusterts/cluster.xml
+++ b/asterixdb/asterix-installer/src/test/resources/clusterts/cluster.xml
@@ -16,39 +16,39 @@
  ! specific language governing permissions and limitations
  ! under the License.
  !-->
-    <cluster xmlns="cluster">
+<cluster xmlns="cluster">
 
-      <name>vagrant</name>
+  <name>vagrant</name>
 
-      <username>vagrant</username>
+  <username>vagrant</username>
 
-      <working_dir>
-              <dir>/vagrant/managix-working</dir>
-              <NFS>true</NFS>
-      </working_dir>
+  <working_dir>
+    <dir>/vagrant/managix-working</dir>
+    <NFS>true</NFS>
+  </working_dir>
 
-      <log_dir>/home/vagrant/logs/</log_dir>
-      <txn_log_dir>/home/vagrant/tx_logs</txn_log_dir>
-      <iodevices>/home/vagrant/p1,/home/vagrant/p2</iodevices>
+  <log_dir>/home/vagrant/logs/</log_dir>
+  <txn_log_dir>/home/vagrant/tx_logs</txn_log_dir>
+  <iodevices>/home/vagrant/p1,/home/vagrant/p2</iodevices>
 
-      <store>storage</store>
+  <store>storage</store>
 
-      <java_home>/usr/java/latest</java_home>
+  <java_home>/usr/java/latest</java_home>
 
-      <master_node>
-          <id>cc</id>
-          <client_ip>10.10.0.2</client_ip>
-          <cluster_ip>10.10.0.2</cluster_ip>
-          <client_port>1098</client_port>
-          <cluster_port>1099</cluster_port>
-          <http_port>8888</http_port>
-      </master_node>
-      <node>
-          <id>nc1</id>
-          <cluster_ip>10.10.0.3</cluster_ip>
-      </node>
-      <node>
-          <id>nc2</id>
-          <cluster_ip>10.10.0.4</cluster_ip>
-      </node>
+  <master_node>
+    <id>cc</id>
+    <client_ip>10.10.0.2</client_ip>
+    <cluster_ip>10.10.0.2</cluster_ip>
+    <client_port>1098</client_port>
+    <cluster_port>1099</cluster_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>nc1</id>
+    <cluster_ip>10.10.0.3</cluster_ip>
+  </node>
+  <node>
+    <id>nc2</id>
+    <cluster_ip>10.10.0.4</cluster_ip>
+  </node>
 </cluster>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/clusterts/cluster_with_replication.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/clusterts/cluster_with_replication.xml b/asterixdb/asterix-installer/src/test/resources/clusterts/cluster_with_replication.xml
index b9f4658..bb66131 100644
--- a/asterixdb/asterix-installer/src/test/resources/clusterts/cluster_with_replication.xml
+++ b/asterixdb/asterix-installer/src/test/resources/clusterts/cluster_with_replication.xml
@@ -18,46 +18,46 @@
  !-->
 <cluster xmlns="cluster">
 
-    <name>vagrant</name>
-
-    <username>vagrant</username>
-
-    <working_dir>
-        <dir>/vagrant/asterix/managix-working</dir>
-        <NFS>true</NFS>
-    </working_dir>
-
-    <log_dir>/home/vagrant/asterix/logs/</log_dir>
-    <txn_log_dir>/home/vagrant/asterix/tx_logs</txn_log_dir>
-    <iodevices>/home/vagrant/asterix/p1,/home/vagrant/asterix/p2</iodevices>
-
-    <store>storage</store>
-
-    <java_home>/usr/java/latest</java_home>
-    <metadata_node>nc1</metadata_node>
-
-    <data_replication>
-        <enabled>true</enabled>
-        <replication_port>2000</replication_port>
-        <replication_factor>2</replication_factor>
-        <auto_failover>true</auto_failover>
-        <replication_time_out>10</replication_time_out>
-    </data_replication>
-
-    <master_node>
-        <id>cc</id>
-        <client_ip>10.10.0.2</client_ip>
-        <cluster_ip>10.10.0.2</cluster_ip>
-        <client_port>1098</client_port>
-        <cluster_port>1099</cluster_port>
-        <http_port>8888</http_port>
-    </master_node>
-    <node>
-        <id>nc1</id>
-        <cluster_ip>10.10.0.3</cluster_ip>
-    </node>
-    <node>
-        <id>nc2</id>
-        <cluster_ip>10.10.0.4</cluster_ip>
-    </node>
+  <name>vagrant</name>
+
+  <username>vagrant</username>
+
+  <working_dir>
+    <dir>/vagrant/asterix/managix-working</dir>
+    <NFS>true</NFS>
+  </working_dir>
+
+  <log_dir>/home/vagrant/asterix/logs/</log_dir>
+  <txn_log_dir>/home/vagrant/asterix/tx_logs</txn_log_dir>
+  <iodevices>/home/vagrant/asterix/p1,/home/vagrant/asterix/p2</iodevices>
+
+  <store>storage</store>
+
+  <java_home>/usr/java/latest</java_home>
+  <metadata_node>nc1</metadata_node>
+
+  <data_replication>
+    <enabled>true</enabled>
+    <replication_port>2000</replication_port>
+    <replication_factor>2</replication_factor>
+    <auto_failover>true</auto_failover>
+    <replication_time_out>10</replication_time_out>
+  </data_replication>
+
+  <master_node>
+    <id>cc</id>
+    <client_ip>10.10.0.2</client_ip>
+    <cluster_ip>10.10.0.2</cluster_ip>
+    <client_port>1098</client_port>
+    <cluster_port>1099</cluster_port>
+    <http_port>8888</http_port>
+  </master_node>
+  <node>
+    <id>nc1</id>
+    <cluster_ip>10.10.0.3</cluster_ip>
+  </node>
+  <node>
+    <id>nc2</id>
+    <cluster_ip>10.10.0.4</cluster_ip>
+  </node>
 </cluster>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/integrationts/asterix-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/integrationts/asterix-configuration.xml b/asterixdb/asterix-installer/src/test/resources/integrationts/asterix-configuration.xml
index 4972bfd..4cd7fff 100644
--- a/asterixdb/asterix-installer/src/test/resources/integrationts/asterix-configuration.xml
+++ b/asterixdb/asterix-installer/src/test/resources/integrationts/asterix-configuration.xml
@@ -18,238 +18,238 @@
  !-->
 <asterixConfiguration xmlns="asterixconf">
 
-	<property>
-		<name>nc.java.opts</name>
-		<value>-Xmx3096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"</value>
-		<description>JVM parameters for each Node Contoller (NC)</description>
-	</property>
-
-	<property>
-		<name>cc.java.opts</name>
-		<value>-Xmx1024m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"</value>
-		<description>JVM parameters for each Cluster Contoller (CC)
-		</description>
-	</property>
-
-        <property>
-                <name>max.wait.active.cluster</name>
-                <value>60</value>
-                <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
-                        before a submitted query/statement can be executed. (Default = 60 seconds)
-                </description>
-        </property>
-
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>536870912</value>
-		<description>The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "536870912" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.buffercache.maxopenfiles</name>
-		<value>214748364</value>
-		<description>The maximum number of open files in the buffer cache.
-			(Default = "214748364")
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.pagesize</name>
-		<value>131072</value>
-		<description>The page size in bytes for pages allocated to memory
-			components. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>256</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 256)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.metadata.memorycomponent.numpages</name>
-		<value>64</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 64)
-		</description>
-	</property>
-
-    <property>
-		<name>storage.memorycomponent.numcomponents</name>
-		<value>2</value>
-		<description>The number of memory components to be used per lsm index.
-			(Default = 2)
-		</description>
-	</property>
-	
-	<property>
-		<name>storage.memorycomponent.globalbudget</name>
-		<value>1073741824</value>
-		<description>The total size of memory in bytes that the sum of all
-			open memory
-			components cannot exceed. (Default = "536870192" // 512MB)
-		</description>
-	</property>
-
-	<property>
-		<name>storage.lsm.bloomfilter.falsepositiverate</name>
-		<value>0.01</value>
-		<description>The maximum acceptable false positive rate for bloom
-			filters associated with LSM indexes. (Default = "0.01" // 1%)
-		</description>
-	</property>
-	
-	<property>
-		<name>txn.log.buffer.numpages</name>
-		<value>8</value>
-		<description>The number of in-memory log buffer pages. (Default = "8")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.buffer.pagesize</name>
-		<value>524288</value>
-		<description>The size of pages in the in-memory log buffer. (Default =
-			"524288" // 512KB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.partitionsize</name>
-		<value>2147483648</value>
-		<description>The maximum size of a log file partition allowed before
-			rotating the log to the next partition. (Default = "2147483648" //
-			2GB)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.lsnthreshold</name>
-		<value>67108864</value>
-		<description>The size of the window that the maximum LSN is allowed to
-			be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.pollfrequency</name>
-		<value>120</value>
-		<description>The time in seconds between that the checkpoint thread
-			waits between polls. (Default = "120" // 120s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.log.checkpoint.history</name>
-		<value>0</value>
-		<description>The number of old log partition files to keep before
-			discarding. (Default = "0")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.escalationthreshold</name>
-		<value>1000</value>
-		<description>The number of entity level locks that need to be acquired
-			before the locks are coalesced and escalated into a dataset level
-			lock. (Default = "1000")
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.shrinktimer</name>
-		<value>5000</value>
-		<description>The time in milliseconds to wait before deallocating
-			unused lock manager memory. (Default = "5000" // 5s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.waitthreshold</name>
-		<value>60000</value>
-		<description>The time in milliseconds to wait before labeling a
-			transaction which has been waiting for a lock timed-out. (Default =
-			"60000" // 60s)
-		</description>
-	</property>
-
-	<property>
-		<name>txn.lock.timeout.sweepthreshold</name>
-		<value>10000</value>
-		<description>The time in milliseconds the timeout thread waits between
-			sweeps to detect timed-out transactions. (Default = "10000" // 10s)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to sort operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>33554432</value>
-		<description>The amount of memory in bytes given to join operations.
-			(Default = "33554432" // 32mb)
-		</description>
-	</property>
-
-	<property>
-		<name>compiler.framesize</name>
-		<value>131072</value>
-		<description>The Hyracks frame size that the compiler configures per
-			job. (Default = "131072" // 128KB)
-		</description>
-	</property>
-
-        <property>
-                <name>compiler.pregelix.home</name>
-                <value>~/pregelix</value>
-        </property>
-
-	<property>
-		<name>web.port</name>
-		<value>19001</value>
-		<description>The port for the ASTERIX web interface. (Default = 19001)
-		</description>
-	</property>
-
-	<property>
-		<name>api.port</name>
-		<value>19002</value>
-		<description>The port for the ASTERIX API server. (Default = 19002)
-		</description>
-	</property>
-
-	<property>
-		<name>log.level</name>
-		<value>INFO</value>
-		<description>The minimum log level to be displayed. (Default = INFO)
-		</description>
-	</property>
-
-	<property>
-		<name>plot.activate</name>
-		<value>false</value>
-		<description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
-		</description>
-	</property>
+  <property>
+    <name>nc.java.opts</name>
+    <value>-Xmx3096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"</value>
+    <description>JVM parameters for each Node Contoller (NC)</description>
+  </property>
+
+  <property>
+    <name>cc.java.opts</name>
+    <value>-Xmx1024m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"</value>
+    <description>JVM parameters for each Cluster Contoller (CC)
+    </description>
+  </property>
+
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
+      before a submitted query/statement can be executed. (Default = 60 seconds)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>536870912</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "536870912" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.buffercache.maxopenfiles</name>
+    <value>214748364</value>
+    <description>The maximum number of open files in the buffer cache.
+      (Default = "214748364")
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.pagesize</name>
+    <value>131072</value>
+    <description>The page size in bytes for pages allocated to memory
+      components. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>256</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 256)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.metadata.memorycomponent.numpages</name>
+    <value>64</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 64)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.numcomponents</name>
+    <value>2</value>
+    <description>The number of memory components to be used per lsm index.
+      (Default = 2)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.memorycomponent.globalbudget</name>
+    <value>1073741824</value>
+    <description>The total size of memory in bytes that the sum of all
+      open memory
+      components cannot exceed. (Default = "536870192" // 512MB)
+    </description>
+  </property>
+
+  <property>
+    <name>storage.lsm.bloomfilter.falsepositiverate</name>
+    <value>0.01</value>
+    <description>The maximum acceptable false positive rate for bloom
+      filters associated with LSM indexes. (Default = "0.01" // 1%)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.numpages</name>
+    <value>8</value>
+    <description>The number of in-memory log buffer pages. (Default = "8")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.buffer.pagesize</name>
+    <value>524288</value>
+    <description>The size of pages in the in-memory log buffer. (Default =
+      "524288" // 512KB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.partitionsize</name>
+    <value>2147483648</value>
+    <description>The maximum size of a log file partition allowed before
+      rotating the log to the next partition. (Default = "2147483648" //
+      2GB)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.lsnthreshold</name>
+    <value>67108864</value>
+    <description>The size of the window that the maximum LSN is allowed to
+      be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.pollfrequency</name>
+    <value>120</value>
+    <description>The time in seconds between that the checkpoint thread
+      waits between polls. (Default = "120" // 120s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.log.checkpoint.history</name>
+    <value>0</value>
+    <description>The number of old log partition files to keep before
+      discarding. (Default = "0")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.escalationthreshold</name>
+    <value>1000</value>
+    <description>The number of entity level locks that need to be acquired
+      before the locks are coalesced and escalated into a dataset level
+      lock. (Default = "1000")
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.shrinktimer</name>
+    <value>5000</value>
+    <description>The time in milliseconds to wait before deallocating
+      unused lock manager memory. (Default = "5000" // 5s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.waitthreshold</name>
+    <value>60000</value>
+    <description>The time in milliseconds to wait before labeling a
+      transaction which has been waiting for a lock timed-out. (Default =
+      "60000" // 60s)
+    </description>
+  </property>
+
+  <property>
+    <name>txn.lock.timeout.sweepthreshold</name>
+    <value>10000</value>
+    <description>The time in milliseconds the timeout thread waits between
+      sweeps to detect timed-out transactions. (Default = "10000" // 10s)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to sort operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>33554432</value>
+    <description>The amount of memory in bytes given to join operations.
+      (Default = "33554432" // 32mb)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.framesize</name>
+    <value>131072</value>
+    <description>The Hyracks frame size that the compiler configures per
+      job. (Default = "131072" // 128KB)
+    </description>
+  </property>
+
+  <property>
+    <name>compiler.pregelix.home</name>
+    <value>~/pregelix</value>
+  </property>
+
+  <property>
+    <name>web.port</name>
+    <value>19001</value>
+    <description>The port for the ASTERIX web interface. (Default = 19001)
+    </description>
+  </property>
+
+  <property>
+    <name>api.port</name>
+    <value>19002</value>
+    <description>The port for the ASTERIX API server. (Default = 19002)
+    </description>
+  </property>
+
+  <property>
+    <name>log.level</name>
+    <value>INFO</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
+
+  <property>
+    <name>plot.activate</name>
+    <value>false</value>
+    <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
+    </description>
+  </property>
 
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/integrationts/library/testsuite.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/integrationts/library/testsuite.xml b/asterixdb/asterix-installer/src/test/resources/integrationts/library/testsuite.xml
index 87a53c8..babf911 100644
--- a/asterixdb/asterix-installer/src/test/resources/integrationts/library/testsuite.xml
+++ b/asterixdb/asterix-installer/src/test/resources/integrationts/library/testsuite.xml
@@ -17,13 +17,13 @@
  ! under the License.
  !-->
 <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
-<test-group name="library-parsers">
+  <test-group name="library-parsers">
     <test-case FilePath="library-parsers">
       <compilation-unit name="record-parser">
         <output-dir compare="Text">record-parser</output-dir>
       </compilation-unit>
     </test-case>
-    </test-group>
+  </test-group>
   <test-group name="library-functions">
     <test-case FilePath="library-functions">
       <compilation-unit name="mysum">

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/integrationts/replication/testsuite.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/integrationts/replication/testsuite.xml b/asterixdb/asterix-installer/src/test/resources/integrationts/replication/testsuite.xml
index 36c3992..0f6b528 100644
--- a/asterixdb/asterix-installer/src/test/resources/integrationts/replication/testsuite.xml
+++ b/asterixdb/asterix-installer/src/test/resources/integrationts/replication/testsuite.xml
@@ -17,28 +17,28 @@
  ! under the License.
  !-->
 <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
-    <test-group name="failover">
-        <test-case FilePath="failover">
-            <compilation-unit name="bulkload">
-                <output-dir compare="Text">bulkload</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="failover">
-            <compilation-unit name="mem_component_recovery">
-                <output-dir compare="Text">mem_component_recovery</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="failover">
-            <compilation-unit name="metadata_node">
-                <output-dir compare="Text">metadata_node</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
-    <test-group name="failback">
-        <test-case FilePath="failback">
-            <compilation-unit name="node_failback">
-                <output-dir compare="Text">node_failback</output-dir>
-            </compilation-unit>
-        </test-case>
-    </test-group>
+  <test-group name="failover">
+    <test-case FilePath="failover">
+      <compilation-unit name="bulkload">
+        <output-dir compare="Text">bulkload</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="failover">
+      <compilation-unit name="mem_component_recovery">
+        <output-dir compare="Text">mem_component_recovery</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="failover">
+      <compilation-unit name="metadata_node">
+        <output-dir compare="Text">metadata_node</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
+  <test-group name="failback">
+    <test-case FilePath="failback">
+      <compilation-unit name="node_failback">
+        <output-dir compare="Text">node_failback</output-dir>
+      </compilation-unit>
+    </test-case>
+  </test-group>
 </test-suite>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-installer/src/test/resources/transactionts/testsuite.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/src/test/resources/transactionts/testsuite.xml b/asterixdb/asterix-installer/src/test/resources/transactionts/testsuite.xml
index 0c12426..08b8e87 100644
--- a/asterixdb/asterix-installer/src/test/resources/transactionts/testsuite.xml
+++ b/asterixdb/asterix-installer/src/test/resources/transactionts/testsuite.xml
@@ -18,16 +18,16 @@
  !-->
 <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
   <test-group name="query_after_restart">
-      <test-case FilePath="query_after_restart">
-          <compilation-unit name="dataset-with-meta-record">
-              <output-dir compare="Text">dataset-with-meta-record</output-dir>
-          </compilation-unit>
-      </test-case>
-      <test-case FilePath="query_after_restart">
-          <compilation-unit name="external_index">
-              <output-dir compare="Text">external_index</output-dir>
-          </compilation-unit>
-      </test-case>
+    <test-case FilePath="query_after_restart">
+      <compilation-unit name="dataset-with-meta-record">
+        <output-dir compare="Text">dataset-with-meta-record</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="query_after_restart">
+      <compilation-unit name="external_index">
+        <output-dir compare="Text">external_index</output-dir>
+      </compilation-unit>
+    </test-case>
   </test-group>
   <test-group name="recover_after_abort">
 
@@ -60,13 +60,13 @@
         <output-dir compare="Text">primary_plus_ngram_index</output-dir>
       </compilation-unit>
     </test-case>
- 
-	<test-case FilePath="recover_after_abort">
+
+    <test-case FilePath="recover_after_abort">
       <compilation-unit name="primary_plus_multiple_secondary_indices">
         <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir>
       </compilation-unit>
     </test-case>
-  
+
     <test-case FilePath="recover_after_abort">
       <compilation-unit name="temp_primary_index_only">
         <output-dir compare="Text">primary_index_only</output-dir>
@@ -108,9 +108,9 @@
         <!-- <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> -->
       </compilation-unit>
     </test-case>
- </test-group>
+  </test-group>
 
- <test-group name="recovery_ddl">
+  <test-group name="recovery_ddl">
 
     <test-case FilePath="recovery_ddl">
       <compilation-unit name="dataverse_recovery">
@@ -197,7 +197,7 @@
         <!-- <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> -->
       </compilation-unit>
     </test-case>
- 
+
   </test-group>
 
 </test-suite>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-lang-aql/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-lang-aql/pom.xml b/asterixdb/asterix-lang-aql/pom.xml
index 43ac3df..495cff4 100644
--- a/asterixdb/asterix-lang-aql/pom.xml
+++ b/asterixdb/asterix-lang-aql/pom.xml
@@ -17,120 +17,120 @@
  ! under the License.
  !-->
 <project
-    xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
+             xmlns="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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <artifactId>asterix-lang-aql</artifactId>
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.6</version>
-                <executions>
-                    <execution>
-                        <id>javacc</id>
-                        <goals>
-                            <goal>javacc</goal>
-                        </goals>
-                        <configuration>
-                            <isStatic>false</isStatic>
-                            <javaUnicodeEscape>true</javaUnicodeEscape>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>javacc-jjdoc</id>
-                        <goals>
-                            <goal>jjdoc</goal>
-                        </goals>
-                        <phase>process-sources</phase>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${project.build.directory}/generated-sources/javacc/</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-        <pluginManagement>
-            <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings 
-                    only. It has no influence on the Maven build itself. -->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>
-                                            org.codehaus.mojo
-                                        </groupId>
-                                        <artifactId>
-                                            javacc-maven-plugin
-                                        </artifactId>
-                                        <versionRange>
-                                            [2.6,)
-                                        </versionRange>
-                                        <goals>
-                                            <goal>jjdoc</goal>
-                                            <goal>javacc</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+  <artifactId>asterix-lang-aql</artifactId>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javacc-maven-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>javacc</id>
+            <goals>
+              <goal>javacc</goal>
+            </goals>
+            <configuration>
+              <isStatic>false</isStatic>
+              <javaUnicodeEscape>true</javaUnicodeEscape>
+            </configuration>
+          </execution>
+          <execution>
+            <id>javacc-jjdoc</id>
+            <goals>
+              <goal>jjdoc</goal>
+            </goals>
+            <phase>process-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-sources/javacc/</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings
+            only. It has no influence on the Maven build itself. -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>
+                      org.codehaus.mojo
+                    </groupId>
+                    <artifactId>
+                      javacc-maven-plugin
+                    </artifactId>
+                    <versionRange>
+                      [2.6,)
+                    </versionRange>
+                    <goals>
+                      <goal>jjdoc</goal>
+                      <goal>javacc</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-lang-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/rewrites/AqlQueryRewriter.java
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/rewrites/AqlQueryRewriter.java b/asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/rewrites/AqlQueryRewriter.java
index 263cf9c..65f61f2 100644
--- a/asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/rewrites/AqlQueryRewriter.java
+++ b/asterixdb/asterix-lang-aql/src/main/java/org/apache/asterix/lang/aql/rewrites/AqlQueryRewriter.java
@@ -142,10 +142,10 @@ class AqlQueryRewriter implements IQueryRewriter {
                 }
                 StringBuilder messageBuilder = new StringBuilder();
                 if (functionDecls.size() > 0) {
-                    messageBuilder.append(" function " + functionDecls.get(functionDecls.size() - 1).getSignature()
+                    messageBuilder.append("function " + functionDecls.get(functionDecls.size() - 1).getSignature()
                             + " depends upon function " + signature + " which is undefined");
                 } else {
-                    messageBuilder.append(" function " + signature + " is undefined ");
+                    messageBuilder.append("function " + signature + " is undefined ");
                 }
                 throw new AsterixException(messageBuilder.toString());
             }
@@ -154,7 +154,7 @@ class AqlQueryRewriter implements IQueryRewriter {
                 FunctionDecl functionDecl = functionParser.getFunctionDecl(function);
                 if (functionDecl != null) {
                     if (functionDecls.contains(functionDecl)) {
-                        throw new AsterixException("ERROR:Recursive invocation "
+                        throw new AsterixException("Recursive invocation "
                                 + functionDecls.get(functionDecls.size() - 1).getSignature() + " <==> "
                                 + functionDecl.getSignature());
                     }

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-lang-common/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-lang-common/pom.xml b/asterixdb/asterix-lang-common/pom.xml
index dd5035f..c43ec34 100644
--- a/asterixdb/asterix-lang-common/pom.xml
+++ b/asterixdb/asterix-lang-common/pom.xml
@@ -17,68 +17,68 @@
  ! under the License.
  !-->
 <project
-    xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
+             xmlns="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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <artifactId>asterix-lang-common</artifactId>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${project.build.directory}/generated-sources/javacc/</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+  <artifactId>asterix-lang-common</artifactId>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-sources/javacc/</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-metadata</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.9.1</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.1</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-lang-sqlpp/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-lang-sqlpp/pom.xml b/asterixdb/asterix-lang-sqlpp/pom.xml
index d69538e..e6bb103 100644
--- a/asterixdb/asterix-lang-sqlpp/pom.xml
+++ b/asterixdb/asterix-lang-sqlpp/pom.xml
@@ -17,117 +17,117 @@
  ! under the License.
  !-->
 <project
-    xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
+             xmlns="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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <artifactId>asterix-lang-sqlpp</artifactId>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.6</version>
-                <executions>
-                    <execution>
-                        <id>javacc</id>
-                        <goals>
-                            <goal>javacc</goal>
-                        </goals>
-                        <configuration>
-                            <isStatic>false</isStatic>
-                            <javaUnicodeEscape>true</javaUnicodeEscape>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>javacc-jjdoc</id>
-                        <goals>
-                            <goal>jjdoc</goal>
-                        </goals>
-                        <phase>process-sources</phase>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>${project.build.directory}/generated-sources/javacc/</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-        <pluginManagement>
-            <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings 
-                    only. It has no influence on the Maven build itself. -->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>
-                                            org.codehaus.mojo
-                                        </groupId>
-                                        <artifactId>
-                                            javacc-maven-plugin
-                                        </artifactId>
-                                        <versionRange>
-                                            [2.6,)
-                                        </versionRange>
-                                        <goals>
-                                            <goal>jjdoc</goal>
-                                            <goal>javacc</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+  <artifactId>asterix-lang-sqlpp</artifactId>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javacc-maven-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>javacc</id>
+            <goals>
+              <goal>javacc</goal>
+            </goals>
+            <configuration>
+              <isStatic>false</isStatic>
+              <javaUnicodeEscape>true</javaUnicodeEscape>
+            </configuration>
+          </execution>
+          <execution>
+            <id>javacc-jjdoc</id>
+            <goals>
+              <goal>jjdoc</goal>
+            </goals>
+            <phase>process-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-sources/javacc/</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings
+            only. It has no influence on the Maven build itself. -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>
+                      org.codehaus.mojo
+                    </groupId>
+                    <artifactId>
+                      javacc-maven-plugin
+                    </artifactId>
+                    <versionRange>
+                      [2.6,)
+                    </versionRange>
+                    <goals>
+                      <goal>jjdoc</goal>
+                      <goal>javacc</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-lang-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/SqlppQueryRewriter.java
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/SqlppQueryRewriter.java b/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/SqlppQueryRewriter.java
index f9a7183..3532c9d 100644
--- a/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/SqlppQueryRewriter.java
+++ b/asterixdb/asterix-lang-sqlpp/src/main/java/org/apache/asterix/lang/sqlpp/rewrites/SqlppQueryRewriter.java
@@ -201,10 +201,10 @@ class SqlppQueryRewriter implements IQueryRewriter {
                 }
                 StringBuilder messageBuilder = new StringBuilder();
                 if (functionDecls.size() > 0) {
-                    messageBuilder.append(" function " + functionDecls.get(functionDecls.size() - 1).getSignature()
+                    messageBuilder.append("function " + functionDecls.get(functionDecls.size() - 1).getSignature()
                             + " depends upon function " + signature + " which is undefined");
                 } else {
-                    messageBuilder.append(" function " + signature + " is undefined ");
+                    messageBuilder.append("function " + signature + " is undefined ");
                 }
                 throw new AsterixException(messageBuilder.toString());
             }
@@ -213,7 +213,7 @@ class SqlppQueryRewriter implements IQueryRewriter {
                 FunctionDecl functionDecl = functionRepository.getFunctionDecl(function);
                 if (functionDecl != null) {
                     if (functionDecls.contains(functionDecl)) {
-                        throw new AsterixException("ERROR:Recursive invocation "
+                        throw new AsterixException("Recursive invocation "
                                 + functionDecls.get(functionDecls.size() - 1).getSignature() + " <==> "
                                 + functionDecl.getSignature());
                     }

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-maven-plugins/asterix-evaluator-generator-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-maven-plugins/asterix-evaluator-generator-maven-plugin/pom.xml b/asterixdb/asterix-maven-plugins/asterix-evaluator-generator-maven-plugin/pom.xml
index 9d4a963..f3a311c 100644
--- a/asterixdb/asterix-maven-plugins/asterix-evaluator-generator-maven-plugin/pom.xml
+++ b/asterixdb/asterix-maven-plugins/asterix-evaluator-generator-maven-plugin/pom.xml
@@ -21,9 +21,9 @@
   <groupId>org.apache.asterix</groupId>
   <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
   <parent>
-        <groupId>org.apache.asterix</groupId>
-        <artifactId>asterix-maven-plugins</artifactId>
-        <version>0.8.9-SNAPSHOT</version>
+    <groupId>org.apache.asterix</groupId>
+    <artifactId>asterix-maven-plugins</artifactId>
+    <version>0.8.9-SNAPSHOT</version>
   </parent>
 
   <packaging>maven-plugin</packaging>
@@ -34,11 +34,11 @@
   </properties>
   <dependencies>
     <dependency>
-       <groupId>org.apache.asterix</groupId>
-       <artifactId>asterix-runtime</artifactId>
-       <type>jar</type>
-       <version>${project.version}</version>
-       <scope>compile</scope>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-runtime</artifactId>
+      <type>jar</type>
+      <version>${project.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml b/asterixdb/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml
index 9fe2e44..ede7d33 100644
--- a/asterixdb/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml
+++ b/asterixdb/asterix-maven-plugins/lexer-generator-maven-plugin/pom.xml
@@ -20,17 +20,17 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.asterix</groupId>
   <artifactId>lexer-generator-maven-plugin</artifactId>
-	<parent>
-		<artifactId>asterix-maven-plugins</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
+  <parent>
+    <artifactId>asterix-maven-plugins</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
   <packaging>maven-plugin</packaging>
   <name>lexer-generator-maven-plugin</name>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
   <dependencies>
     <dependency>
@@ -41,5 +41,5 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
     </dependency>
-  </dependencies>    
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-maven-plugins/pom.xml b/asterixdb/asterix-maven-plugins/pom.xml
index 0737ccb..d3b37fa 100644
--- a/asterixdb/asterix-maven-plugins/pom.xml
+++ b/asterixdb/asterix-maven-plugins/pom.xml
@@ -33,22 +33,21 @@
   </licenses>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
 
-
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
   <dependencies>
     <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <type>jar</type>
-        <scope>compile</scope>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml b/asterixdb/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml
index eee8438..1d1dcbc 100644
--- a/asterixdb/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml
+++ b/asterixdb/asterix-maven-plugins/record-manager-generator-maven-plugin/pom.xml
@@ -20,17 +20,17 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.asterix</groupId>
   <artifactId>record-manager-generator-maven-plugin</artifactId>
-    <parent>
-        <artifactId>asterix-maven-plugins</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
+  <parent>
+    <artifactId>asterix-maven-plugins</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
 
   <packaging>maven-plugin</packaging>
   <name>record-manager-generator-maven-plugin</name>
 
   <properties>
-      <appendedResourcesDirectory>${basedir}/../../src/main/appended-resources</appendedResourcesDirectory>
+    <appendedResourcesDirectory>${basedir}/../../src/main/appended-resources</appendedResourcesDirectory>
   </properties>
   <dependencies>
     <dependency>
@@ -47,10 +47,10 @@
       <artifactId>maven-project</artifactId>
       <version>2.2.1</version>
     </dependency>
-	<dependency>
+    <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
       <type>jar</type>
     </dependency>
-  </dependencies>    
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-metadata/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-metadata/pom.xml b/asterixdb/asterix-metadata/pom.xml
index d1f294c..8fccc2f 100644
--- a/asterixdb/asterix-metadata/pom.xml
+++ b/asterixdb/asterix-metadata/pom.xml
@@ -17,76 +17,76 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
-    <artifactId>asterix-metadata</artifactId>
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-om</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-runtime</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-events</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-client</artifactId>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-lsm-btree</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-hdfs-core</artifactId>
-            <version>${hyracks.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-external-data</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-metadata</artifactId>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-om</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-runtime</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-events</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-btree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-hdfs-core</artifactId>
+      <version>${hyracks.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-om/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-om/pom.xml b/asterixdb/asterix-om/pom.xml
index 48e4ffd..07b6c6a 100644
--- a/asterixdb/asterix-om/pom.xml
+++ b/asterixdb/asterix-om/pom.xml
@@ -17,13 +17,13 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>apache-asterixdb</artifactId>
-		<groupId>org.apache.asterix</groupId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-om</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-om</artifactId>
 
   <licenses>
     <license>
@@ -34,40 +34,40 @@
     </license>
   </licenses>
 
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-transactions</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
-		</dependency>
-        <dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>algebricks-compiler</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
-		</dependency>
-		<dependency>
-        <groupId>org.reflections</groupId>
-            <artifactId>reflections</artifactId>
-            <version>0.9.10</version>
-            <scope>test</scope>
-        </dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-transactions</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.reflections</groupId>
+      <artifactId>reflections</artifactId>
+      <version>0.9.10</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-replication/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-replication/pom.xml b/asterixdb/asterix-replication/pom.xml
index 5086192..7f0c34a 100644
--- a/asterixdb/asterix-replication/pom.xml
+++ b/asterixdb/asterix-replication/pom.xml
@@ -1,61 +1,61 @@
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.asterix</groupId>
-		<artifactId>apache-asterixdb</artifactId>
-		<version>0.8.9-SNAPSHOT</version>
-	</parent>
-	<artifactId>asterix-replication</artifactId>
-	<licenses>
-		<license>
-			<name>Apache License, Version 2.0</name>
-			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-			<distribution>repo</distribution>
-			<comments>A business-friendly OSS license</comments>
-		</license>
-	</licenses>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<configuration>
-					<includes>
-						<include>**/*.class</include>
-						<include>**/*.txt</include>
-					</includes>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test-jar</goal>
-						</goals>
-						<phase>package</phase>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-common</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.asterix</groupId>
-			<artifactId>asterix-metadata</artifactId>
-			<version>0.8.9-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.hyracks</groupId>
-			<artifactId>hyracks-storage-am-common</artifactId>
-		</dependency>
-	</dependencies>
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.asterix</groupId>
+    <artifactId>apache-asterixdb</artifactId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-replication</artifactId>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*.class</include>
+            <include>**/*.txt</include>
+          </includes>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-storage-am-common</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>



[13/13] incubator-asterixdb git commit: Normalize XML Whitespace

Posted by mb...@apache.org.
Normalize XML Whitespace

Normalize whitespace in project XML files (e.g. pom.xml), to two-spaces
per indentation level.
Cleanup rewriter error messages for user-defined functions

Change-Id: Ic06e3ff4431508d878e0cc614fbf957887a3c682
Reviewed-on: https://asterix-gerrit.ics.uci.edu/836
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: abdullah alamoudi <ba...@gmail.com>


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

Branch: refs/heads/master
Commit: b4c1fb0606986e0b9926e4db01d297ecb57e6b63
Parents: 11810ce
Author: Michael Blow <mb...@apache.org>
Authored: Mon May 9 15:41:00 2016 -0700
Committer: Michael Blow <mi...@couchbase.com>
Committed: Mon May 9 16:20:28 2016 -0700

----------------------------------------------------------------------
 asterixdb/asterix-algebra/pom.xml               |   292 +-
 asterixdb/asterix-app/pom.xml                   |   464 +-
 .../resources/asterix-build-configuration.xml   |   170 +-
 .../test/resources/hadoop/conf/core-site.xml    |     9 +-
 .../test/resources/hadoop/conf/hdfs-site.xml    |    16 +-
 .../test/resources/hadoop/conf/mapred-site.xml  |    32 +-
 .../src/test/resources/runtimets/only.xml       |     4 +-
 .../src/test/resources/runtimets/only_sqlpp.xml |     4 +-
 .../queries/comparison/ComparisonQueries.xml    |   418 +-
 .../comparison/deep_equal/DeepEqualQueries.xml  |    12 +-
 .../queries/records/RecordsQueries.xml          |   318 +-
 .../queries_sqlpp/records/RecordsQueries.xml    |   230 +-
 .../resources/runtimets/repeatedtestsuite.xml   |    30 +-
 .../src/test/resources/runtimets/testsuite.xml  | 13772 ++++++++--------
 .../resources/runtimets/testsuite_sqlpp.xml     | 13866 ++++++++---------
 .../runtimets/testsuite_sqlpp_parser.xml        | 13214 ++++++++--------
 asterixdb/asterix-common/pom.xml                |   454 +-
 asterixdb/asterix-doc/pom.xml                   |     3 +-
 asterixdb/asterix-doc/src/site/site.xml         |    10 +-
 .../docker/asterix-configuration.xml            |   436 +-
 asterixdb/asterix-docker/pom.xml                |    57 +-
 asterixdb/asterix-events/pom.xml                |   326 +-
 .../src/main/resources/events/events.xml        |     2 +-
 asterixdb/asterix-examples/pom.xml              |    18 +-
 .../assembly/admaql101-demo-binary-assembly.xml |    24 +-
 .../assembly/tweetbook-demo-binary-assembly.xml |    24 +-
 asterixdb/asterix-experiments/pom.xml           |   292 +-
 .../src/main/assembly/binary-assembly.xml       |    42 +-
 .../configs/1node.xml                           |    46 +-
 .../configs/2node.xml                           |    54 +-
 .../configs/4node.xml                           |    70 +-
 .../configs/8node.xml                           |   102 +-
 .../configs/asterix-configuration.xml           |   430 +-
 .../configs/managix-conf.xml                    |    30 +-
 asterixdb/asterix-external-data/pom.xml         |   538 +-
 .../src/test/resources/library_descriptor.xml   |   148 +-
 asterixdb/asterix-fuzzyjoin/pom.xml             |    42 +-
 asterixdb/asterix-installer/pom.xml             |   639 +-
 .../src/main/assembly/binary-assembly.xml       |   264 +-
 .../src/main/resources/clusters/demo/demo.xml   |    70 +-
 .../src/main/resources/clusters/local/local.xml |    84 +-
 .../resources/conf/asterix-configuration.xml    |   466 +-
 .../src/test/resources/clusterts/cluster.xml    |    56 +-
 .../clusterts/cluster_with_replication.xml      |    84 +-
 .../integrationts/asterix-configuration.xml     |   466 +-
 .../integrationts/library/testsuite.xml         |     4 +-
 .../integrationts/replication/testsuite.xml     |    48 +-
 .../test/resources/transactionts/testsuite.xml  |    32 +-
 asterixdb/asterix-lang-aql/pom.xml              |   224 +-
 .../lang/aql/rewrites/AqlQueryRewriter.java     |     6 +-
 asterixdb/asterix-lang-common/pom.xml           |   120 +-
 asterixdb/asterix-lang-sqlpp/pom.xml            |   218 +-
 .../lang/sqlpp/rewrites/SqlppQueryRewriter.java |     6 +-
 .../pom.xml                                     |    16 +-
 .../lexer-generator-maven-plugin/pom.xml        |    14 +-
 asterixdb/asterix-maven-plugins/pom.xml         |    21 +-
 .../pom.xml                                     |    16 +-
 asterixdb/asterix-metadata/pom.xml              |   144 +-
 asterixdb/asterix-om/pom.xml                    |    84 +-
 asterixdb/asterix-replication/pom.xml           |   116 +-
 asterixdb/asterix-runtime/pom.xml               |   126 +-
 asterixdb/asterix-server/pom.xml                |    58 +-
 .../src/main/assembly/binary-assembly.xml       |    32 +-
 asterixdb/asterix-test-framework/pom.xml        |    48 +-
 asterixdb/asterix-tools/pom.xml                 |   324 +-
 .../src/main/assembly/binary-assembly.xml       |    36 +-
 asterixdb/asterix-transactions/pom.xml          |   186 +-
 asterixdb/asterix-yarn/pom.xml                  |   470 +-
 .../src/main/assembly/binary-assembly.xml       |   204 +-
 .../resources/base-asterix-configuration.xml    |   466 +-
 .../configs/base-asterix-configuration.xml      |   466 +-
 .../src/main/resources/configs/local.xml        |    50 +-
 .../configs/my_awesome_cluster_desc.xml         |    46 +-
 .../test/resources/hadoop/conf/core-site.xml    |     6 +-
 .../test/resources/hadoop/conf/hdfs-site.xml    |    16 +-
 .../test/resources/hadoop/conf/mapred-site.xml  |    32 +-
 asterixdb/pom.xml                               |  1360 +-
 .../appended-resources/supplemental-models.xml  |     8 +-
 asterixdb/src/main/assembly/source.xml          |    14 +-
 build.xml                                       |   138 +-
 .../algebricks/algebricks-common/pom.xml        |    13 +-
 .../algebricks/algebricks-compiler/pom.xml      |    22 +-
 .../algebricks/algebricks-core/pom.xml          |    52 +-
 .../algebricks/algebricks-data/pom.xml          |    22 +-
 .../algebricks-examples/piglet-example/pom.xml  |    16 +-
 .../algebricks/algebricks-examples/pom.xml      |    18 +-
 .../algebricks/algebricks-rewriter/pom.xml      |    13 +-
 .../algebricks/algebricks-runtime/pom.xml       |    53 +-
 .../algebricks-tests/build-script.xml           |    74 +-
 .../algebricks/algebricks-tests/pom.xml         |    78 +-
 hyracks-fullstack/algebricks/pom.xml            |     2 +-
 hyracks-fullstack/hyracks/hyracks-api/pom.xml   |    64 +-
 .../hyracks/hyracks-client/pom.xml              |   144 +-
 hyracks-fullstack/hyracks/hyracks-comm/pom.xml  |    22 +-
 .../hyracks-control/hyracks-control-cc/pom.xml  |    64 +-
 .../hyracks-control-common/pom.xml              |    28 +-
 .../hyracks-control/hyracks-control-nc/pom.xml  |    36 +-
 .../hyracks/hyracks-control/pom.xml             |     2 +-
 .../hyracks-data/hyracks-data-std/pom.xml       |    60 +-
 hyracks-fullstack/hyracks/hyracks-data/pom.xml  |     2 +-
 .../hyracks/hyracks-dataflow-common/pom.xml     |    94 +-
 .../hyracks/hyracks-dataflow-hadoop/pom.xml     |    81 +-
 .../hyracks/hyracks-dataflow-std/pom.xml        |    76 +-
 hyracks-fullstack/hyracks/hyracks-dist/pom.xml  |   115 +-
 .../main/resources/conf/topology-template.xml   |     8 +-
 .../hyracks/hyracks-documentation/pom.xml       |    75 +-
 .../src/books/user-guide/doxia-descriptor.xml   |     4 +-
 .../btree-example/btreeclient/pom.xml           |    42 +-
 .../btree-example/btreehelper/pom.xml           |    59 +-
 .../btree-example/btreeserver/pom.xml           |    44 +-
 .../src/main/assembly/binary-assembly.xml       |     4 +-
 .../hyracks-examples/btree-example/pom.xml      |     3 +-
 .../hyracks-integration-tests/pom.xml           |   212 +-
 .../hyracks-shutdown-test/pom.xml               |    42 +-
 .../src/main/assembly/binary-assembly.xml       |     6 +-
 .../hyracks/hyracks-examples/pom.xml            |     2 +-
 .../hyracks-examples/text-example/pom.xml       |     2 +-
 .../text-example/textclient/pom.xml             |    34 +-
 .../text-example/texthelper/pom.xml             |    46 +-
 .../text-example/textserver/pom.xml             |    42 +-
 .../src/main/assembly/binary-assembly.xml       |     4 +-
 .../hyracks-examples/tpch-example/pom.xml       |     3 +-
 .../tpch-example/tpchclient/pom.xml             |   170 +-
 .../tpch-example/tpchserver/pom.xml             |    46 +-
 .../src/main/assembly/binary-assembly.xml       |     4 +-
 .../hyracks-hdfs/hyracks-hdfs-1.x/pom.xml       |   154 +-
 .../hyracks-hdfs/hyracks-hdfs-2.x/pom.xml       |   440 +-
 .../hyracks-hdfs/hyracks-hdfs-core/pom.xml      |   430 +-
 .../test/resources/hadoop/conf/core-site.xml    |     9 +-
 .../test/resources/hadoop/conf/hdfs-site.xml    |    24 +-
 .../test/resources/hadoop/conf/mapred-site.xml  |    20 +-
 .../src/test/resources/topology.xml             |    60 +-
 hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml  |     3 +-
 hyracks-fullstack/hyracks/hyracks-ipc/pom.xml   |     4 +-
 .../hyracks-virtualcluster-maven-plugin/pom.xml |     2 +-
 .../hyracks/hyracks-maven-plugins/pom.xml       |    16 +-
 hyracks-fullstack/hyracks/hyracks-net/pom.xml   |     3 +-
 .../hyracks/hyracks-server/pom.xml              |    40 +-
 .../src/main/assembly/binary-assembly.xml       |     4 +-
 .../hyracks-storage-am-bloomfilter/pom.xml      |    17 +-
 .../hyracks/hyracks-storage-am-btree/pom.xml    |   132 +-
 .../hyracks/hyracks-storage-am-common/pom.xml   |    65 +-
 .../hyracks-storage-am-lsm-btree/pom.xml        |    45 +-
 .../hyracks-storage-am-lsm-common/pom.xml       |    45 +-
 .../pom.xml                                     |    76 +-
 .../hyracks-storage-am-lsm-rtree/pom.xml        |    44 +-
 .../hyracks/hyracks-storage-am-rtree/pom.xml    |    44 +-
 .../hyracks/hyracks-storage-common/pom.xml      |    16 +-
 .../hyracks/hyracks-test-support/pom.xml        |     2 +-
 .../hyracks-storage-am-bloomfilter-test/pom.xml |    32 +-
 .../hyracks-storage-am-btree-test/pom.xml       |    46 +-
 .../hyracks-storage-am-lsm-btree-test/pom.xml   |    46 +-
 .../hyracks-storage-am-lsm-common-test/pom.xml  |    38 +-
 .../pom.xml                                     |   104 +-
 .../hyracks-storage-am-lsm-rtree-test/pom.xml   |    44 +-
 .../hyracks-storage-am-rtree-test/pom.xml       |    42 +-
 .../hyracks-storage-common-test/pom.xml         |    40 +-
 hyracks-fullstack/hyracks/hyracks-tests/pom.xml |     2 +-
 hyracks-fullstack/hyracks/hyracks-util/pom.xml  |    59 +-
 .../hyracks-yarn/hyracks-yarn-am/pom.xml        |    22 +-
 .../hyracks-yarn/hyracks-yarn-client/pom.xml    |    36 +-
 .../src/main/assembly/binary-assembly.xml       |     2 +-
 .../hyracks-yarn/hyracks-yarn-common/pom.xml    |    32 +-
 hyracks-fullstack/hyracks/hyracks-yarn/pom.xml  |     2 +-
 hyracks-fullstack/hyracks/pom.xml               |    56 +-
 hyracks-fullstack/pom.xml                       |   489 +-
 .../appended-resources/supplemental-models.xml  |     8 +-
 hyracks-fullstack/src/main/assembly/source.xml  |     4 +-
 168 files changed, 29030 insertions(+), 29055 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-algebra/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-algebra/pom.xml b/asterixdb/asterix-algebra/pom.xml
index 5131852..fce8568 100644
--- a/asterixdb/asterix-algebra/pom.xml
+++ b/asterixdb/asterix-algebra/pom.xml
@@ -10,152 +10,152 @@
 	License for the ! specific language governing permissions and limitations 
 	! under the License. ! -->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
-    <artifactId>asterix-algebra</artifactId>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-algebra</artifactId>
 
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.6</version>
-                <executions>
-                    <execution>
-                        <id>javacc</id>
-                        <goals>
-                            <goal>javacc</goal>
-                        </goals>
-                        <configuration>
-                            <isStatic>false</isStatic>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.asterix</groupId>
-                <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
-                <version>${project.version}</version>
-                <configuration>
-                    <evaluatorPackagePrefix>org.apache.asterix.runtime.evaluators</evaluatorPackagePrefix>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>generate-evaluator</id>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>generate-evaluator</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.codehaus.mojo</groupId>
-                                        <artifactId>javacc-maven-plugin</artifactId>
-                                        <versionRange> [2.6,)</versionRange>
-                                        <goals>
-                                            <goal>javacc</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.apache.asterix</groupId>
-                                        <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
-                                        <versionRange>(0.8.8-incubating,)</versionRange>
-                                        <goals>
-                                            <goal>javacc</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-runtime</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-lang-common</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-lang-aql</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-lang-sqlpp</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-metadata</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-external-data</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-transactions</artifactId>
-            <version>0.8.9-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>algebricks-compiler</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-        </dependency>
-    </dependencies>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javacc-maven-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <id>javacc</id>
+            <goals>
+              <goal>javacc</goal>
+            </goals>
+            <configuration>
+              <isStatic>false</isStatic>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.asterix</groupId>
+        <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
+        <version>${project.version}</version>
+        <configuration>
+          <evaluatorPackagePrefix>org.apache.asterix.runtime.evaluators</evaluatorPackagePrefix>
+        </configuration>
+        <executions>
+          <execution>
+            <id>generate-evaluator</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>generate-evaluator</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>javacc-maven-plugin</artifactId>
+                    <versionRange>[2.6,)</versionRange>
+                    <goals>
+                      <goal>javacc</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.asterix</groupId>
+                    <artifactId>asterix-evaluator-generator-maven-plugin</artifactId>
+                    <versionRange>(0.8.8-incubating,)</versionRange>
+                    <goals>
+                      <goal>javacc</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-runtime</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-common</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-aql</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-lang-sqlpp</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-transactions</artifactId>
+      <version>0.8.9-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.json</groupId>
+      <artifactId>json</artifactId>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 5ca06b6..bdd86ba 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -17,238 +17,238 @@
  ! under the License.
  !-->
 <project xmlns="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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>apache-asterixdb</artifactId>
-        <groupId>org.apache.asterix</groupId>
-        <version>0.8.9-SNAPSHOT</version>
-    </parent>
-    <artifactId>asterix-app</artifactId>
-    <licenses>
-        <license>
-            <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>apache-asterixdb</artifactId>
+    <groupId>org.apache.asterix</groupId>
+    <version>0.8.9-SNAPSHOT</version>
+  </parent>
+  <artifactId>asterix-app</artifactId>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
-    <properties>
-        <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
-    </properties>
+  <properties>
+    <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
+  </properties>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-external-library</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>src/test/resources/externallib</outputDirectory>
-                            <overwrite>true</overwrite>
-                            <resources>
-                                <resource>
-                                    <directory>../asterix-external-data/target</directory>
-                                    <includes>
-                                        <include>testlib-zip-binary-assembly.zip</include>
-                                    </includes>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>copy-beer-csv</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>target/data/csv</outputDirectory>
-                            <overwrite>true</overwrite>
-                            <resources>
-                                <resource>
-                                    <directory>../asterix-external-data/src/test/resources</directory>
-                                    <includes>
-                                        <include>beer.csv</include>
-                                    </includes>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <type>jar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-server</artifactId>
-            <version>8.0.0.M2</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-servlet</artifactId>
-            <version>8.0.0.M2</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-cc</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-control-nc</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>algebricks-compiler</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-client</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-algebra</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-om</artifactId>
-            <version>${project.version}</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-metadata</artifactId>
-            <version>${project.version}</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-tools</artifactId>
-            <version>${project.version}</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>${project.version}</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-common</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-transactions</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-client</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-            <type>jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>2.9.1</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.1</version>
-            <type>jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-test-framework</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.10.19</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.e-movimento.tinytools</groupId>
-            <artifactId>privilegedaccessor</artifactId>
-            <version>1.2.2</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-replication</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.asterix</groupId>
-            <artifactId>asterix-external-data</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-external-library</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>src/test/resources/externallib</outputDirectory>
+              <overwrite>true</overwrite>
+              <resources>
+                <resource>
+                  <directory>../asterix-external-data/target</directory>
+                  <includes>
+                    <include>testlib-zip-binary-assembly.zip</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>copy-beer-csv</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>target/data/csv</outputDirectory>
+              <overwrite>true</overwrite>
+              <resources>
+                <resource>
+                  <directory>../asterix-external-data/src/test/resources</directory>
+                  <includes>
+                    <include>beer.csv</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <type>jar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+      <version>8.0.0.M2</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+      <version>8.0.0.M2</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-cc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-control-nc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>algebricks-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-algebra</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-om</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-metadata</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-tools</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>${project.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-common</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-transactions</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.7.1</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-test-framework</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.10.19</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.e-movimento.tinytools</groupId>
+      <artifactId>privilegedaccessor</artifactId>
+      <version>1.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-replication</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.asterix</groupId>
+      <artifactId>asterix-external-data</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
index ff03ab6..b1d0649 100644
--- a/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
+++ b/asterixdb/asterix-app/src/main/resources/asterix-build-configuration.xml
@@ -17,91 +17,91 @@
  ! under the License.
  !-->
 <asterixConfiguration xmlns="asterixconf">
-	<metadataNode>asterix_nc1</metadataNode>
-	<store>
-		<ncId>asterix_nc1</ncId>
-		<storeDirs>iodevice0,iodevice1</storeDirs>
-	</store>
-	<store>
-		<ncId>asterix_nc2</ncId>
-		<storeDirs>iodevice0,iodevice1</storeDirs>
-	</store>
-	<transactionLogDir>
-		<ncId>asterix_nc1</ncId>
-		<txnLogDirPath>target/txnLogDir/asterix_nc1</txnLogDirPath>
-	</transactionLogDir>
-	<transactionLogDir>
-		<ncId>asterix_nc2</ncId>
-		<txnLogDirPath>target/txnLogDir/asterix_nc2</txnLogDirPath>
-	</transactionLogDir>
+  <metadataNode>asterix_nc1</metadataNode>
+  <store>
+    <ncId>asterix_nc1</ncId>
+    <storeDirs>iodevice0,iodevice1</storeDirs>
+  </store>
+  <store>
+    <ncId>asterix_nc2</ncId>
+    <storeDirs>iodevice0,iodevice1</storeDirs>
+  </store>
+  <transactionLogDir>
+    <ncId>asterix_nc1</ncId>
+    <txnLogDirPath>target/txnLogDir/asterix_nc1</txnLogDirPath>
+  </transactionLogDir>
+  <transactionLogDir>
+    <ncId>asterix_nc2</ncId>
+    <txnLogDirPath>target/txnLogDir/asterix_nc2</txnLogDirPath>
+  </transactionLogDir>
 
-	<property>
-		<name>max.wait.active.cluster</name>
-		<value>60</value>
-		<description>Maximum wait (in seconds) for a cluster to be ACTIVE (all
-			nodes are available)
-			before a submitted query/statement can be
-			executed. (Default = 60 seconds)
-		</description>
-	</property>
+  <property>
+    <name>max.wait.active.cluster</name>
+    <value>60</value>
+    <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all
+      nodes are available)
+      before a submitted query/statement can be
+      executed. (Default = 60 seconds)
+    </description>
+  </property>
 
-	<property>
-		<name>log.level</name>
-		<value>WARNING</value>
-		<description>Log level for running tests/build</description>
-	</property>
-	<property>
-		<name>compiler.framesize</name>
-		<value>32768</value>
-	</property>
-	<property>
-		<name>compiler.sortmemory</name>
-		<value>327680</value>
-	</property>
-	<property>
-		<name>compiler.groupmemory</name>
-		<value>163840</value>
-	</property>
-	<property>
-		<name>compiler.joinmemory</name>
-		<value>163840</value>
-	</property>
-        <property>
-               <name>compiler.pregelix.home</name>
-               <value>~/pregelix</value>
-        </property>
-	<property>
-		<name>storage.buffercache.pagesize</name>
-		<value>32768</value>
-		<description>The page size in bytes for pages in the buffer cache.
-			(Default = "32768" // 32KB)
-		</description>
-	</property>
-	<property>
-		<name>storage.buffercache.size</name>
-		<value>33554432</value>
-		<description>The size of memory allocated to the disk buffer cache.
-			The value should be a multiple of the buffer cache page size(Default
-			= "33554432" // 32MB)
-		</description>
-	</property>
-	<property>
-		<name>storage.memorycomponent.numpages</name>
-		<value>8</value>
-		<description>The number of pages to allocate for a memory component.
-			(Default = 8)
-		</description>
-	</property>
-	<property>
-		<name>plot.activate</name>
-		<value>false</value>
-		<description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
-		</description>
-	</property>
-    <property>
-        <name>log.level</name>
-        <value>WARNING</value>
-        <description>The minimum log level to be displayed. (Default = INFO)
-        </description>
-    </property>
+  <property>
+    <name>log.level</name>
+    <value>WARNING</value>
+    <description>Log level for running tests/build</description>
+  </property>
+  <property>
+    <name>compiler.framesize</name>
+    <value>32768</value>
+  </property>
+  <property>
+    <name>compiler.sortmemory</name>
+    <value>327680</value>
+  </property>
+  <property>
+    <name>compiler.groupmemory</name>
+    <value>163840</value>
+  </property>
+  <property>
+    <name>compiler.joinmemory</name>
+    <value>163840</value>
+  </property>
+  <property>
+    <name>compiler.pregelix.home</name>
+    <value>~/pregelix</value>
+  </property>
+  <property>
+    <name>storage.buffercache.pagesize</name>
+    <value>32768</value>
+    <description>The page size in bytes for pages in the buffer cache.
+      (Default = "32768" // 32KB)
+    </description>
+  </property>
+  <property>
+    <name>storage.buffercache.size</name>
+    <value>33554432</value>
+    <description>The size of memory allocated to the disk buffer cache.
+      The value should be a multiple of the buffer cache page size(Default
+      = "33554432" // 32MB)
+    </description>
+  </property>
+  <property>
+    <name>storage.memorycomponent.numpages</name>
+    <value>8</value>
+    <description>The number of pages to allocate for a memory component.
+      (Default = 8)
+    </description>
+  </property>
+  <property>
+    <name>plot.activate</name>
+    <value>false</value>
+    <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
+    </description>
+  </property>
+  <property>
+    <name>log.level</name>
+    <value>WARNING</value>
+    <description>The minimum log level to be displayed. (Default = INFO)
+    </description>
+  </property>
 </asterixConfiguration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/hadoop/conf/core-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/hadoop/conf/core-site.xml b/asterixdb/asterix-app/src/test/resources/hadoop/conf/core-site.xml
index e44b370..82f7392 100644
--- a/asterixdb/asterix-app/src/test/resources/hadoop/conf/core-site.xml
+++ b/asterixdb/asterix-app/src/test/resources/hadoop/conf/core-site.xml
@@ -23,14 +23,13 @@
 
 <configuration>
 
-<property>
+  <property>
     <name>fs.default.name</name>
     <value>hdfs://192.168.0.103:31888</value>
-</property>
-<property>
+  </property>
+  <property>
     <name>hadoop.tmp.dir</name>
     <value>/tmp/hadoop</value>
-</property>
-
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/hadoop/conf/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/hadoop/conf/hdfs-site.xml b/asterixdb/asterix-app/src/test/resources/hadoop/conf/hdfs-site.xml
index 803f384..f161685 100644
--- a/asterixdb/asterix-app/src/test/resources/hadoop/conf/hdfs-site.xml
+++ b/asterixdb/asterix-app/src/test/resources/hadoop/conf/hdfs-site.xml
@@ -23,14 +23,14 @@
 
 <configuration>
 
-<property>
-   <name>dfs.replication</name>
-   <value>1</value>
-</property>
+  <property>
+    <name>dfs.replication</name>
+    <value>1</value>
+  </property>
 
-<property>
-	<name>dfs.block.size</name>
-	<value>1048576</value>
-</property>
+  <property>
+    <name>dfs.block.size</name>
+    <value>1048576</value>
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/hadoop/conf/mapred-site.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/hadoop/conf/mapred-site.xml b/asterixdb/asterix-app/src/test/resources/hadoop/conf/mapred-site.xml
index 59ee764..fcbb184 100644
--- a/asterixdb/asterix-app/src/test/resources/hadoop/conf/mapred-site.xml
+++ b/asterixdb/asterix-app/src/test/resources/hadoop/conf/mapred-site.xml
@@ -23,21 +23,21 @@
 
 <configuration>
 
-	<property>
-		<name>mapred.job.tracker</name>
-		<value>localhost:29007</value>
-	</property>
-	<property>
-		<name>mapred.tasktracker.map.tasks.maximum</name>
-		<value>20</value>
-	</property>
-	<property>
-		<name>mapred.tasktracker.reduce.tasks.maximum</name>
-		<value>20</value>
-	</property>
-	<property>
-		<name>mapred.max.split.size</name>
-		<value>128</value>
-	</property>
+  <property>
+    <name>mapred.job.tracker</name>
+    <value>localhost:29007</value>
+  </property>
+  <property>
+    <name>mapred.tasktracker.map.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.tasktracker.reduce.tasks.maximum</name>
+    <value>20</value>
+  </property>
+  <property>
+    <name>mapred.max.split.size</name>
+    <value>128</value>
+  </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/only.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/only.xml b/asterixdb/asterix-app/src/test/resources/runtimets/only.xml
index 245401b..12b0d83 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/only.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/only.xml
@@ -18,6 +18,6 @@
  ! under the License.
  !-->
 <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries">
-    <test-group name="failed">
-    </test-group>
+  <test-group name="failed">
+  </test-group>
 </test-suite>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml b/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
index b3542eb..876a10b 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/only_sqlpp.xml
@@ -18,6 +18,6 @@
  ! under the License.
  !-->
 <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries_sqlpp">
-    <test-group name="failed">
-    </test-group>
+  <test-group name="failed">
+  </test-group>
 </test-suite>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/ComparisonQueries.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/ComparisonQueries.xml b/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/ComparisonQueries.xml
index 6c3cc06..7e8eaca 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/ComparisonQueries.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/ComparisonQueries.xml
@@ -1,209 +1,209 @@
-        <test-case FilePath="comparison">
-            <compilation-unit name="year_month_duration_order">
-                <output-dir compare="Text">year_month_duration_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_order">
-                <output-dir compare="Text">datetime_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_range">
-                <output-dir compare="Text">datetime_range</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="datetime_tzeq">
-                <output-dir compare="Text">datetime_tzeq</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="interval_order">
-                <output-dir compare="Text">interval_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="time_order">
-                <output-dir compare="Text">time_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="date_order">
-                <output-dir compare="Text">date_order</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double">
-                <output-dir compare="Text">double</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_gte_01">
-                <output-dir compare="Text">double_gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="double_null">
-                <output-dir compare="Text">double_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="eq_01">
-                <output-dir compare="Text">eq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float">
-                <output-dir compare="Text">float</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="float_null">
-                <output-dir compare="Text">float_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gt_01">
-                <output-dir compare="Text">gt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="gte_01">
-                <output-dir compare="Text">gte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16">
-                <output-dir compare="Text">int16</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int16_null">
-                <output-dir compare="Text">int16_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32">
-                <output-dir compare="Text">int32</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int32_null">
-                <output-dir compare="Text">int32_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64">
-                <output-dir compare="Text">int64</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int64_null">
-                <output-dir compare="Text">int64_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8">
-                <output-dir compare="Text">int8</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="int8_null">
-                <output-dir compare="Text">int8_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lt_01">
-                <output-dir compare="Text">lt_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="lte_01">
-                <output-dir compare="Text">lte_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="neq_01">
-                <output-dir compare="Text">neq_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--
-        <test-case FilePath="comparison">
-          <compilation-unit name="numeric-comparison_01">
-            <output-dir compare="Text">numeric-comparison_01</output-dir>
-          </compilation-unit>
-        </test-case>
-        -->
-        <test-case FilePath="comparison">
-            <compilation-unit name="string">
-                <output-dir compare="Text">string</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="string_null">
-                <output-dir compare="Text">string_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_equality">
-                <output-dir compare="Text">issue363_equality</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_duration">
-                <output-dir compare="Text">issue363_inequality_duration</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the DURATION type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_interval">
-                <output-dir compare="Text">issue363_inequality_interval</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the INTERVAL type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_point">
-                <output-dir compare="Text">issue363_inequality_point</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POINT type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_line">
-                <output-dir compare="Text">issue363_inequality_line</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the LINE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_polygon">
-                <output-dir compare="Text">issue363_inequality_polygon</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POLYGON type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_rectangle">
-                <output-dir compare="Text">issue363_inequality_rectangle</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the RECTANGLE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="issue363_inequality_circle">
-                <output-dir compare="Text">issue363_inequality_circle</output-dir>
-                <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the CIRCLE type are not defined</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary">
-                <output-dir compare="Text">binary</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="binary_null">
-                <output-dir compare="Text">binary_null</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="comparison">
-            <compilation-unit name="uuid_1">
-                <output-dir compare="Text">uuid_1</output-dir>
-            </compilation-unit>
-        </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="year_month_duration_order">
+        <output-dir compare="Text">year_month_duration_order</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="datetime_order">
+        <output-dir compare="Text">datetime_order</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="datetime_range">
+        <output-dir compare="Text">datetime_range</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="datetime_tzeq">
+        <output-dir compare="Text">datetime_tzeq</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="interval_order">
+        <output-dir compare="Text">interval_order</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="time_order">
+        <output-dir compare="Text">time_order</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="date_order">
+        <output-dir compare="Text">date_order</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="double">
+        <output-dir compare="Text">double</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="double_gte_01">
+        <output-dir compare="Text">double_gte_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="double_null">
+        <output-dir compare="Text">double_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="eq_01">
+        <output-dir compare="Text">eq_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="float">
+        <output-dir compare="Text">float</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="float_null">
+        <output-dir compare="Text">float_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="gt_01">
+        <output-dir compare="Text">gt_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="gte_01">
+        <output-dir compare="Text">gte_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int16">
+        <output-dir compare="Text">int16</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int16_null">
+        <output-dir compare="Text">int16_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int32">
+        <output-dir compare="Text">int32</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int32_null">
+        <output-dir compare="Text">int32_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int64">
+        <output-dir compare="Text">int64</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int64_null">
+        <output-dir compare="Text">int64_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int8">
+        <output-dir compare="Text">int8</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="int8_null">
+        <output-dir compare="Text">int8_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="lt_01">
+        <output-dir compare="Text">lt_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="lte_01">
+        <output-dir compare="Text">lte_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="neq_01">
+        <output-dir compare="Text">neq_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!--
+    <test-case FilePath="comparison">
+      <compilation-unit name="numeric-comparison_01">
+        <output-dir compare="Text">numeric-comparison_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    -->
+    <test-case FilePath="comparison">
+      <compilation-unit name="string">
+        <output-dir compare="Text">string</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="string_null">
+        <output-dir compare="Text">string_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_equality">
+        <output-dir compare="Text">issue363_equality</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_duration">
+        <output-dir compare="Text">issue363_inequality_duration</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the DURATION type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_interval">
+        <output-dir compare="Text">issue363_inequality_interval</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the INTERVAL type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_point">
+        <output-dir compare="Text">issue363_inequality_point</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POINT type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_line">
+        <output-dir compare="Text">issue363_inequality_line</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the LINE type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_polygon">
+        <output-dir compare="Text">issue363_inequality_polygon</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POLYGON type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_rectangle">
+        <output-dir compare="Text">issue363_inequality_rectangle</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the RECTANGLE type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="issue363_inequality_circle">
+        <output-dir compare="Text">issue363_inequality_circle</output-dir>
+        <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the CIRCLE type are not defined</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="binary">
+        <output-dir compare="Text">binary</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="binary_null">
+        <output-dir compare="Text">binary_null</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="comparison">
+      <compilation-unit name="uuid_1">
+        <output-dir compare="Text">uuid_1</output-dir>
+      </compilation-unit>
+    </test-case>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/deep_equal/DeepEqualQueries.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/deep_equal/DeepEqualQueries.xml b/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/deep_equal/DeepEqualQueries.xml
index 83d0061..badeff0 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/deep_equal/DeepEqualQueries.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries/comparison/deep_equal/DeepEqualQueries.xml
@@ -17,12 +17,12 @@
  ! under the License.
  !-->
     <test-case FilePath="comparison/deep_equal">
-        <compilation-unit name="documentation-example">
-            <output-dir compare="Text">documentation-example</output-dir>
-        </compilation-unit>
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
     </test-case>
     <test-case FilePath="comparison/deep_equal">
-        <compilation-unit name="open-records-example">
-            <output-dir compare="Text">open-records-example</output-dir>
-        </compilation-unit>
+      <compilation-unit name="open-records-example">
+        <output-dir compare="Text">open-records-example</output-dir>
+      </compilation-unit>
     </test-case>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/b4c1fb06/asterixdb/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml b/asterixdb/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml
index 0e89dd8..0f2f757 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml
@@ -16,162 +16,162 @@
  ! specific language governing permissions and limitations
  ! under the License.
  !-->
-        <test-case FilePath="records">
-            <compilation-unit name="access-nested-fields">
-                <output-dir compare="Text">access-nested-fields</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_01">
-                <output-dir compare="Text">closed-record-constructor_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_02">
-                <output-dir compare="Text">closed-record-constructor_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-record-constructor_03">
-                <output-dir compare="Text">closed-record-constructor_03</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="expFieldName">
-                <output-dir compare="Text">expFieldName</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="field-access-by-index_01">
-                <output-dir compare="Text">field-access-by-index_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="field-access-on-open-field">
-                <output-dir compare="Text">field-access-on-open-field</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <!--test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example">
-                <output-dir compare="Text">tiny-social-example</output-dir>
-            </compilation-unit>
-        </test-case!-->
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-no-complex-types">
-                <output-dir compare="Text">tiny-social-example-no-complex-types</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-only-lists">
-                <output-dir compare="Text">tiny-social-example-only-lists</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-fields">
-            <compilation-unit name="tiny-social-example-only-records">
-                <output-dir compare="Text">tiny-social-example-only-records</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-closed">
-                <output-dir compare="Text">highly-nested-closed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-mixed">
-                <output-dir compare="Text">highly-nested-mixed</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="highly-nested-open">
-                <output-dir compare="Text">highly-nested-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/get-record-field-value">
-            <compilation-unit name="tiny-social-example">
-                <output-dir compare="Text">tiny-social-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-record-constructor_01">
-                <output-dir compare="Text">open-record-constructor_01</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-record-constructor_02">
-                <output-dir compare="Text">open-record-constructor_02</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="closed-closed-fieldname-conflict_issue173">
-                <output-dir compare="Text">closed-closed-fieldname-conflict_issue173</output-dir>
-                <expected-error>java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name"</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-closed-fieldname-conflict_issue173">
-                <output-dir compare="Text">open-closed-fieldname-conflict_issue173</output-dir>
-                <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open field "name" has the same field name as closed field at index 0</expected-error>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records">
-            <compilation-unit name="open-open-fieldname-conflict_issue173">
-                <output-dir compare="Text">open-open-fieldname-conflict_issue173</output-dir>
-                <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open fields 0 and 1 have the same field name "name"</expected-error>
-            </compilation-unit>
-        </test-case>
-        <!-- RECORD MANIPULATION TESTS -->
-        <test-case FilePath="records/record-merge">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-merge">
-            <compilation-unit name="tiny-social-example-only-records">
-                <output-dir compare="Text">tiny-social-example-only-records</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-merge">
-            <compilation-unit name="highly-nested-open">
-                <output-dir compare="Text">highly-nested-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-add-fields">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-add-fields">
-            <compilation-unit name="tiny-social-example-only-records">
-                <output-dir compare="Text">tiny-social-example-only-records</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-add-fields">
-            <compilation-unit name="highly-nested-open">
-                <output-dir compare="Text">highly-nested-open</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-remove-fields">
-            <compilation-unit name="documentation-example">
-                <output-dir compare="Text">documentation-example</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-remove-fields">
-            <compilation-unit name="tiny-social-example-only-records">
-                <output-dir compare="Text">tiny-social-example-only-records</output-dir>
-            </compilation-unit>
-        </test-case>
-        <test-case FilePath="records/record-remove-fields">
-            <compilation-unit name="highly-nested-open">
-                <output-dir compare="Text">highly-nested-open</output-dir>
-            </compilation-unit>
-        </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="access-nested-fields">
+        <output-dir compare="Text">access-nested-fields</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="closed-record-constructor_01">
+        <output-dir compare="Text">closed-record-constructor_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="closed-record-constructor_02">
+        <output-dir compare="Text">closed-record-constructor_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="closed-record-constructor_03">
+        <output-dir compare="Text">closed-record-constructor_03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="expFieldName">
+        <output-dir compare="Text">expFieldName</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="field-access-by-index_01">
+        <output-dir compare="Text">field-access-by-index_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="field-access-on-open-field">
+        <output-dir compare="Text">field-access-on-open-field</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-fields">
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <!--test-case FilePath="records/get-record-fields">
+        <compilation-unit name="tiny-social-example">
+            <output-dir compare="Text">tiny-social-example</output-dir>
+        </compilation-unit>
+    </test-case!-->
+    <test-case FilePath="records/get-record-fields">
+      <compilation-unit name="tiny-social-example-no-complex-types">
+        <output-dir compare="Text">tiny-social-example-no-complex-types</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-fields">
+      <compilation-unit name="tiny-social-example-only-lists">
+        <output-dir compare="Text">tiny-social-example-only-lists</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-fields">
+      <compilation-unit name="tiny-social-example-only-records">
+        <output-dir compare="Text">tiny-social-example-only-records</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-field-value">
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-field-value">
+      <compilation-unit name="highly-nested-closed">
+        <output-dir compare="Text">highly-nested-closed</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-field-value">
+      <compilation-unit name="highly-nested-mixed">
+        <output-dir compare="Text">highly-nested-mixed</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-field-value">
+      <compilation-unit name="highly-nested-open">
+        <output-dir compare="Text">highly-nested-open</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/get-record-field-value">
+      <compilation-unit name="tiny-social-example">
+        <output-dir compare="Text">tiny-social-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="open-record-constructor_01">
+        <output-dir compare="Text">open-record-constructor_01</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="open-record-constructor_02">
+        <output-dir compare="Text">open-record-constructor_02</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="closed-closed-fieldname-conflict_issue173">
+        <output-dir compare="Text">closed-closed-fieldname-conflict_issue173</output-dir>
+        <expected-error>java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name"</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="open-closed-fieldname-conflict_issue173">
+        <output-dir compare="Text">open-closed-fieldname-conflict_issue173</output-dir>
+        <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open field "name" has the same field name as closed field at index 0</expected-error>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records">
+      <compilation-unit name="open-open-fieldname-conflict_issue173">
+        <output-dir compare="Text">open-open-fieldname-conflict_issue173</output-dir>
+        <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException: Open fields 0 and 1 have the same field name "name"</expected-error>
+      </compilation-unit>
+    </test-case>
+    <!-- RECORD MANIPULATION TESTS -->
+    <test-case FilePath="records/record-merge">
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-merge">
+      <compilation-unit name="tiny-social-example-only-records">
+        <output-dir compare="Text">tiny-social-example-only-records</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-merge">
+      <compilation-unit name="highly-nested-open">
+        <output-dir compare="Text">highly-nested-open</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-add-fields">
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-add-fields">
+      <compilation-unit name="tiny-social-example-only-records">
+        <output-dir compare="Text">tiny-social-example-only-records</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-add-fields">
+      <compilation-unit name="highly-nested-open">
+        <output-dir compare="Text">highly-nested-open</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-remove-fields">
+      <compilation-unit name="documentation-example">
+        <output-dir compare="Text">documentation-example</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-remove-fields">
+      <compilation-unit name="tiny-social-example-only-records">
+        <output-dir compare="Text">tiny-social-example-only-records</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="records/record-remove-fields">
+      <compilation-unit name="highly-nested-open">
+        <output-dir compare="Text">highly-nested-open</output-dir>
+      </compilation-unit>
+    </test-case>