{"id":22059914,"url":"https://github.com/criccomini/hive-metastore-standalone","last_synced_at":"2025-05-12T20:42:42.305Z","repository":{"id":176401396,"uuid":"657225826","full_name":"criccomini/hive-metastore-standalone","owner":"criccomini","description":"Apache Hive Metastore in Standalone Mode With Docker","archived":false,"fork":false,"pushed_at":"2024-07-22T23:55:20.000Z","size":16,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-23T03:03:42.535Z","etag":null,"topics":["docker","github-workflow","github-workflows","hadoop","hcatalog","hive","hive-metastore","presto","prestodb","trino","trinodb"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/criccomini.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":"2023-06-22T15:33:33.000Z","updated_at":"2024-07-22T23:55:24.000Z","dependencies_parsed_at":"2023-12-20T14:30:13.133Z","dependency_job_id":"4790321e-4ec2-44f7-bd9a-58a308120d22","html_url":"https://github.com/criccomini/hive-metastore-standalone","commit_stats":null,"previous_names":["criccomini/hive-metastore-standalone","recap-build/hive-metastore-standalone"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criccomini%2Fhive-metastore-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criccomini%2Fhive-metastore-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criccomini%2Fhive-metastore-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criccomini%2Fhive-metastore-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/criccomini","download_url":"https://codeload.github.com/criccomini/hive-metastore-standalone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227384658,"owners_count":17772412,"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":["docker","github-workflow","github-workflows","hadoop","hcatalog","hive","hive-metastore","presto","prestodb","trino","trinodb"],"created_at":"2024-11-30T17:34:30.560Z","updated_at":"2024-11-30T17:34:31.321Z","avatar_url":"https://github.com/criccomini.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hive Metastore Standalone Docker Image 🐝 🐳\n\nThis repo creates a Docker image of a completely standalone Hive Metastore suitable for running in a Github Workflow or as a Docker image without the need for compose.\n\nUnlike other Hive Metastore Docker images, this Docker image can be run without any other containers.\n\n* ✅ No S3\n* ✅ No localstack\n* ✅ No minio\n* ✅ No PostgreSQL\n* ✅ No Hive\n* ✅ No Hadoop\n* ✅ No other containers\n\nThe image uses [Hive Metastore Standalone]([url](https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metastore+3.0+Administration#AdminManualMetastore3.0Administration-RunningtheMetastoreWithoutHive)) configured to run [embedded Derby](https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metastore+Administration#AdminManualMetastoreAdministration-Local/EmbeddedMetastoreDatabase(Derby)) for the DB and the local filesystem for the FS.\n\n_NOTE: Only one process can connect to the metastore at a time because embedded Derby only supports one connection at a time. This should be fine for integration tests._\n\n## Usage\n\nThe package is published to the [Github Container Registry](https://github.com/criccomini/hive-metastore-standalone/pkgs/container/hive-metastore-standalone).\n\n```\ndocker pull ghcr.io/criccomini/hive-metastore-standalone:latest\n```\n\n## Github Workflow\n\nYou can use the Hive Metastore for integration tests in your [Github Workflows](https://docs.github.com/en/actions/using-workflows) using this service block:\n\n```yaml\n    services:\n      hive-metastore:\n        image: ghcr.io/criccomini/hive-metastore-standalone:latest\n        ports:\n          - 9083:9083\n```\n\n## Logging\n\nBy default the Hive Metastore will log at INFO level. You can override this by setting the `HMS_LOGLEVEL` environment variable for the container.\n\n## Acknowledgements\n\nThis image is based on [@naushadh](https://github.com/naushadh)'s [hive-metastore](https://github.com/naushadh/hive-metastore) repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriccomini%2Fhive-metastore-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcriccomini%2Fhive-metastore-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriccomini%2Fhive-metastore-standalone/lists"}