saintstack commented on a change in pull request #941: HBASE-23326 Implement a
ProcedureStore which stores procedures in a H…
URL: https://github.com/apache/hbase/pull/941#discussion_r358021428
##########
File path: hbase-assembly/pom.xml
##########
@@ -215,17 +215,6 @@
<artifactId>hbase-mapreduce</artifactId>
<type>test-jar</type>
</dependency>
- <!-- To dump tools in hbase-procedure into cached_classpath.txt. -->
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-procedure</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-procedure</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
Review comment:
Pity given how hard we work to try and stuff out of hbase-server... It is
because Region-based store is too tough to keep apart from Procedure store
Interfaces?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services