-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
36 lines (36 loc) · 966 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<ChunkSize>67108864</ChunkSize>
<Master>
<HostIP>192.168.1.54</HostIP>
<Port>9090</Port>
<StorageLocation>/home/gisripa/Project/DFS/metanode/metafile</StorageLocation>
</Master>
<Slave>
<HostIP>192.168.1.54</HostIP>
<Port>9191</Port>
<StorageLocation>/home/gisripa/Project/DFS/chunknode2/</StorageLocation>
</Slave>
<Schedulers>
<Scheduler>
<Name>MetadataSnapshot</Name>
<InitialDelay>1000</InitialDelay>
<RepeatDelay>1000</RepeatDelay>
</Scheduler>
<Scheduler>
<Name>ChunkdataSnapshot</Name>
<InitialDelay>1000</InitialDelay>
<RepeatDelay>1000</RepeatDelay>
</Scheduler>
<Scheduler>
<Name>ChunkRelocator</Name>
<InitialDelay>1000</InitialDelay>
<RepeatDelay>1000</RepeatDelay>
</Scheduler>
<Scheduler>
<Name>PingScheduler</Name>
<InitialDelay>1000</InitialDelay>
<RepeatDelay>1000</RepeatDelay>
</Scheduler>
</Schedulers>
</Configuration>