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-134. Fix real cluster support for integration tests.
This change bring real cluster support back to integration tests, by fixing and simplifying the code that starts Livy on a remote machine. Since the tests now need that, there's also support to download the Hadoop configuration from the cluster so that tests can write directly to HDFS. At the moment, that means kerberized cluster do not work. The change also cleans up a lot of unused features of the test framework; unused methods were removed, and the ClusterPool type was removed, since right now there's only ever a single cluster. I also removed the "withClue" calls since log fetching is now done differently, and logs end up in local files in the build directory. Closes apache#126
- Loading branch information
Marcelo Vanzin
committed
May 9, 2016
1 parent
3ae23e6
commit 304cc46
Showing
10 changed files
with
402 additions
and
422 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 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
89 changes: 0 additions & 89 deletions
89
integration-test/src/main/scala/com/cloudera/livy/test/framework/ClusterPool.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.