dbist commented on a change in pull request #30: HBASE-22329 Fix for warning 
The parameter forkMode is deprecated since
URL: https://github.com/apache/hbase-connectors/pull/30#discussion_r279505812
 
 

 ##########
 File path: spark/hbase-spark-it/pom.xml
 ##########
 @@ -103,7 +103,8 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <configuration>
           <skip>false</skip>
-          <forkMode>always</forkMode>
+          <forkCount>1</forkCount>
+          <reuseForks>true</reuseForks>
 
 Review comment:
   @petersomogyi in terms of compiling hbase-spark-it individually, I ran mvn 
clean install on the module first and then I'm able to run mvn clean package on 
it, both with and without my patch.

----------------------------------------------------------------
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

Reply via email to