{"id":15345961,"url":"https://github.com/felixcheung/spark-k8s","last_synced_at":"2026-01-07T11:31:12.054Z","repository":{"id":88772192,"uuid":"104716392","full_name":"felixcheung/spark-k8s","owner":"felixcheung","description":"Apache Spark to run on Kubernetes","archived":false,"fork":false,"pushed_at":"2017-11-16T06:04:23.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T21:42:36.690Z","etag":null,"topics":["apache-spark","docker","docker-image","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixcheung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-25T07:18:28.000Z","updated_at":"2019-07-24T03:35:49.000Z","dependencies_parsed_at":"2023-06-12T13:15:44.576Z","dependency_job_id":null,"html_url":"https://github.com/felixcheung/spark-k8s","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"bb1921d248411be358210595530de833164ac24f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixcheung%2Fspark-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixcheung%2Fspark-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixcheung%2Fspark-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixcheung%2Fspark-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixcheung","download_url":"https://codeload.github.com/felixcheung/spark-k8s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245905131,"owners_count":20691737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-spark","docker","docker-image","k8s","kubernetes"],"created_at":"2024-10-01T11:18:00.112Z","updated_at":"2026-01-07T11:31:12.015Z","avatar_url":"https://github.com/felixcheung.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To deploy\n\nReplace `$IMAGE_NAME` with your image server, image name and tag\n\n# To run job\n\n```\n# First, find the pod name from the deployment\nSPARKPOD=\"$(echo -e \"$(kubectl get pods -l component=sparkclient -n=spark -o=custom-columns=:.metadata.name)\" | tr -d '[:space:]')\"\n\n# Run a shell to the pod\nkubectl exec -ti \"$SPARKPOD\" -n=spark -- bash\n\n# In the shell, run the spark-shell command, pointing to the master\nbin/spark-shell --master spark://sparkmaster:7077\n```\n\n# To access Spark UI\n\nSpark Master UI\nhttp://localhost:8001/api/v1/proxy/namespaces/spark/services/sparkmaster:8080/\n\nSpark Application UI \nhttp://localhost:8001/api/v1/proxy/namespaces/spark/services/sparkclient:4040/jobs/\n\nAlternatively k8s port forwarding can be used to access\nhttps://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixcheung%2Fspark-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixcheung%2Fspark-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixcheung%2Fspark-k8s/lists"}