-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinclude.json
More file actions
110 lines (110 loc) · 1.86 KB
/
include.json
File metadata and controls
110 lines (110 loc) · 1.86 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"isTest" : [
"test",
"junit",
"hbase-it"
],
"isDoc" : [
"ref manual",
" site",
"site.xml",
"website",
"site target",
"[site]",
"[book]",
"docbook",
"[docs]",
"doc improvement",
"hbase-examples",
"guide",
"book ",
"hbase book",
"book.xml",
"the book",
"of book",
"to book",
"javadoc",
"document",
"copyright"
],
"isBuild" : [
"pom",
"maven",
"mvn",
"classpath",
"compile",
"build+error",
"build+fix",
"compilation",
"assembly",
"formatter",
"hadoopqa",
"findbug"
],
"isPort" : [
"backport",
"back port",
"forward port",
"to 0.9",
"reapply",
"port HBASE"
],
"isReplication" : [
"replication"
],
"isSnapshot" : [
"snapshot"
],
"isProto" : [
"protos",
"protocol buffer",
"protobuf",
"proto ",
"hbase-protocol",
"pb-",
"to pb",
"pb objects",
"pb definitions",
"pb conversion",
"enforce pb"
],
"isModule" : [
"hbase-common",
"hbase-client",
"module naming",
"multi-module",
"multimodule",
"module split",
"modularization",
"consistent package"
],
"isCompaction" : [
"compact"
],
"isBulk" : [
"bulkload",
"bulk load",
"bulk delet"
],
"isSecurity" : [
"secur"
],
"isMetrics" : [
"metric"
],
"isAssignment" : [
"assignment",
"assign%region",
"region%assign"
],
"isHadoop2" : [
"hadoop 2",
"hadoop2",
"hadoop-2",
"hadoop 1 and 2",
"hadoop-0.20.205 and 0.22.0",
"hadoop-profile=2.0",
"hadoop 0.22",
"hadoop 0.23"
]
}