forked from dase/CLAIMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDebug.h
executable file
·61 lines (55 loc) · 1.55 KB
/
Debug.h
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* Debug.h
*
* Created on: Aug 9, 2013
* Author: wangli
*/
#ifndef DEBUG_H_
#define DEBUG_H_
#define COOR "/home/imdb/config/wangli/coor.conf"
#define CONFIG "/home/imdb/config/wangli/config"
//#define CONFIG_SAME "/home/imdb/config/config"
/*
* needed by blockstreamjoiniterator
* */
#define BARRIER 1
/*
* block in hdfs and sublock in block
* */
#define BLOCK_SIZE 64*1024
#define SUCHUNK_SIZE 64*1024
#define CHUNK_SIZE 64*1024*1024
#define CHUNK_SIZE_IN_MB 64
#define HEARTBEAT_MESSAGE_LEN 64
#define REGISTER_MESSAGE_LEN 64
#define BLOCK_STATUS_MESSAGE_LEN 256
#define MATCHER_MESSAGE_FILENAME_LEN 256
#define MATCHER_MESSAGE_BMI_LEN 256
#define MATCHER_MESSAGE_PROJECT_LEN 256
// 分布式文件系统的主节点
#define HDFS_N "10.11.1.190"
// 磁盘目录
#define DISKDIR "/home/imdb/diskdata"
//#define DEBUG_Coordinator~/
//#define DEBUG_Environment
//#define DEBUG_ExchangeIteratorLowerWithWideDependency
//#define DEBUG_ExchangeIteratorWithWideDependency
//#define DEBUG_ExchangeIteratorEager
//#define DEBUG_ExchangeIteratorEagerLower
//
//#define DEBUG_ExchangeRegister
//#define DEBUG_ExchangeTracker
//
//#define DEBUG_PortManager
//#define DEBUG_IteratorExecutorSlave
//#define DEBUG_IteratorExecutorMaster
//
//#define DEBUG_ExchangeIteratorEager
//#define DEBUG_ExpandableBlockStreamExchangeMaterialized
//#define DEBUG_BlockStreamExchangeLowerBase
//#define DEBUG_ExpandableBlockStreamExchangeLM
#define DEBUG_ResourceManagerMaster
#define DEBUG_ResourceManagerSlave
#define DEBUG_Catalog
#define DEBUG_BufferManager
#endif /* DEBUG_H_ */