commit | e50f24c9b99b8e68f81f99722e233debc71f0a77 | [log] [tgz] |
---|---|---|
author | boomkim <bhk3177@gmail.com> | Sun Nov 28 13:08:19 2021 +0900 |
committer | Makoto Yui <myui@apache.org> | Sun Nov 28 13:08:19 2021 +0900 |
tree | 1fbbf4c75da097c50277302365a41073188f25a2 | |
parent | b65949a188d3b60e1411a5de65b5ac2400513173 [diff] |
[HIVEMALL-317] Update documentation about Amazon EMR ## What changes were proposed in this pull request? Update documentation about Amazon EMR. Just little change to make bootstrap script working. Previous script had dead link. ## What type of PR is it? Documentation ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-317 ## How was this patch tested? Document update. Test not needed. Author: boomkim <bhk3177@gmail.com> Closes #246 from boomkim/emr_docs.
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.
Find more examples on our user guide and find a brief introduction to Hivemall in this slide.
Support is through user@hivemall.incubator.apache.org, not by a direct e-mail.
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