File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ lazy val sparkRiakConnector = (project in file("connector"))
8383 }.filter(_.contains(" test-utils" )).mkString(" :" )
8484 val uberJar = buildDir.relativize((assemblyOutputPath in assembly).value.toPath)
8585
86- if (! scalaBinaryVersion.value.equals(" 2.11" )) {
86+ if (scalaBinaryVersion.value.equals(" 2.11" )) {
8787 val rtnCode = s " connector/python/test.sh $uberJar: $cp $pyTestMark" ! streams.value.log
8888 // val rtnCode = s"docker build -t $namespace ." #&& s"docker run --rm -i -e RIAK_HOSTS=$riakHosts -e SPARK_CLASSPATH=$uberJar:$cp -v ${buildDir.toString}:/usr/src/$namespace -v ${home.toString}/.ivy2:/root/.ivy2 -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/bin/docker -w /usr/src/$namespace $namespace ./connector/python/test.sh" ! streams.value.log
8989 if (rtnCode != 0 ) {
You can’t perform that action at this time.
0 commit comments