Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-4055. Add Spark History Server Smoke Test #1221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vivostar
Copy link
Contributor

Description of PR

Add Spark History Server Smoke Test

How was this patch tested?

We can use docker-hadoop.sh to test it

  1. modify the config_centos-7.yaml as following example
docker:
        memory_limit: "4g"
        image: "bigtop/puppet:trunk-centos-7"

repo: "http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce, spark]
enable_local_repo: false
smoke_test_components: [hdfs, yarn, mapreduce]
  1. create hadoop cluster
./docker-hadoop.sh -dcp -c 3
  1. smoke test spark
./docker-hadoop.sh -dcp -s spark

I have tested it on centos-7 and debian-11

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant