Skip to content

Commit 0927140

Browse files
committed
HBASE-22676 Move all the code in hbase-rsgroup to hbase-server and remove hbase-rsgroup module (#399)
Signed-off-by: Zheng Hu <[email protected]>
1 parent 522a981 commit 0927140

33 files changed

+647
-1070
lines changed

hbase-assembly/src/main/assembly/components.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,6 @@
144144
</includes>
145145
<fileMode>0644</fileMode>
146146
</fileSet>
147-
<fileSet>
148-
<directory>${project.basedir}/../hbase-rsgroup/target/</directory>
149-
<outputDirectory>lib</outputDirectory>
150-
<includes>
151-
<include>${rsgroup.test.jar}</include>
152-
</includes>
153-
<fileMode>0644</fileMode>
154-
</fileSet>
155147
<fileSet>
156148
<directory>${project.basedir}/../hbase-mapreduce/target/</directory>
157149
<outputDirectory>lib</outputDirectory>

hbase-assembly/src/main/assembly/hadoop-two-compat.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<include>org.apache.hbase:hbase-protocol-shaded</include>
5353
<include>org.apache.hbase:hbase-replication</include>
5454
<include>org.apache.hbase:hbase-rest</include>
55-
<include>org.apache.hbase:hbase-rsgroup</include>
5655
<include>org.apache.hbase:hbase-server</include>
5756
<include>org.apache.hbase:hbase-shell</include>
5857
<include>org.apache.hbase:hbase-testing-util</include>

hbase-it/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,6 @@
181181
<type>test-jar</type>
182182
<scope>test</scope>
183183
</dependency>
184-
<dependency>
185-
<groupId>org.apache.hbase</groupId>
186-
<artifactId>hbase-rsgroup</artifactId>
187-
</dependency>
188-
<dependency>
189-
<groupId>org.apache.hbase</groupId>
190-
<artifactId>hbase-rsgroup</artifactId>
191-
<type>test-jar</type>
192-
<scope>test</scope>
193-
</dependency>
194184
<dependency>
195185
<groupId>org.apache.hbase</groupId>
196186
<artifactId>hbase-server</artifactId>

hbase-rsgroup/README.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

hbase-rsgroup/pom.xml

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)