Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

apache/incubator-hivemall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3407977 · Sep 6, 2022
May 24, 2018
Apr 22, 2021
Oct 4, 2019
May 14, 2021
Apr 23, 2021
May 14, 2021
Nov 28, 2019
Jul 2, 2021
Nov 28, 2021
Apr 28, 2021
Apr 22, 2021
May 2, 2021
Apr 25, 2017
Oct 4, 2019
Apr 22, 2021
Oct 21, 2019
Dec 26, 2019
Oct 28, 2016
Dec 26, 2017
Apr 23, 2021
Dec 3, 2019
Sep 4, 2018
Sep 2, 2022
Nov 28, 2019
May 2, 2021

Apache Hivemall: Hive scalable machine learning library

Build Status Documentation Status License Coverage Status Twitter Follow

Apache Hivemall is a scalable machine learning library that runs on Apache Hive, Apache Spark, and Apache Pig. Hivemall is designed to be scalable to the number of training instances as well as the number of training features.

Apache Incubator

Usage

Hivemall

Find more examples on our user guide and find a brief introduction to Hivemall in this slide.

Support

Support is through user@hivemall.incubator.apache.org, not by a direct e-mail.

Contributing

If you are planning to contribute to this repository, we first request you to create an issue at our JIRA page even if the topic is not related to source code itself (e.g., documentation, new idea and proposal).

All Hivemall functions are defined under resources/ddl. In order to update the definition files, the following script helps inserting function name and class path of your new UDF:

$ ./bin/update_ddls.sh

Moreover, don't forget to update function list in the document as well:

$ ./bin/update_func_md.sh

Note that, before creating a pull request including Java code, please make sure your code follows our coding conventions by applying formatter:

$ ./bin/format_code.sh