Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/19548
Could you add a test case to `OracleIntegrationSuite.scala`?
Below is the instruction how to run the docker-based testsuite
`OracleIntegrationSuite.scala `.
> build/mvn -Pyarn -Phadoop-2.6 -Dhadoop.version=2.6.0 -Phive-thriftserver
-Phive -DskipTests install
> Before running dockers test . You need to set the docker env variabled.
Following does the magic:
> eval $(docker-machine env default)
> build/mvn -Pdocker-integration-tests -pl
:spark-docker-integration-tests_2.11 compile test
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]