You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/08/25 18:45:24 UTC

[42/51] [partial] incubator-asterixdb git commit: Change Java package from edu.uci.ics to org.apache

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/main/java/org/apache/asterix/result/ResultReader.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/java/org/apache/asterix/result/ResultReader.java b/asterix-app/src/main/java/org/apache/asterix/result/ResultReader.java
index c27f859..cdc65f4 100644
--- a/asterix-app/src/main/java/org/apache/asterix/result/ResultReader.java
+++ b/asterix-app/src/main/java/org/apache/asterix/result/ResultReader.java
@@ -12,19 +12,19 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.result;
-
-import edu.uci.ics.asterix.om.util.AsterixAppContextInfo;
-import edu.uci.ics.hyracks.api.client.IHyracksClientConnection;
-import edu.uci.ics.hyracks.api.comm.IFrame;
-import edu.uci.ics.hyracks.api.comm.IFrameTupleAccessor;
-import edu.uci.ics.hyracks.api.dataset.DatasetJobRecord.Status;
-import edu.uci.ics.hyracks.api.dataset.IHyracksDataset;
-import edu.uci.ics.hyracks.api.dataset.IHyracksDatasetReader;
-import edu.uci.ics.hyracks.api.dataset.ResultSetId;
-import edu.uci.ics.hyracks.api.exceptions.HyracksDataException;
-import edu.uci.ics.hyracks.api.job.JobId;
-import edu.uci.ics.hyracks.dataflow.common.comm.io.ResultFrameTupleAccessor;
+package org.apache.asterix.result;
+
+import org.apache.asterix.om.util.AsterixAppContextInfo;
+import org.apache.hyracks.api.client.IHyracksClientConnection;
+import org.apache.hyracks.api.comm.IFrame;
+import org.apache.hyracks.api.comm.IFrameTupleAccessor;
+import org.apache.hyracks.api.dataset.DatasetJobRecord.Status;
+import org.apache.hyracks.api.dataset.IHyracksDataset;
+import org.apache.hyracks.api.dataset.IHyracksDatasetReader;
+import org.apache.hyracks.api.dataset.ResultSetId;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.job.JobId;
+import org.apache.hyracks.dataflow.common.comm.io.ResultFrameTupleAccessor;
 
 public class ResultReader {
     private final IHyracksDataset hyracksDataset;

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java b/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java
index 3a4fd5f..3f8166a 100644
--- a/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java
+++ b/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.result;
+package org.apache.asterix.result;
 
 import java.io.BufferedReader;
 import java.io.IOException;
@@ -31,17 +31,17 @@ import org.json.JSONArray;
 import org.json.JSONException;
 import org.json.JSONObject;
 
-import edu.uci.ics.asterix.api.common.SessionConfig;
-import edu.uci.ics.asterix.api.common.SessionConfig.OutputFormat;
-import edu.uci.ics.asterix.api.http.servlet.APIServlet;
-import edu.uci.ics.asterix.om.types.ARecordType;
-import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException;
-import edu.uci.ics.hyracks.api.comm.IFrame;
-import edu.uci.ics.hyracks.api.comm.IFrameTupleAccessor;
-import edu.uci.ics.hyracks.api.comm.VSizeFrame;
-import edu.uci.ics.hyracks.api.exceptions.HyracksDataException;
-import edu.uci.ics.hyracks.control.nc.resources.memory.FrameManager;
-import edu.uci.ics.hyracks.dataflow.common.comm.util.ByteBufferInputStream;
+import org.apache.asterix.api.common.SessionConfig;
+import org.apache.asterix.api.common.SessionConfig.OutputFormat;
+import org.apache.asterix.api.http.servlet.APIServlet;
+import org.apache.asterix.om.types.ARecordType;
+import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException;
+import org.apache.hyracks.api.comm.IFrame;
+import org.apache.hyracks.api.comm.IFrameTupleAccessor;
+import org.apache.hyracks.api.comm.VSizeFrame;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.control.nc.resources.memory.FrameManager;
+import org.apache.hyracks.dataflow.common.comm.util.ByteBufferInputStream;
 
 public class ResultUtils {
     private static final Charset UTF_8 = Charset.forName("UTF-8");

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorDescriptor.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorDescriptor.java b/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorDescriptor.java
index a788c37..10c01f0 100644
--- a/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorDescriptor.java
+++ b/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorDescriptor.java
@@ -12,15 +12,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.hyracks.dataflow.std.misc;
+package org.apache.hyracks.dataflow.std.misc;
 
-import edu.uci.ics.hyracks.api.context.IHyracksTaskContext;
-import edu.uci.ics.hyracks.api.dataflow.IOperatorNodePushable;
-import edu.uci.ics.hyracks.api.dataflow.value.IRecordDescriptorProvider;
-import edu.uci.ics.hyracks.api.dataflow.value.RecordDescriptor;
-import edu.uci.ics.hyracks.api.exceptions.HyracksDataException;
-import edu.uci.ics.hyracks.api.job.JobSpecification;
-import edu.uci.ics.hyracks.dataflow.std.base.AbstractSingleActivityOperatorDescriptor;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.dataflow.IOperatorNodePushable;
+import org.apache.hyracks.api.dataflow.value.IRecordDescriptorProvider;
+import org.apache.hyracks.api.dataflow.value.RecordDescriptor;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.job.JobSpecification;
+import org.apache.hyracks.dataflow.std.base.AbstractSingleActivityOperatorDescriptor;
 
 public class ConstantTupleSourceOperatorDescriptor extends AbstractSingleActivityOperatorDescriptor {
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorNodePushable.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorNodePushable.java b/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorNodePushable.java
index ba75fb0..186ca13 100644
--- a/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorNodePushable.java
+++ b/asterix-app/src/main/java/org/apache/hyracks/dataflow/std/misc/ConstantTupleSourceOperatorNodePushable.java
@@ -13,13 +13,13 @@
  * limitations under the License.
  */
 
-package edu.uci.ics.hyracks.dataflow.std.misc;
+package org.apache.hyracks.dataflow.std.misc;
 
-import edu.uci.ics.hyracks.api.comm.VSizeFrame;
-import edu.uci.ics.hyracks.api.context.IHyracksTaskContext;
-import edu.uci.ics.hyracks.api.exceptions.HyracksDataException;
-import edu.uci.ics.hyracks.dataflow.common.comm.io.FrameTupleAppender;
-import edu.uci.ics.hyracks.dataflow.std.base.AbstractUnaryOutputSourceOperatorNodePushable;
+import org.apache.hyracks.api.comm.VSizeFrame;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.dataflow.common.comm.io.FrameTupleAppender;
+import org.apache.hyracks.dataflow.std.base.AbstractUnaryOutputSourceOperatorNodePushable;
 
 public class ConstantTupleSourceOperatorNodePushable extends AbstractUnaryOutputSourceOperatorNodePushable {
     private IHyracksTaskContext ctx;

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/main/resources/hyracks-deployment.properties
----------------------------------------------------------------------
diff --git a/asterix-app/src/main/resources/hyracks-deployment.properties b/asterix-app/src/main/resources/hyracks-deployment.properties
index 5b0fdd7..67584f3 100644
--- a/asterix-app/src/main/resources/hyracks-deployment.properties
+++ b/asterix-app/src/main/resources/hyracks-deployment.properties
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #*/
-cc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.CCBootstrapImpl
-nc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.NCBootstrapImpl
+cc.bootstrap.class=org.apache.asterix.hyracks.bootstrap.CCBootstrapImpl
+nc.bootstrap.class=org.apache.asterix.hyracks.bootstrap.NCBootstrapImpl
 cc.ip=127.0.0.1
 cc.port=1098

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java b/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java
index 7f5f480..b6ad141 100644
--- a/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/api/http/servlet/ConnectorAPIServletTest.java
@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 
-package edu.uci.ics.asterix.api.http.servlet;
+package org.apache.asterix.api.http.servlet;
 
 import static org.mockito.Matchers.anyString;
 import static org.mockito.Mockito.mock;
@@ -40,20 +40,20 @@ import org.json.JSONObject;
 import org.json.JSONTokener;
 import org.junit.Test;
 
-import edu.uci.ics.asterix.feeds.CentralFeedManager;
-import edu.uci.ics.asterix.metadata.MetadataManager;
-import edu.uci.ics.asterix.metadata.MetadataTransactionContext;
-import edu.uci.ics.asterix.metadata.declared.AqlMetadataProvider;
-import edu.uci.ics.asterix.metadata.entities.Dataset;
-import edu.uci.ics.asterix.om.types.ARecordType;
-import edu.uci.ics.asterix.om.types.BuiltinType;
-import edu.uci.ics.asterix.om.types.IAType;
-import edu.uci.ics.asterix.om.util.JSONDeserializerForTypes;
-import edu.uci.ics.asterix.test.runtime.ExecutionTest;
-import edu.uci.ics.hyracks.api.client.IHyracksClientConnection;
-import edu.uci.ics.hyracks.api.client.NodeControllerInfo;
-import edu.uci.ics.hyracks.api.comm.NetworkAddress;
-import edu.uci.ics.hyracks.dataflow.std.file.FileSplit;
+import org.apache.asterix.feeds.CentralFeedManager;
+import org.apache.asterix.metadata.MetadataManager;
+import org.apache.asterix.metadata.MetadataTransactionContext;
+import org.apache.asterix.metadata.declared.AqlMetadataProvider;
+import org.apache.asterix.metadata.entities.Dataset;
+import org.apache.asterix.om.types.ARecordType;
+import org.apache.asterix.om.types.BuiltinType;
+import org.apache.asterix.om.types.IAType;
+import org.apache.asterix.om.util.JSONDeserializerForTypes;
+import org.apache.asterix.test.runtime.ExecutionTest;
+import org.apache.hyracks.api.client.IHyracksClientConnection;
+import org.apache.hyracks.api.client.NodeControllerInfo;
+import org.apache.hyracks.api.comm.NetworkAddress;
+import org.apache.hyracks.dataflow.std.file.FileSplit;
 
 @SuppressWarnings("deprecation")
 public class ConnectorAPIServletTest {
@@ -139,8 +139,8 @@ public class ConnectorAPIServletTest {
         nodeMap.put("nc1", mockInfo1);
         nodeMap.put("nc2", mockInfo2);
         PA.invokeMethod(servlet,
-                "formResponseObject(org.json.JSONObject, edu.uci.ics.hyracks.dataflow.std.file.FileSplit[], "
-                        + "edu.uci.ics.asterix.om.types.ARecordType, java.lang.String, java.util.Map)", actualResponse,
+                "formResponseObject(org.json.JSONObject, org.apache.hyracks.dataflow.std.file.FileSplit[], "
+                        + "org.apache.asterix.om.types.ARecordType, java.lang.String, java.util.Map)", actualResponse,
                 splits, recordType, primaryKey, nodeMap);
 
         // Constructs expected response.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestCase.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestCase.java b/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestCase.java
index da5068a..50359f3 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestCase.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestCase.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.aql;
+package org.apache.asterix.test.aql;
 
 import java.io.BufferedReader;
 import java.io.File;
@@ -29,12 +29,12 @@ import junit.framework.TestCase;
 
 import org.junit.Test;
 
-import edu.uci.ics.asterix.aql.base.Statement;
-import edu.uci.ics.asterix.aql.parser.AQLParser;
-import edu.uci.ics.asterix.aql.parser.ParseException;
-import edu.uci.ics.asterix.common.config.GlobalConfig;
-import edu.uci.ics.asterix.common.exceptions.AsterixException;
-import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException;
+import org.apache.asterix.aql.base.Statement;
+import org.apache.asterix.aql.parser.AQLParser;
+import org.apache.asterix.aql.parser.ParseException;
+import org.apache.asterix.common.config.GlobalConfig;
+import org.apache.asterix.common.exceptions.AsterixException;
+import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException;
 
 public class AQLTestCase extends TestCase {
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestSuite.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestSuite.java b/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestSuite.java
index c536113..b48a4f1 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestSuite.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/aql/AQLTestSuite.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.aql;
+package org.apache.asterix.test.aql;
 
 import java.io.File;
 import java.io.FileNotFoundException;
@@ -23,7 +23,7 @@ import junit.framework.TestSuite;
 
 import org.apache.commons.lang3.StringUtils;
 
-import edu.uci.ics.asterix.aql.parser.ParseException;
+import org.apache.asterix.aql.parser.ParseException;
 
 public class AQLTestSuite extends TestSuite {
     private static String AQLTS_PATH = StringUtils.join(new String[] { "src", "test", "resources", "AQLTS",

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/common/TestHelper.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/common/TestHelper.java b/asterix-app/src/test/java/org/apache/asterix/test/common/TestHelper.java
index 827b40b..fe94da8 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/common/TestHelper.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/common/TestHelper.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.common;
+package org.apache.asterix.test.common;
 
 import java.util.List;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/dml/DmlTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/dml/DmlTest.java b/asterix-app/src/test/java/org/apache/asterix/test/dml/DmlTest.java
index 9222081..299a0bb 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/dml/DmlTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/dml/DmlTest.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.dml;
+package org.apache.asterix.test.dml;
 
 import java.io.BufferedReader;
 import java.io.File;
@@ -23,11 +23,11 @@ import java.io.Reader;
 
 import org.junit.Test;
 
-import edu.uci.ics.asterix.api.common.AsterixHyracksIntegrationUtil;
-import edu.uci.ics.asterix.api.java.AsterixJavaClient;
-import edu.uci.ics.asterix.common.exceptions.AsterixException;
-import edu.uci.ics.asterix.test.aql.TestsUtils;
-import edu.uci.ics.asterix.test.base.AsterixTestHelper;
+import org.apache.asterix.api.common.AsterixHyracksIntegrationUtil;
+import org.apache.asterix.api.java.AsterixJavaClient;
+import org.apache.asterix.common.exceptions.AsterixException;
+import org.apache.asterix.test.aql.TestsUtils;
+import org.apache.asterix.test.base.AsterixTestHelper;
 
 public class DmlTest {
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/metadata/MetadataTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/metadata/MetadataTest.java b/asterix-app/src/test/java/org/apache/asterix/test/metadata/MetadataTest.java
index 069c5aa..936557a 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/metadata/MetadataTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/metadata/MetadataTest.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.metadata;
+package org.apache.asterix.test.metadata;
 
 import java.io.File;
 import java.util.ArrayList;
@@ -27,12 +27,12 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
 import org.junit.runners.Parameterized.Parameters;
 
-import edu.uci.ics.asterix.api.common.AsterixHyracksIntegrationUtil;
-import edu.uci.ics.asterix.common.config.AsterixPropertiesAccessor;
-import edu.uci.ics.asterix.common.config.AsterixTransactionProperties;
-import edu.uci.ics.asterix.common.config.GlobalConfig;
-import edu.uci.ics.asterix.test.aql.TestsUtils;
-import edu.uci.ics.asterix.testframework.context.TestCaseContext;
+import org.apache.asterix.api.common.AsterixHyracksIntegrationUtil;
+import org.apache.asterix.common.config.AsterixPropertiesAccessor;
+import org.apache.asterix.common.config.AsterixTransactionProperties;
+import org.apache.asterix.common.config.GlobalConfig;
+import org.apache.asterix.test.aql.TestsUtils;
+import org.apache.asterix.testframework.context.TestCaseContext;
 
 /**
  * Executes the Metadata tests.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/optimizer/OptimizerTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/optimizer/OptimizerTest.java b/asterix-app/src/test/java/org/apache/asterix/test/optimizer/OptimizerTest.java
index 58531aa..4ed063e 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/optimizer/OptimizerTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/optimizer/OptimizerTest.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.optimizer;
+package org.apache.asterix.test.optimizer;
 
 import java.io.BufferedReader;
 import java.io.File;
@@ -34,16 +34,16 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
 import org.junit.runners.Parameterized.Parameters;
 
-import edu.uci.ics.asterix.api.common.AsterixHyracksIntegrationUtil;
-import edu.uci.ics.asterix.api.java.AsterixJavaClient;
-import edu.uci.ics.asterix.common.config.AsterixPropertiesAccessor;
-import edu.uci.ics.asterix.common.config.AsterixTransactionProperties;
-import edu.uci.ics.asterix.common.config.GlobalConfig;
-import edu.uci.ics.asterix.common.exceptions.AsterixException;
-import edu.uci.ics.asterix.external.dataset.adapter.FileSystemBasedAdapter;
-import edu.uci.ics.asterix.external.util.IdentitiyResolverFactory;
-import edu.uci.ics.asterix.test.base.AsterixTestHelper;
-import edu.uci.ics.asterix.test.common.TestHelper;
+import org.apache.asterix.api.common.AsterixHyracksIntegrationUtil;
+import org.apache.asterix.api.java.AsterixJavaClient;
+import org.apache.asterix.common.config.AsterixPropertiesAccessor;
+import org.apache.asterix.common.config.AsterixTransactionProperties;
+import org.apache.asterix.common.config.GlobalConfig;
+import org.apache.asterix.common.exceptions.AsterixException;
+import org.apache.asterix.external.dataset.adapter.FileSystemBasedAdapter;
+import org.apache.asterix.external.util.IdentitiyResolverFactory;
+import org.apache.asterix.test.base.AsterixTestHelper;
+import org.apache.asterix.test.common.TestHelper;
 
 @RunWith(Parameterized.class)
 public class OptimizerTest {

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java b/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java
index 8547eb0..b32b79b 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/runtime/ExecutionTest.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.runtime;
+package org.apache.asterix.test.runtime;
 
 import java.io.File;
 import java.util.ArrayList;
@@ -29,14 +29,14 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
 import org.junit.runners.Parameterized.Parameters;
 
-import edu.uci.ics.asterix.api.common.AsterixHyracksIntegrationUtil;
-import edu.uci.ics.asterix.common.config.AsterixPropertiesAccessor;
-import edu.uci.ics.asterix.common.config.AsterixTransactionProperties;
-import edu.uci.ics.asterix.common.config.GlobalConfig;
-import edu.uci.ics.asterix.external.dataset.adapter.FileSystemBasedAdapter;
-import edu.uci.ics.asterix.external.util.IdentitiyResolverFactory;
-import edu.uci.ics.asterix.test.aql.TestsUtils;
-import edu.uci.ics.asterix.testframework.context.TestCaseContext;
+import org.apache.asterix.api.common.AsterixHyracksIntegrationUtil;
+import org.apache.asterix.common.config.AsterixPropertiesAccessor;
+import org.apache.asterix.common.config.AsterixTransactionProperties;
+import org.apache.asterix.common.config.GlobalConfig;
+import org.apache.asterix.external.dataset.adapter.FileSystemBasedAdapter;
+import org.apache.asterix.external.util.IdentitiyResolverFactory;
+import org.apache.asterix.test.aql.TestsUtils;
+import org.apache.asterix.testframework.context.TestCaseContext;
 
 /**
  * Runs the runtime test cases under 'asterix-app/src/test/resources/runtimets'.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/runtime/HDFSCluster.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/runtime/HDFSCluster.java b/asterix-app/src/test/java/org/apache/asterix/test/runtime/HDFSCluster.java
index 9463657..eb7cc1b 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/runtime/HDFSCluster.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/runtime/HDFSCluster.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.runtime;
+package org.apache.asterix.test.runtime;
 
 import java.io.File;
 import java.io.IOException;
@@ -25,7 +25,7 @@ import org.apache.hadoop.hdfs.server.common.HdfsServerConstants.StartupOption;
 import org.apache.hadoop.mapred.InputSplit;
 import org.apache.hadoop.mapred.JobConf;
 
-import edu.uci.ics.asterix.external.dataset.adapter.HDFSAdapter;
+import org.apache.asterix.external.dataset.adapter.HDFSAdapter;
 
 /**
  * Manages a Mini (local VM) HDFS cluster with a configured number of datanodes.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/java/org/apache/asterix/test/runtime/RepeatedTest.java
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/java/org/apache/asterix/test/runtime/RepeatedTest.java b/asterix-app/src/test/java/org/apache/asterix/test/runtime/RepeatedTest.java
index faeb688..eece80e 100644
--- a/asterix-app/src/test/java/org/apache/asterix/test/runtime/RepeatedTest.java
+++ b/asterix-app/src/test/java/org/apache/asterix/test/runtime/RepeatedTest.java
@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package edu.uci.ics.asterix.test.runtime;
+package org.apache.asterix.test.runtime;
 
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
@@ -28,9 +28,9 @@ import org.junit.runners.Parameterized.Parameters;
 import org.junit.runners.model.FrameworkMethod;
 import org.junit.runners.model.Statement;
 
-import edu.uci.ics.asterix.test.aql.TestsUtils;
-import edu.uci.ics.asterix.test.runtime.RepeatRule.Repeat;
-import edu.uci.ics.asterix.testframework.context.TestCaseContext;
+import org.apache.asterix.test.aql.TestsUtils;
+import org.apache.asterix.test.runtime.RepeatRule.Repeat;
+import org.apache.asterix.testframework.context.TestCaseContext;
 
 /**
  * Runs runtime test cases that have been identified in the repeatedtestsuite.xml.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/AQLTS/queries/IfThenElse.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/AQLTS/queries/IfThenElse.aql b/asterix-app/src/test/resources/AQLTS/queries/IfThenElse.aql
index 18d19f9..b10d46e 100644
--- a/asterix-app/src/test/resources/AQLTS/queries/IfThenElse.aql
+++ b/asterix-app/src/test/resources/AQLTS/queries/IfThenElse.aql
@@ -1,4 +1,4 @@
-if (2>1) then
-    20
-else
+if (2>1) then
+    20
+else
     10

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/AQLTS/queries/load-del-dataset.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/AQLTS/queries/load-del-dataset.aql b/asterix-app/src/test/resources/AQLTS/queries/load-del-dataset.aql
index 576a9da..2cb2493 100644
--- a/asterix-app/src/test/resources/AQLTS/queries/load-del-dataset.aql
+++ b/asterix-app/src/test/resources/AQLTS/queries/load-del-dataset.aql
@@ -27,6 +27,6 @@ create dataset Customers(CustomerType)
   primary key cid on group1;
 
 load dataset Customers 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/customerData.json"),("format"="adm")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/dapd/q2.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/dapd/q2.aql b/asterix-app/src/test/resources/dapd/q2.aql
index fdb0469..325dee0 100644
--- a/asterix-app/src/test/resources/dapd/q2.aql
+++ b/asterix-app/src/test/resources/dapd/q2.aql
@@ -40,7 +40,7 @@ declare dataset Event(EventType)
   primary key event_id on group1;
 
 load dataset Event 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///home/nicnic/Work/Asterix/adg/event.adm"),("format"="adm"));
 
 write output to nc1:"/tmp/dapd_q2.adm";

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo0216/01-load-dblp-large.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo0216/01-load-dblp-large.aql b/asterix-app/src/test/resources/demo0216/01-load-dblp-large.aql
index 171c935..16d900f 100644
--- a/asterix-app/src/test/resources/demo0216/01-load-dblp-large.aql
+++ b/asterix-app/src/test/resources/demo0216/01-load-dblp-large.aql
@@ -15,5 +15,5 @@ declare dataset DBLP(DBLPType)
  primary key id on group1;
 
 load dataset DBLP 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="rainbow-01:///home/hyracks/demo-data/dblp-id.txt"),("format"="delimited-text"),("delimiter"=":") pre-sorted;

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql b/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql
index 751179f..4edb2d8 100644
--- a/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql
+++ b/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql
@@ -15,6 +15,6 @@ declare dataset DBLPSmall(DBLPType)
  primary key id on group1;
 
 load dataset DBLPSmall 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="rainbow-01:///home/hyracks/demo-data/dblp-small-id.txt"),("format"="delimited-text"),("delimiter"=":") pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo0927/local/load-cust.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo0927/local/load-cust.aql b/asterix-app/src/test/resources/demo0927/local/load-cust.aql
index 885b226..a13582a 100644
--- a/asterix-app/src/test/resources/demo0927/local/load-cust.aql
+++ b/asterix-app/src/test/resources/demo0927/local/load-cust.aql
@@ -23,6 +23,6 @@ declare dataset Customers(CustomerType)
   primary key cid on group1;
 
 load dataset Customers 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/customerData.adm"),("format"="json")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo0927/local/load-ord.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo0927/local/load-ord.aql b/asterix-app/src/test/resources/demo0927/local/load-ord.aql
index 6fba4b1..da333bc 100644
--- a/asterix-app/src/test/resources/demo0927/local/load-ord.aql
+++ b/asterix-app/src/test/resources/demo0927/local/load-ord.aql
@@ -15,6 +15,6 @@ declare dataset Orders(OrderType)
   primary key oid on group1;
 
 load dataset Orders from nc1:"/tmp/orderData.json";
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/orderData.json"),("format"="adm")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo1112/local/01-load-cust.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo1112/local/01-load-cust.aql b/asterix-app/src/test/resources/demo1112/local/01-load-cust.aql
index dd7d2a9..1b857d5 100644
--- a/asterix-app/src/test/resources/demo1112/local/01-load-cust.aql
+++ b/asterix-app/src/test/resources/demo1112/local/01-load-cust.aql
@@ -23,6 +23,6 @@ declare dataset Customers(CustomerType)
   primary key cid on group1;
 
 load dataset Customers 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/customerData.adm"),("format"="json")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo1112/local/03-load-ord.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo1112/local/03-load-ord.aql b/asterix-app/src/test/resources/demo1112/local/03-load-ord.aql
index 83657df..7c1d724 100644
--- a/asterix-app/src/test/resources/demo1112/local/03-load-ord.aql
+++ b/asterix-app/src/test/resources/demo1112/local/03-load-ord.aql
@@ -15,5 +15,5 @@ declare dataset Orders(OrderType)
   primary key oid on group1;
 
 load dataset Orders 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/orderData.adm"),("format"="adm")) pre-sorted;

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo_aql/local/01-load-cust.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo_aql/local/01-load-cust.aql b/asterix-app/src/test/resources/demo_aql/local/01-load-cust.aql
index 0cbbf5b..ba35cb7 100644
--- a/asterix-app/src/test/resources/demo_aql/local/01-load-cust.aql
+++ b/asterix-app/src/test/resources/demo_aql/local/01-load-cust.aql
@@ -21,6 +21,6 @@ declare dataset Customers(CustomerType)
   primary key cid on group1;
 
 load dataset Customers 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/customer.adm"),("format"="adm")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo_aql/local/04-load-ord.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo_aql/local/04-load-ord.aql b/asterix-app/src/test/resources/demo_aql/local/04-load-ord.aql
index 00f4f10..3adc159 100644
--- a/asterix-app/src/test/resources/demo_aql/local/04-load-ord.aql
+++ b/asterix-app/src/test/resources/demo_aql/local/04-load-ord.aql
@@ -15,5 +15,5 @@ declare dataset Orders(OrderType)
   primary key oid on group1;
 
 load dataset Orders 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/orders.adm"),("format"="adm"));

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/demo_aql/local/101-load-dblp.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/demo_aql/local/101-load-dblp.aql b/asterix-app/src/test/resources/demo_aql/local/101-load-dblp.aql
index 03cf233..0e98b8d 100644
--- a/asterix-app/src/test/resources/demo_aql/local/101-load-dblp.aql
+++ b/asterix-app/src/test/resources/demo_aql/local/101-load-dblp.aql
@@ -14,5 +14,5 @@ declare dataset DBLP(DBLPType)
  primary key id on group1;
 
 load dataset DBLP 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///tmp/dblp-id.txt"),("format"="delimited-text"),("delimiter"=":"));

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/dmlts/scripts/load-cust.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/dmlts/scripts/load-cust.aql b/asterix-app/src/test/resources/dmlts/scripts/load-cust.aql
index 77d023e..b0fd4c9 100644
--- a/asterix-app/src/test/resources/dmlts/scripts/load-cust.aql
+++ b/asterix-app/src/test/resources/dmlts/scripts/load-cust.aql
@@ -27,5 +27,5 @@ create dataset Customers(CustomerType)
   primary key cid on group1;
 
 load dataset Customers 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1://data/custord-tiny/customer-tiny.adm"),("format"="adm")) pre-sorted;

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx-small.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx-small.aql b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx-small.aql
index 01c29de..ae97741 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx-small.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx-small.aql
@@ -14,7 +14,7 @@ declare dataset CSXSmall(CSXType)
   primary key id on group1;
 
 load dataset CSXSmall
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1://data/fuzzyjoin/pub-small/csx-small-id.txt"),("format"="delimited-text"),("delimiter"=":"),("quote"="\u0000")) pre-sorted;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx.aql b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx.aql
index 0b6da50..f776cc8 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-csx.aql
@@ -14,7 +14,7 @@ declare dataset CSX(CSXType)
   primary key id on group1;
 
 load dataset CSX 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1://data/fuzzyjoin/pub/csx-id.txt"),("format"="delimited-text"),("delimiter"=":")) pre-sorted;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-dblp.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-dblp.aql b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-dblp.aql
index c726018f..c297492 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-dblp.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/amerix/10-load-dblp.aql
@@ -14,7 +14,7 @@ declare dataset DBLP(DBLPType)
   primary key id on group1;
 
 load dataset DBLP 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1://data/fuzzyjoin/dblp/dblp-id.txt"),("format"="delimited-text"),("delimiter"=":")) pre-sorted;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/dblp/000-1-char-at.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/dblp/000-1-char-at.aql b/asterix-app/src/test/resources/fuzzyjoin/dblp/000-1-char-at.aql
index 182a17d..e9821aa 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/dblp/000-1-char-at.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/dblp/000-1-char-at.aql
@@ -26,18 +26,18 @@ return {'R': {'dblpid': $paperR.dblpid, 'authors': $paperR.authors},
 
 /*
 java.lang.RuntimeException: java.lang.IllegalArgumentException
-        at edu.uci.ics.hyracks.control.nc.runtime.OperatorRunnable.run(OperatorRunnable.java:70)
-        at edu.uci.ics.hyracks.control.nc.Stagelet$1.run(Stagelet.java:120)
+        at org.apache.hyracks.control.nc.runtime.OperatorRunnable.run(OperatorRunnable.java:70)
+        at org.apache.hyracks.control.nc.Stagelet$1.run(Stagelet.java:120)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
 Caused by: java.lang.IllegalArgumentException
-        at edu.uci.ics.hyracks.dataflow.common.data.util.StringUtils.charAt(StringUtils.java:62)
-        at edu.uci.ics.asterix.jobgen.data.tagged.AqlSchemalessPrinterFactory$1.print(AqlSchemalessPrinterFactory.java:103)
-        at edu.uci.ics.asterix.jobgen.data.tagged.AqlSchemalessPrinterFactory$1.print(AqlSchemalessPrinterFactory.java:112)
-        at edu.uci.ics.aqua.runtime.operators.std.PrinterRuntime.printTuple(PrinterRuntime.java:90)
-        at edu.uci.ics.aqua.runtime.operators.std.PrinterRuntime.nextFrame(PrinterRuntime.java:58)
-        at edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor$2.nextFrame(AquaMetaOperatorDescriptor.java:123)
-        at edu.uci.ics.hyracks.control.nc.runtime.OperatorRunnable.run(OperatorRunnable.java:62)
+        at org.apache.hyracks.dataflow.common.data.util.StringUtils.charAt(StringUtils.java:62)
+        at org.apache.asterix.jobgen.data.tagged.AqlSchemalessPrinterFactory$1.print(AqlSchemalessPrinterFactory.java:103)
+        at org.apache.asterix.jobgen.data.tagged.AqlSchemalessPrinterFactory$1.print(AqlSchemalessPrinterFactory.java:112)
+        at org.apache.aqua.runtime.operators.std.PrinterRuntime.printTuple(PrinterRuntime.java:90)
+        at org.apache.aqua.runtime.operators.std.PrinterRuntime.nextFrame(PrinterRuntime.java:58)
+        at org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor$2.nextFrame(AquaMetaOperatorDescriptor.java:123)
+        at org.apache.hyracks.control.nc.runtime.OperatorRunnable.run(OperatorRunnable.java:62)
         ... 4 more
 */

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/dblp/010-load.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/dblp/010-load.aql b/asterix-app/src/test/resources/fuzzyjoin/dblp/010-load.aql
index ab93f83..7f860b4 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/dblp/010-load.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/dblp/010-load.aql
@@ -14,6 +14,6 @@ declare dataset DBLP(DBLPType)
   primary key id on group1;
 
 load dataset DBLP 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///asterix/asterix-app/data/dblp-small/dblp-small-id.txt"),("format"="delimited-text"),("delimiter=":")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/pub/010-load-dblp.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/pub/010-load-dblp.aql b/asterix-app/src/test/resources/fuzzyjoin/pub/010-load-dblp.aql
index 7ae0e30..d71b872 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/pub/010-load-dblp.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/pub/010-load-dblp.aql
@@ -15,6 +15,6 @@ declare dataset DBLP(DBLPType)
 
 // load dataset DBLP from nc1:'/asterix/asterix-app/data/pub-small/dblp-small-id.txt'
 load dataset DBLP 
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///fuzzyjoin/data/dblp/dblp-id.txt"),("format"="delimited-text"),("delimiter"=":")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/pub/040-load-csx.aql
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/pub/040-load-csx.aql b/asterix-app/src/test/resources/fuzzyjoin/pub/040-load-csx.aql
index c1eb120..4353a4b 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/pub/040-load-csx.aql
+++ b/asterix-app/src/test/resources/fuzzyjoin/pub/040-load-csx.aql
@@ -15,6 +15,6 @@ declare dataset CSX(CSXType)
 
 // load dataset CSX from nc1:'/asterix/asterix-app/data/pub-small/csx-small-id.txt'
 load dataset  CSX
-using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"
+using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter"
 (("path"="nc1:///asterix/asterix-app/data/pub-small/csx-small-id.txt"),("format"="delimited-text"),("delimiter"=":"),("quote"="\u0000")) pre-sorted;
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-app/src/test/resources/fuzzyjoin/pub/fuzzy-join-aql-plus.json
----------------------------------------------------------------------
diff --git a/asterix-app/src/test/resources/fuzzyjoin/pub/fuzzy-join-aql-plus.json b/asterix-app/src/test/resources/fuzzyjoin/pub/fuzzy-join-aql-plus.json
index 2b8ce44..44d7027 100644
--- a/asterix-app/src/test/resources/fuzzyjoin/pub/fuzzy-join-aql-plus.json
+++ b/asterix-app/src/test/resources/fuzzyjoin/pub/fuzzy-join-aql-plus.json
@@ -3,7 +3,7 @@
   {
    "connector": {
     "id": "551aa36c-8048-46b7-8eff-f4bbe1afce83",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:e0d76180-55c0-41db-9d4e-b0b80eed3922",
@@ -15,7 +15,7 @@
   {
    "connector": {
     "id": "3b0c6d28-b75e-4040-ae5c-0a20a0729d9c",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:c49457b9-a4be-48d2-8e82-50820e0ca618",
@@ -27,7 +27,7 @@
   {
    "connector": {
     "id": "3c6dad81-1d96-41aa-976a-0cdcb9e2071e",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:ac276d4f-0bd6-468e-b314-da000f9141ea",
@@ -39,7 +39,7 @@
   {
    "connector": {
     "id": "8ca6e18f-9e2f-4cf7-a15d-b49da1e18327",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:da3da2a7-80c7-47a2-9d72-23b7c8f3d669",
@@ -51,7 +51,7 @@
   {
    "connector": {
     "id": "1d3ac011-b83a-4690-b1fe-0dd906706823",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:b1922618-827e-4276-a89e-5bd257cecd7d",
@@ -63,7 +63,7 @@
   {
    "connector": {
     "id": "376d0c4e-a260-4de2-af6f-46cfb7f35736",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:7b6c5cb6-cd7f-43cb-bf69-37eff4e3200b",
@@ -75,7 +75,7 @@
   {
    "connector": {
     "id": "a63f8c84-bb1f-4d18-9008-1f5a3d657e33",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:769e1d5c-5b5b-4437-8764-a6e0bcf8d210",
@@ -87,7 +87,7 @@
   {
    "connector": {
     "id": "f99bf8e6-f528-4e14-81a2-029185b19c07",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:b504c4ff-8226-43c2-b06f-a9ad59e54312",
@@ -99,7 +99,7 @@
   {
    "connector": {
     "id": "c20357ab-1ac9-427a-8401-680e0893310e",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:baa3f1d6-1425-4180-a1de-2878f16e95d5",
@@ -111,7 +111,7 @@
   {
    "connector": {
     "id": "3314f84e-770c-40fe-b4fd-84e9d4a1b645",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:1da790c0-ca3c-4833-8280-5c7c2d0ac23c",
@@ -123,7 +123,7 @@
   {
    "connector": {
     "id": "9cc19566-7513-4025-ab45-d63de159601e",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:19350ade-da75-4a1d-90e7-4f6753ef2732",
@@ -135,7 +135,7 @@
   {
    "connector": {
     "id": "de442773-23d2-437b-aed1-5871bcd41acb",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:da4389d3-57a0-41fa-973b-cfdedca126d4",
@@ -147,7 +147,7 @@
   {
    "connector": {
     "id": "befeab23-9011-43d6-bb2e-16b00b9733d3",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:421e3891-f7b0-4a50-a1d0-5c82099823f2",
@@ -159,7 +159,7 @@
   {
    "connector": {
     "id": "d995afde-8485-4c9a-81f8-6d3fae1ae276",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningMergingConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningMergingConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:93596e19-b912-4071-94a9-512133274499",
@@ -171,7 +171,7 @@
   {
    "connector": {
     "id": "5d5d91af-30b0-4257-93a3-88ab3b8ea87e",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:31c39bd3-6724-42bc-b15f-9331d434598f",
@@ -183,7 +183,7 @@
   {
    "connector": {
     "id": "6a9de34a-2de7-4943-affd-ae5442c68d02",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNReplicatingConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNReplicatingConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:a14d6687-2c52-41f9-95ed-ab9f4b451180",
@@ -195,7 +195,7 @@
   {
    "connector": {
     "id": "5e8289ff-2801-441e-9497-0e57a39bb4a3",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:7d6eb230-0efc-42a7-b279-98e0258073e6",
@@ -207,7 +207,7 @@
   {
    "connector": {
     "id": "214c15e9-c25f-4d99-a5ff-2cf59cb7f4df",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:36b24630-2bdf-47e2-ade4-21f95efde5a8",
@@ -219,7 +219,7 @@
   {
    "connector": {
     "id": "d75a162f-f2c2-4cb3-b603-9010e628e3c9",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:66f6f703-1a20-40b2-a3a3-514412cabb03",
@@ -231,7 +231,7 @@
   {
    "connector": {
     "id": "69eab14a-0758-400b-928f-b59b7f3a9aad",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:ff24200a-c665-4ca3-baa8-09fd2ca0ae04",
@@ -243,7 +243,7 @@
   {
    "connector": {
     "id": "44e2def1-3cf3-4a5f-8ad8-c5d02427d9c8",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningMergingConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningMergingConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:9c797900-e6cf-44ad-b5e3-869e56fd27ba",
@@ -255,7 +255,7 @@
   {
    "connector": {
     "id": "41c2e83d-8363-463d-b5fe-88eab1a5ed6a",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:c66e50f0-f068-43fd-833e-32f9b6117f2f",
@@ -267,7 +267,7 @@
   {
    "connector": {
     "id": "f8972eb8-065e-4f7e-acc2-48643c56661a",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:9678a828-3e96-4391-be41-8da45721ca3d",
@@ -279,7 +279,7 @@
   {
    "connector": {
     "id": "34d4f80f-a18d-4554-8b54-01f262b4dd6f",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:92f64732-b166-4765-bb0d-3d36a566005a",
@@ -291,7 +291,7 @@
   {
    "connector": {
     "id": "590b6750-19b8-4171-9875-616e30ccaf16",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:785d1650-a0b5-4f63-bfca-fe68d292c294",
@@ -303,7 +303,7 @@
   {
    "connector": {
     "id": "96c2ddc2-9be2-4279-894f-dcce41f2bf65",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:0bdd825d-3c80-4769-95ec-3d8ed0fec67a",
@@ -315,7 +315,7 @@
   {
    "connector": {
     "id": "59227da7-cbba-4414-a3e5-b9d20796d743",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:066a993b-57b5-47ad-8a18-fef27b8e16f4",
@@ -327,7 +327,7 @@
   {
    "connector": {
     "id": "f0105e8e-7916-4abf-aa1a-cd3ab5cdbaea",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:bb03494d-e0a9-4898-8b80-64c54da6a20c",
@@ -339,7 +339,7 @@
   {
    "connector": {
     "id": "ce0d0b9e-d59a-4097-98f5-44e8af699016",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:6582beec-b6c0-48cc-ab7e-a5f3fc92bfa9",
@@ -351,7 +351,7 @@
   {
    "connector": {
     "id": "10daf2fc-aa60-4604-a150-9e4d4f42106a",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:9e589fcc-04fa-4834-ba1f-253470672434",
@@ -363,7 +363,7 @@
   {
    "connector": {
     "id": "be9e9778-a426-4701-b28e-4f9b1f766f11",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:21db32ee-7d3e-42f5-9541-2145ef2e55e2",
@@ -375,7 +375,7 @@
   {
    "connector": {
     "id": "cbf6135d-43f8-49b5-82ab-eeeffa5ab984",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:0066c7f5-f720-4098-8908-bebee74a409d",
@@ -387,7 +387,7 @@
   {
    "connector": {
     "id": "56c2608f-5435-4307-be85-96e6e63b792a",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:13342363-c3c6-469c-80b6-356397c95f53",
@@ -399,7 +399,7 @@
   {
    "connector": {
     "id": "2459e6c7-1c76-4d21-968f-d882f512d53b",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:098774e6-f5a6-4fa0-b3cc-a195761bd957",
@@ -411,7 +411,7 @@
   {
    "connector": {
     "id": "a46e659d-0687-4f77-8948-3e09f72d99c7",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:4acb8f1a-23ab-474b-9571-8ab12f5aef41",
@@ -423,7 +423,7 @@
   {
    "connector": {
     "id": "7ce5dc21-e816-4e36-a8ee-29295a6ba454",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:ede16f1d-7795-4cbc-a605-ccfd25b7bb98",
@@ -435,7 +435,7 @@
   {
    "connector": {
     "id": "6e12e7e0-2fc6-444d-a1f2-16cea0d51eeb",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:99f0eeb6-d9f2-4af1-9b1b-6f0df7870db8",
@@ -447,7 +447,7 @@
   {
    "connector": {
     "id": "b19ab64b-c38d-490e-85be-d58547582144",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.OneToOneConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:c6fc141b-034f-42db-bb33-a2059731e990",
@@ -459,7 +459,7 @@
   {
    "connector": {
     "id": "b2d466cc-5250-4b8a-963e-bbd36f07380d",
-    "java-class": "edu.uci.ics.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
+    "java-class": "org.apache.hyracks.dataflow.std.connectors.MToNHashPartitioningConnectorDescriptor",
     "type": "connector"
    },
    "in-operator-id": "ODID:d966ca1f-a412-4b20-96cf-0b8b6c64df9c",
@@ -473,7 +473,7 @@
   {
    "id": "92f64732-b166-4765-bb0d-3d36a566005a",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -481,10 +481,10 @@
   {
    "id": "7b6c5cb6-cd7f-43cb-bf69-37eff4e3200b",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [2] := [edu.uci.ics.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@6a6779e6]",
-    "unnest 3 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@2f74219d"
+    "assign [2] := [org.apache.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@6a6779e6]",
+    "unnest 3 <- org.apache.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@2f74219d"
    ],
    "out-arity": 1,
    "type": "operator"
@@ -492,45 +492,45 @@
   {
    "id": "9e589fcc-04fa-4834-ba1f-253470672434",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "ff24200a-c665-4ca3-baa8-09fd2ca0ae04",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "c6fc141b-034f-42db-bb33-a2059731e990",
    "in-arity": 2,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "bb03494d-e0a9-4898-8b80-64c54da6a20c",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "4acb8f1a-23ab-474b-9571-8ab12f5aef41",
    "in-arity": 2,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "19350ade-da75-4a1d-90e7-4f6753ef2732",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [2] := [edu.uci.ics.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@714ae2c1]",
-    "unnest 3 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@6b6d2702"
+    "assign [2] := [org.apache.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@714ae2c1]",
+    "unnest 3 <- org.apache.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@6b6d2702"
    ],
    "out-arity": 1,
    "type": "operator"
@@ -538,45 +538,45 @@
   {
    "id": "421e3891-f7b0-4a50-a1d0-5c82099823f2",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
-   "micro-operators": ["unnest 5 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.SubsetCollectionDescriptor$1@4b1c2b67"],
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "micro-operators": ["unnest 5 <- org.apache.asterix.runtime.unnestingfunctions.std.SubsetCollectionDescriptor$1@4b1c2b67"],
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "21db32ee-7d3e-42f5-9541-2145ef2e55e2",
    "in-arity": 2,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "99f0eeb6-d9f2-4af1-9b1b-6f0df7870db8",
    "in-arity": 2,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "0066c7f5-f720-4098-8908-bebee74a409d",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "b504c4ff-8226-43c2-b06f-a9ad59e54312",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "a14d6687-2c52-41f9-95ed-ab9f4b451180",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [4] := [edu.uci.ics.asterix.runtime.evaluators.tagged.functions.AbstractRecordConstructorDescriptor$1@26659db7]",
+    "assign [4] := [org.apache.asterix.runtime.evaluators.tagged.functions.AbstractRecordConstructorDescriptor$1@26659db7]",
     "stream-project [4]"
    ],
    "out-arity": 1,
@@ -585,7 +585,7 @@
   {
    "id": "f22b2397-d586-4894-8709-99da302fdc56",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["sink-write [0] outputFile"],
    "out-arity": 0,
    "type": "operator"
@@ -593,21 +593,21 @@
   {
    "id": "785d1650-a0b5-4f63-bfca-fe68d292c294",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.PreclusteredGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.PreclusteredGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "66f6f703-1a20-40b2-a3a3-514412cabb03",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "c66e50f0-f068-43fd-833e-32f9b6117f2f",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -615,10 +615,10 @@
   {
    "id": "1da790c0-ca3c-4833-8280-5c7c2d0ac23c",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
     "assign [2] := [ColumnAccess(0)]",
-    "running-aggregate [3] := [edu.uci.ics.asterix.runtime.runningaggregates.std.TidRunningAggregateDescriptor$1@59556d12]",
+    "running-aggregate [3] := [org.apache.asterix.runtime.runningaggregates.std.TidRunningAggregateDescriptor$1@59556d12]",
     "assign [4] := [ConstantEvalFactory true]"
    ],
    "out-arity": 1,
@@ -627,7 +627,7 @@
   {
    "id": "13342363-c3c6-469c-80b6-356397c95f53",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -635,14 +635,14 @@
   {
    "id": "769e1d5c-5b5b-4437-8764-a6e0bcf8d210",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "da3da2a7-80c7-47a2-9d72-23b7c8f3d669",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -650,22 +650,22 @@
   {
    "id": "d966ca1f-a412-4b20-96cf-0b8b6c64df9c",
    "in-arity": 2,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.join.InMemoryHashJoinOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "baa3f1d6-1425-4180-a1de-2878f16e95d5",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
-   "micro-operators": ["unnest 5 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.SubsetCollectionDescriptor$1@776be68f"],
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "micro-operators": ["unnest 5 <- org.apache.asterix.runtime.unnestingfunctions.std.SubsetCollectionDescriptor$1@776be68f"],
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "6582beec-b6c0-48cc-ab7e-a5f3fc92bfa9",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -673,21 +673,21 @@
   {
    "id": "da4389d3-57a0-41fa-973b-cfdedca126d4",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.PreclusteredGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.PreclusteredGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "e0d76180-55c0-41db-9d4e-b0b80eed3922",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "36b24630-2bdf-47e2-ade4-21f95efde5a8",
    "in-arity": 0,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["ets"],
    "out-arity": 1,
    "type": "operator"
@@ -695,11 +695,11 @@
   {
    "id": "b1922618-827e-4276-a89e-5bd257cecd7d",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [2] := [edu.uci.ics.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@4cedf389]",
-    "assign [3] := [edu.uci.ics.asterix.runtime.evaluators.tagged.functions.LenDescriptor$1@1a0fced4]",
-    "unnest 4 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@3d3cdaa"
+    "assign [2] := [org.apache.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@4cedf389]",
+    "assign [3] := [org.apache.asterix.runtime.evaluators.tagged.functions.LenDescriptor$1@1a0fced4]",
+    "unnest 4 <- org.apache.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@3d3cdaa"
    ],
    "out-arity": 1,
    "type": "operator"
@@ -707,25 +707,25 @@
   {
    "id": "93596e19-b912-4071-94a9-512133274499",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "c49457b9-a4be-48d2-8e82-50820e0ca618",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "7d6eb230-0efc-42a7-b279-98e0258073e6",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [2] := [edu.uci.ics.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@466355dc]",
-    "assign [3] := [edu.uci.ics.asterix.runtime.evaluators.tagged.functions.LenDescriptor$1@239a029e]",
-    "unnest 4 <- edu.uci.ics.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@5421e554"
+    "assign [2] := [org.apache.asterix.runtime.evaluators.tagged.FieldAccessByNameEvalFactory@466355dc]",
+    "assign [3] := [org.apache.asterix.runtime.evaluators.tagged.functions.LenDescriptor$1@239a029e]",
+    "unnest 4 <- org.apache.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor$1@5421e554"
    ],
    "out-arity": 1,
    "type": "operator"
@@ -733,14 +733,14 @@
   {
    "id": "098774e6-f5a6-4fa0-b3cc-a195761bd957",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "ac276d4f-0bd6-468e-b314-da000f9141ea",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": ["stream-project [3, 1]"],
    "out-arity": 1,
    "type": "operator"
@@ -748,10 +748,10 @@
   {
    "id": "066a993b-57b5-47ad-8a18-fef27b8e16f4",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
-    "assign [12] := [edu.uci.ics.asterix.runtime.evaluators.tagged.functions.SimilarityDescriptor$1@7d5718f2]",
-    "stream-select edu.uci.ics.asterix.runtime.evaluators.comparisons.ComparisonEvalFactory@6126f827"
+    "assign [12] := [org.apache.asterix.runtime.evaluators.tagged.functions.SimilarityDescriptor$1@7d5718f2]",
+    "stream-select org.apache.asterix.runtime.evaluators.comparisons.ComparisonEvalFactory@6126f827"
    ],
    "out-arity": 1,
    "type": "operator"
@@ -759,38 +759,38 @@
   {
    "id": "31c39bd3-6724-42bc-b15f-9331d434598f",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "0bdd825d-3c80-4769-95ec-3d8ed0fec67a",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.group.HashGroupOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "9c797900-e6cf-44ad-b5e3-869e56fd27ba",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
+   "java-class": "org.apache.hyracks.dataflow.std.sort.InMemorySortOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "ede16f1d-7795-4cbc-a605-ccfd25b7bb98",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
+   "java-class": "org.apache.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorDescriptor",
    "out-arity": 1,
    "type": "operator"
   },
   {
    "id": "9678a828-3e96-4391-be41-8da45721ca3d",
    "in-arity": 1,
-   "java-class": "edu.uci.ics.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
+   "java-class": "org.apache.aqua.runtime.operators.base.AquaMetaOperatorDescriptor",
    "micro-operators": [
     "assign [2] := [ColumnAccess(0)]",
-    "running-aggregate [3] := [edu.uci.ics.asterix.runtime.runningaggregates.std.TidRunningAggregateDescriptor$1@456dfa45]",
+    "running-aggregate [3] := [org.apache.asterix.runtime.runningaggregates.std.TidRunningAggregateDescriptor$1@456dfa45]",
     "assign [4] := [ConstantEvalFactory true]"
    ],
    "out-arity": 1,