{"id":25827112,"url":"https://github.com/guangie88/hive-docker","last_synced_at":"2026-02-10T15:02:25.859Z","repository":{"id":139659663,"uuid":"163636614","full_name":"guangie88/hive-docker","owner":"guangie88","description":"Dockerfile setup for Hive (with Hadoop)","archived":false,"fork":false,"pushed_at":"2019-01-03T06:38:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T20:26:37.643Z","etag":null,"topics":["dockerfile","hive"],"latest_commit_sha":null,"homepage":null,"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/guangie88.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":"2018-12-31T03:43:34.000Z","updated_at":"2019-01-03T06:38:07.000Z","dependencies_parsed_at":"2023-07-23T09:00:21.372Z","dependency_job_id":null,"html_url":"https://github.com/guangie88/hive-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guangie88/hive-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangie88%2Fhive-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangie88%2Fhive-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangie88%2Fhive-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangie88%2Fhive-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guangie88","download_url":"https://codeload.github.com/guangie88/hive-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guangie88%2Fhive-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268297332,"owners_count":24228123,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dockerfile","hive"],"created_at":"2025-02-28T15:52:28.811Z","updated_at":"2026-02-10T15:02:25.018Z","avatar_url":"https://github.com/guangie88.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hive Docker Builder\n\nDockerfile setup to install various versions of Hive in a minimalist\nenvironment.\n\nThe Java version `JAVA_VERSION` defaults to 8, while both `HADOOP_VERSION` and\n`HIVE_VERSION` build arguments must be specified. You may find out more about\nthe compatibility between Hive and Hadoop\n[here](https://hive.apache.org/downloads.html).\n\nThis set-up also includes both MySQL and PostgreSQL JDBC JAR files to connect\nto these two databases.\n\nThere is no default `hive-site.xml` file set up for this image. You should\nbind mount the Hive configuration into `/usr/local/hive/conf/hive-site.xml` to\ngive it the configuration to connect to your custom backend.\n\n## Example build and run commands\n\n```bash\nHADOOP_VERSION=2.7.7\nHIVE_VERSION=2.3.4\n\n# Build\ndocker build . \\\n    --build-arg HADOOP_VERSION=${HADOOP_VERSION} \\\n    --build-arg HIVE_VERSION=${HIVE_VERSION} \\\n    -t guangie88/hive:${HIVE_VERSION}\n\n# Check Hadoop version\ndocker run --rm -it \\\n    guangie88/hive:${HIVE_VERSION} \\\n    hive --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangie88%2Fhive-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguangie88%2Fhive-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangie88%2Fhive-docker/lists"}