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/