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:00 UTC

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

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>