[ZEPPELIN-3627] Remove starting server option for some functional tests

### What is this PR for?
Removing `AbstractTestRestApi` dependency to reduce testing time

### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

### Todos
* [x] - Remove `AbstractTestRestApi`

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3627

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jongyoul Lee <jongyoul@gmail.com>

Closes #3076 from jongyoul/ZEPPELIN-3627 and squashes the following commits:

505580062 [Jongyoul Lee] Revert commented flaky tests
ac7d827b4 [Jongyoul Lee] Change flaky test
0ab6d66b0 [Jongyoul Lee] Disable flaky tests
e99522dde [Jongyoul Lee] Remove `AbstractRestApiTest` from `CredentialRestApiTest`
2 files changed
tree: 87b535f578e5ebd5036d508068e3fa3dc0980792
  1. .github/
  2. _tools/
  3. alluxio/
  4. angular/
  5. beam/
  6. bigquery/
  7. bin/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. file/
  14. flink/
  15. geode/
  16. groovy/
  17. hbase/
  18. helium-dev/
  19. ignite/
  20. interpreter-parent/
  21. jdbc/
  22. kylin/
  23. lens/
  24. licenses/
  25. livy/
  26. markdown/
  27. neo4j/
  28. notebook/
  29. pig/
  30. python/
  31. r/
  32. sap/
  33. scalding/
  34. scio/
  35. scripts/
  36. shell/
  37. spark/
  38. testing/
  39. zeppelin-display/
  40. zeppelin-distribution/
  41. zeppelin-examples/
  42. zeppelin-integration/
  43. zeppelin-interpreter/
  44. zeppelin-jupyter/
  45. zeppelin-plugins/
  46. zeppelin-server/
  47. zeppelin-web/
  48. zeppelin-zengine/
  49. .appveyor.yml
  50. .gitignore
  51. .travis.yml
  52. LICENSE
  53. NOTICE
  54. pom.xml
  55. README.md
  56. Roadmap.md
  57. SECURITY-README.md
  58. STYLE.md
  59. travis_check.py
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: Build Status
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core feature:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site http://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.