{"id":22911883,"url":"https://github.com/valtri/cesnet-hadoop_lib","last_synced_at":"2025-07-27T03:34:56.483Z","repository":{"id":69640132,"uuid":"43649379","full_name":"valtri/cesnet-hadoop_lib","owner":"valtri","description":"Common Hadoop pupept module","archived":false,"fork":false,"pushed_at":"2015-10-04T20:02:20.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T10:47:31.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/valtri.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-04T19:24:35.000Z","updated_at":"2015-10-04T19:27:29.000Z","dependencies_parsed_at":"2023-03-05T09:40:59.832Z","dependency_job_id":null,"html_url":"https://github.com/valtri/cesnet-hadoop_lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valtri/cesnet-hadoop_lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fcesnet-hadoop_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fcesnet-hadoop_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fcesnet-hadoop_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fcesnet-hadoop_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valtri","download_url":"https://codeload.github.com/valtri/cesnet-hadoop_lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtri%2Fcesnet-hadoop_lib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267294195,"owners_count":24065347,"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-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-12-14T04:18:46.514Z","updated_at":"2025-07-27T03:34:56.464Z","avatar_url":"https://github.com/valtri.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Table of Contents\n\n1. [Module Description - What the module does and why it is useful](#module-description)\n2. [Setup - The basics of getting started with hadoop\\_lib](#setup)\n    * [What hadoop\\_lib affects](#what-hadoop_lib-affects)\n3. [Usage - Beginning, configuration options, and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n    * [Classes](#classes)\n     * [hadoop\\_lib::env](#class-env)\n    * [Resource Types](#resources)\n     * [hadoop\\_lib::postinstall](#resource-postinstall)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n\u003ca name=\"module-description\"\u003e\u003c/a\u003e\n## Module Description\n\nCommon puppet library for Hadoop and its addons. It manages alternatives as used in Cloudera and provides necessary environment variables.\n\n\u003ca name=\"setup\"\u003e\u003c/a\u003e\n## Setup\n\n\u003ca name=\"what-hadoop-affects\"\u003e\u003c/a\u003e\n### What hadoop\\_lib affects\n\n* Files created:\n * */etc/profile.d/hadoop.sh*\n * */etc/profile.d/hadoop.csh*\n* Alternatives (*postinstall* resource type):\n * */etc/\u0026lt;NAME\u0026gt;/conf*: it can be switched to the new alternative, so original configuration is kept intact\n\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n## Usage\n\n    include ::hadoop_lib\n\n    Package['hive']\n    -\u003e\n    ::hadoop_lib::postinstall { 'hive':\n      alternatives =\u003e 'cluster',\n    }\n\n    ::hadoop_lib::env\n\n\u003ca name=\"reference\"\u003e\u003c/a\u003e\n## Reference\n\n\u003ca name=\"classes\"\u003e\u003c/a\u003e\n###Classes\n\n* [**`hadoop_lib`**](#class-hadoop_lib): Common setup steps\n\n\u003ca name=\"resources\"\u003e\u003c/a\u003e\n###Resources\n\n* [**`hadoop_lib::postinstall`**](#resource-postinstall): Post-installation steps\n\n\u003ca name=\"class-env\"\u003e\u003c/a\u003e\n### hadoop\\_lib\n\n#### Parameters\n\n(none)\n\n\u003ca name=\"resource-postinstall\"\u003e\u003c/a\u003e\n### hadoop\\_lib::postinstall\n\n#### Parameters\n\n#####`alternatives`\n\nSwitches the alternatives used for the configuration. Default: 'cluster' (Debian) or undef.\n\nIt can be used only when supported (for example with Cloudera distribution).\n\n\u003ca name=\"development\"\u003e\u003c/a\u003e\n## Development\n\n\u003ca name=\"development\"\u003e\u003c/a\u003e\n##Development\n\n* Repository: [https://github.com/MetaCenterCloudPuppet/cesnet-hadoop\\_lib](https://github.com/MetaCenterCloudPuppet/cesnet-hadoop_lib)\n* Tests:\n * basic: see *.travis.yml*\n * vagrant: [https://github.com/MetaCenterCloudPuppet/hadoop-tests](https://github.com/MetaCenterCloudPuppet/hadoop-tests)\n* Email: František Dvořák \u0026lt;valtri@civ.zcu.cz\u0026gt;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltri%2Fcesnet-hadoop_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaltri%2Fcesnet-hadoop_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltri%2Fcesnet-hadoop_lib/lists"}