From 68450c8c6e34df510f9e131147210a6c0c2eb56b Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Mon, 18 Apr 2016 14:35:10 -0700 Subject: [SPARK-14504][SQL] Enable Oracle docker tests ## What changes were proposed in this pull request? Enable Oracle docker tests ## How was this patch tested? Existing tests Author: Luciano Resende Closes #12270 from lresende/oracle. --- external/docker-integration-tests/pom.xml | 21 ++++++++++++--------- .../spark/sql/jdbc/OracleIntegrationSuite.scala | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'external/docker-integration-tests') diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index 17fd7d781c..53a24f3e06 100644 --- a/external/docker-integration-tests/pom.xml +++ b/external/docker-integration-tests/pom.xml @@ -36,8 +36,12 @@ - db2 + db https://app.camunda.com/nexus/content/repositories/public/ + + true + warn + @@ -143,14 +147,13 @@ to use a an ojdbc jar for the testcase. The maven dependency here is commented because currently the maven repository does not contain the ojdbc jar mentioned. Once the jar is available in maven, this could be uncommented. --> - + + com.oracle + ojdbc6 + 11.2.0.1.0 + test + +