Skip to content

Commit

Permalink
HBASE-22676 Move all the code in hbase-rsgroup to hbase-server and re…
Browse files Browse the repository at this point in the history
…move hbase-rsgroup module (#399)

Signed-off-by: Zheng Hu <openinx@gmail.com>
  • Loading branch information
Apache9 committed Sep 10, 2019
1 parent 3032c71 commit f7bbdde
Show file tree
Hide file tree
Showing 32 changed files with 647 additions and 1,064 deletions.
8 changes: 0 additions & 8 deletions hbase-assembly/src/main/assembly/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,6 @@
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../hbase-rsgroup/target/</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>${rsgroup.test.jar}</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../hbase-mapreduce/target/</directory>
<outputDirectory>lib</outputDirectory>
Expand Down
1 change: 0 additions & 1 deletion hbase-assembly/src/main/assembly/hadoop-two-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<include>org.apache.hbase:hbase-protocol-shaded</include>
<include>org.apache.hbase:hbase-replication</include>
<include>org.apache.hbase:hbase-rest</include>
<include>org.apache.hbase:hbase-rsgroup</include>
<include>org.apache.hbase:hbase-server</include>
<include>org.apache.hbase:hbase-shell</include>
<include>org.apache.hbase:hbase-testing-util</include>
Expand Down
10 changes: 0 additions & 10 deletions hbase-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rsgroup</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rsgroup</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions hbase-rsgroup/README.txt

This file was deleted.

256 changes: 0 additions & 256 deletions hbase-rsgroup/pom.xml

This file was deleted.

Loading

0 comments on commit f7bbdde

Please sign in to comment.