commit | fa908acc0405f925dbd5497e829720c521045b25 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@eaa15691-b419-025a-1212-ee371bd00084> | Fri Oct 26 07:05:06 2012 +0000 |
committer | alexander.behm <alexander.behm@eaa15691-b419-025a-1212-ee371bd00084> | Fri Oct 26 07:05:06 2012 +0000 |
tree | 064f6c17ae4f5e4dc4534288b107a620e5e5bd74 | |
parent | 6057f2e567e68c7de7e4a4888ffe42aaccebfe11 [diff] |
Asterix now configures its own IOManager in AsterixRuntimeState since it should not rely on the IOManager set in Hyracks. The Asterix IO devives are configured via the Asterix .properties file. git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_lsm_stabilization@811 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/main/resources/asterix-metadata.properties b/asterix-app/src/main/resources/asterix-metadata.properties index e9ccc63..309f9f4 100644 --- a/asterix-app/src/main/resources/asterix-metadata.properties +++ b/asterix-app/src/main/resources/asterix-metadata.properties
@@ -1,4 +1,7 @@ MetadataNode=nc1 NewUniverse=true -nc1.stores=/tmp/nc1data/ -nc2.stores=/tmp/nc2data/, /tmp/nc2data1/ \ No newline at end of file +nc1.stores=nc1data +nc2.stores=nc2data +nc1.iodevices=/tmp/ +nc2.iodevices=/tmp/ +OutputDir=/tmp/asterix_output/
diff --git a/asterix-app/src/main/resources/test.properties b/asterix-app/src/main/resources/test.properties index 4947dbf..309f9f4 100755 --- a/asterix-app/src/main/resources/test.properties +++ b/asterix-app/src/main/resources/test.properties
@@ -2,4 +2,6 @@ NewUniverse=true nc1.stores=nc1data nc2.stores=nc2data +nc1.iodevices=/tmp/ +nc2.iodevices=/tmp/ OutputDir=/tmp/asterix_output/