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:21:07 UTC

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

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>