{"id":16564011,"url":"https://github.com/brndnmtthws/facebook-hive-udfs","last_synced_at":"2025-04-05T11:11:13.542Z","repository":{"id":9963205,"uuid":"11986140","full_name":"brndnmtthws/facebook-hive-udfs","owner":"brndnmtthws","description":"Facebook's Hive UDFs","archived":false,"fork":false,"pushed_at":"2024-07-16T00:30:01.000Z","size":133,"stargazers_count":270,"open_issues_count":1,"forks_count":150,"subscribers_count":23,"default_branch":"main","last_synced_at":"2024-10-11T20:43:12.487Z","etag":null,"topics":["hadoop","hive","udf","udf-libraries"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/brndnmtthws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"brndnmtthws"}},"created_at":"2013-08-08T20:43:02.000Z","updated_at":"2024-08-23T08:46:41.000Z","dependencies_parsed_at":"2024-03-12T00:36:36.582Z","dependency_job_id":"fe669877-2e69-42fb-9c97-1524d5b0d7a2","html_url":"https://github.com/brndnmtthws/facebook-hive-udfs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brndnmtthws%2Ffacebook-hive-udfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brndnmtthws%2Ffacebook-hive-udfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brndnmtthws%2Ffacebook-hive-udfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brndnmtthws%2Ffacebook-hive-udfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brndnmtthws","download_url":"https://codeload.github.com/brndnmtthws/facebook-hive-udfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"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":["hadoop","hive","udf","udf-libraries"],"created_at":"2024-10-11T20:42:59.944Z","updated_at":"2025-04-05T11:11:13.518Z","avatar_url":"https://github.com/brndnmtthws.png","language":"Java","funding_links":["https://github.com/sponsors/brndnmtthws"],"categories":[],"sub_categories":[],"readme":"[![Build \u0026 test with Maven](https://github.com/brndnmtthws/facebook-hive-udfs/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/brndnmtthws/facebook-hive-udfs/actions/workflows/build-and-test.yml)\n\nfacebook-hive-udfs\n==================\n\nFacebook's Hive UDFs\n\n# WHAT IT IS\n\nA computer guy at Facebook dumped a bunch of UDFs/UDAFs here:\n\nhttps://issues.apache.org/jira/browse/HIVE-1545\n\nHowever, the code does not build and is missing many parts.\n\nThis is a partial copy of that code, except it builds and may (or may not) work. Use at your own risk. To build it:\n\n```\nmvn package\n```\n\nThis will produce a jar in `target/` which you can add to your Hive classpath.\n\nAlternatively, you can use the published jar included with [this repo's packages](https://github.com/brndnmtthws/facebook-hive-udfs/packages).\n\nYou can add this repository as a maven source with:\n\n```xml\n\u003cproject\u003e\n...\n  \u003crepositories\u003e\n    \u003crepository\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003cname\u003efacebook-hive-udfs\u003c/name\u003e\n      \u003curl\u003ehttps://maven.pkg.github.com/brndnmtthws/facebook-hive-udfs\u003c/url\u003e\n      \u003csnapshots\u003e\n        \u003cenabled\u003etrue\u003c/enabled\u003e\n      \u003c/snapshots\u003e\n    \u003c/repository\u003e\n  \u003c/repositories\u003e\n...\n\u003c/project\u003e\n```\n\nAnd then include it in your `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.airbnb\u003c/groupId\u003e\n  \u003cartifactId\u003efacebook-udfs\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# HOW DO USE IT?\n\nLike any other UDF, silly!\n\nHere's a sample:\n\n```\nCREATE TEMPORARY FUNCTION md5 AS 'com.facebook.hive.udf.UDFMD5';\nSELECT md5(password) from users limit 1;\n```\n\n**cool!!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrndnmtthws%2Ffacebook-hive-udfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrndnmtthws%2Ffacebook-hive-udfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrndnmtthws%2Ffacebook-hive-udfs/lists"}