forked from apache/incubator-livy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LIVY-399][TEST] Enable real test for PySpark and SparkR interpreters
Currently because we lack pyspark and sparkr dependencies in our environment, so we neglect the pyspark and sparkr integration tests, here propose a way to enable these integration tests. The solution is mainly borrowed from Zeppelin - to download Spark binary before integration tests, so that we will have a complete Spark environment to do the test. Because of this several modules like minicluster-dependencies are not required, so here removed such modules. Besides, we proposed to remove real test implementations, since we never used real test before and it mainly did what scripts should do with Scala code, which makes it hard to maintain. Also for now mini-cluster test is quite close to real test, so it is not so useful to still keep real test. Author: jerryshao <[email protected]> Closes apache#49 from jerryshao/LIVY-399.
- Loading branch information
Showing
17 changed files
with
76 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
integration-test/minicluster-dependencies/scala-2.10/pom.xml
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
integration-test/minicluster-dependencies/scala-2.11/pom.xml
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.