You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/04/15 17:50:16 UTC

[4/7] flink git commit: [hotfix] add the missing mvn.forkNumber to the commandline of flink-hbase

[hotfix] add the missing mvn.forkNumber to the commandline of flink-hbase

Otherwise, travis file logs end up in the wrong log file, i.e. ".log".


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6bd55c4e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6bd55c4e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6bd55c4e

Branch: refs/heads/master
Commit: 6bd55c4ec545475218cc87a87fc8b38cf7a95f12
Parents: 06db242
Author: Nico Kruber <ni...@data-artisans.com>
Authored: Thu Apr 13 17:35:11 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Sat Apr 15 13:37:05 2017 +0200

----------------------------------------------------------------------
 flink-connectors/flink-hbase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6bd55c4e/flink-connectors/flink-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-hbase/pom.xml b/flink-connectors/flink-hbase/pom.xml
index 96688f3..00c08ef 100644
--- a/flink-connectors/flink-hbase/pom.xml
+++ b/flink-connectors/flink-hbase/pom.xml
@@ -44,7 +44,7 @@ under the License.
 				<artifactId>maven-surefire-plugin</artifactId>
 				<version>2.19.1</version>
 				<configuration>
-					<argLine>-XX:MaxPermSize=128m</argLine>
+					<argLine>-XX:MaxPermSize=128m -Dmvn.forkNumber=${surefire.forkNumber}</argLine>
 					<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
 					<forkCount>1</forkCount>
 				</configuration>