commit | 4db8a9d9bf223219e9565c8ee0e583c0bd89cd2f | [log] [tgz] |
---|---|---|
author | Till Westmann <tillw@apache.org> | Thu Mar 10 20:11:02 2016 -0800 |
committer | abdullah alamoudi <bamousaa@gmail.com> | Fri Mar 11 02:32:35 2016 -0800 |
tree | 211531fbe73482eb6505003de27b7c0067b3ad79 | |
parent | 6f7efb6d12efb865ae1d081679d50842f0498bd6 [diff] [blame] |
use localfs instead of the class name of the adapter Change-Id: If0c8fafbbc52bbe0f7ac3ec8b5f23781a8017390 Reviewed-on: https://asterix-gerrit.ics.uci.edu/706 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: abdullah alamoudi <bamousaa@gmail.com>
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 71ce704..0588b7f 100644 --- a/asterix-app/src/test/resources/demo0927/local/load-cust.aql +++ b/asterix-app/src/test/resources/demo0927/local/load-cust.aql
@@ -41,6 +41,6 @@ primary key cid on group1; load dataset Customers -using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter" +using localfs (("path"="asterix_nc1:///tmp/customerData.adm"),("format"="json")) pre-sorted;