All Projects → brndnmtthws → Facebook Hive Udfs

brndnmtthws / Facebook Hive Udfs

Licence: apache-2.0
Facebook's Hive UDFs

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Facebook Hive Udfs

Wifi
基于wifi抓取信息的大数据查询分析系统
Stars: ✭ 93 (-56.34%)
Mutual labels:  hadoop, hive
Avro Hadoop Starter
Example MapReduce jobs in Java, Hive, Pig, and Hadoop Streaming that work on Avro data.
Stars: ✭ 110 (-48.36%)
Mutual labels:  hadoop, hive
Repository
个人学习知识库涉及到数据仓库建模、实时计算、大数据、Java、算法等。
Stars: ✭ 92 (-56.81%)
Mutual labels:  hadoop, hive
Movie recommend
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
Stars: ✭ 2,092 (+882.16%)
Mutual labels:  hadoop, hive
Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (-24.41%)
Mutual labels:  hadoop, hive
Dataspherestudio
DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
Stars: ✭ 1,195 (+461.03%)
Mutual labels:  hadoop, hive
Haproxy Configs
80+ HAProxy Configs for Hadoop, Big Data, NoSQL, Docker, Elasticsearch, SolrCloud, HBase, MySQL, PostgreSQL, Apache Drill, Hive, Presto, Impala, Hue, ZooKeeper, SSH, RabbitMQ, Redis, Riak, Cloudera, OpenTSDB, InfluxDB, Prometheus, Kibana, Graphite, Rancher etc.
Stars: ✭ 106 (-50.23%)
Mutual labels:  hadoop, hive
Bigdataguide
大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料
Stars: ✭ 817 (+283.57%)
Mutual labels:  hadoop, hive
Hive Jdbc Uber Jar
Hive JDBC "uber" or "standalone" jar based on the latest Apache Hive version
Stars: ✭ 188 (-11.74%)
Mutual labels:  hadoop, hive
Drill
Apache Drill is a distributed MPP query layer for self describing data
Stars: ✭ 1,619 (+660.09%)
Mutual labels:  hive, hadoop
Apache Spark Hands On
Educational notes,Hands on problems w/ solutions for hadoop ecosystem
Stars: ✭ 74 (-65.26%)
Mutual labels:  hadoop, hive
Eel Sdk
Big Data Toolkit for the JVM
Stars: ✭ 140 (-34.27%)
Mutual labels:  hadoop, hive
Hive Funnel Udf
Hive UDFs for funnel analysis
Stars: ✭ 72 (-66.2%)
Mutual labels:  hadoop, hive
Hadoop cookbook
Cookbook to install Hadoop 2.0+ using Chef
Stars: ✭ 82 (-61.5%)
Mutual labels:  hadoop, hive
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+287.79%)
Mutual labels:  hadoop, hive
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+5060.09%)
Mutual labels:  hadoop, hive
God Of Bigdata
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
Stars: ✭ 6,008 (+2720.66%)
Mutual labels:  hadoop, hive
Bigdata
💎🔥大数据学习笔记
Stars: ✭ 488 (+129.11%)
Mutual labels:  hadoop, hive
Datax
DataX is an open source universal ETL tool that support Cassandra, ClickHouse, DBF, Hive, InfluxDB, Kudu, MySQL, Oracle, Presto(Trino), PostgreSQL, SQL Server
Stars: ✭ 116 (-45.54%)
Mutual labels:  hadoop, hive
Hadoopcryptoledger
Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Stars: ✭ 126 (-40.85%)
Mutual labels:  hadoop, hive

Build Status Dependabot Status

facebook-hive-udfs

Facebook's Hive UDFs

WHAT IT IS

A computer guy at Facebook dumped a bunch of UDFs/UDAFs here:

https://issues.apache.org/jira/browse/HIVE-1545

However, the code does not build and is missing many parts.

This is a partial copy of that code, except it builds and may (or may not) work. Use at your own risk. To build it:

mvn package

This will produce a jar in target/ which you can add to your Hive classpath.

HOW DO USE IT?

Like any other UDF, silly!

Here's a sample:

CREATE TEMPORARY FUNCTION md5 AS 'com.facebook.hive.udf.UDFMD5';
SELECT md5(password) from users limit 1;

cool!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].