You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2020/03/02 02:04:01 UTC

[incubator-livy] branch master updated (3a26856 -> 06a8d4f)

This is an automated email from the ASF dual-hosted git repository.

jshao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git.


    from 3a26856  [LIVY-745] Ensure that a single RSCClientFactory gets loaded.
     add 06a8d4f  [LIVY-748] Add support for running Livy Integration tests against secure external clusters

No new revisions were added by this update.

Summary of changes:
 .../apache/livy/client/http/LivyConnection.java    |   5 +
 integration-test/pom.xml                           |   4 +-
 .../test/framework/BaseIntegrationTestSuite.scala  |  57 ++++++++++-
 .../org/apache/livy/test/framework/Cluster.scala   |  44 +++++++-
 .../livy/test/framework/ExternalCluster.scala      | 103 +++++++++++++++++++
 .../livy/test/framework/LivyRestClient.scala       | 113 +++++++++++++--------
 .../apache/livy/test/framework/MiniCluster.scala   |  60 +++++++----
 .../resources/{rtest.R => cluster.spec.template}   |  36 ++++---
 .../src/test/resources/test_python_api.py          |  34 +++++--
 .../test/scala/org/apache/livy/test/BatchIT.scala  |   2 +-
 .../scala/org/apache/livy/test/InteractiveIT.scala |   8 +-
 .../test/scala/org/apache/livy/test/JobApiIT.scala |  21 +++-
 .../src/test/spark2/scala/Spark2JobApiIT.scala     |  17 +++-
 pom.xml                                            |   6 +-
 14 files changed, 401 insertions(+), 109 deletions(-)
 create mode 100644 integration-test/src/main/scala/org/apache/livy/test/framework/ExternalCluster.scala
 copy integration-test/src/test/resources/{rtest.R => cluster.spec.template} (52%)