diff --git a/omnioperator/omniop-spark-extension/cpp/build.sh b/omnioperator/omniop-spark-extension/cpp/build.sh index 26f83e2cb612fc3af663d955df4bcabac177997b..b72c72532c0b64d0ca15794dc43d9717ce196ec6 100644 --- a/omnioperator/omniop-spark-extension/cpp/build.sh +++ b/omnioperator/omniop-spark-extension/cpp/build.sh @@ -51,6 +51,6 @@ else cmake .. -DCMAKE_BUILD_TYPE=Release fi -make +make -j5 set +eu \ No newline at end of file diff --git a/omnioperator/omniop-spark-extension/java/pom.xml b/omnioperator/omniop-spark-extension/java/pom.xml index 2209c4aa6a59072cef5175f78e2663fa6ced3000..3bf7ed7a51c7fe380a111a5fd581e12834456651 100644 --- a/omnioperator/omniop-spark-extension/java/pom.xml +++ b/omnioperator/omniop-spark-extension/java/pom.xml @@ -100,11 +100,6 @@ 3.1.1 test - - - - - ${artifactId}-${version}${dep.os.arch} @@ -292,42 +287,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + prepare-agent + + prepare-agent + + + + report + prepare-package + + report + + + + post-unit-test + test + + report + + + + + + target/jacoco.exec + + + **com/huawei/boostkit/spark/serialize/*VecData* + + + org.scalatest scalatest-maven-plugin @@ -347,25 +341,6 @@ - - org.scoverage - scoverage-maven-plugin - 1.4.11 - - - test - test - - report - - - - - true - true - ${project.build.sourceEncoding} - - \ No newline at end of file