commit | afa76f52a3eddd7c85454ab6237ee77883b7c85d | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@eaa15691-b419-025a-1212-ee371bd00084> | Thu Oct 04 02:47:56 2012 +0000 |
committer | zheilbron <zheilbron@eaa15691-b419-025a-1212-ee371bd00084> | Thu Oct 04 02:47:56 2012 +0000 |
tree | 283ab7b0b5062cc47a397efa0ff5c314f453d36d | |
parent | f6bcbdd1f6c029c1e07b1e96fed2e5369fbdf8dd [diff] [blame] |
changed ncstores to be specified as relative names rather than absolute paths; changed api server to always write results to metadata node; removed all apinodedataservers except for the metadata node's; changed apinodedataserver to use statically defined port; removed old/useless .properties files; git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_lsm_stabilization@760 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/main/resources/test.properties b/asterix-app/src/main/resources/test.properties index 01a593b..4947dbf 100755 --- a/asterix-app/src/main/resources/test.properties +++ b/asterix-app/src/main/resources/test.properties
@@ -1,5 +1,5 @@ MetadataNode=nc1 NewUniverse=true -nc1.stores=/tmp/nc1data/ -nc2.stores=/tmp/nc2data/ +nc1.stores=nc1data +nc2.stores=nc2data OutputDir=/tmp/asterix_output/