commit | 6b31a1dc6356f005790ff5a5a0e8b36b3aee32ec | [log] [tgz] |
---|---|---|
author | Makoto Yui <myui@apache.org> | Sat May 15 03:12:19 2021 +0900 |
committer | Makoto Yui <myui@apache.org> | Sat May 15 03:12:19 2021 +0900 |
tree | 347eac95253b9b2fcc9e373cdd9a8c7e8c2f4578 | |
parent | 58b4221c9cb354c97e6847b7b973cbb84a0dff6f [diff] |
[HIVEMALL-314] fixed Spark DDLs ## What changes were proposed in this pull request? fixed Spark DDLs ## What type of PR is it? Bug Fix ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-314 ## How was this patch tested? manual tests ## Checklist - [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, for your commit? - [x] Did you run system tests on Hive (or Spark)? Author: Makoto Yui <myui@apache.org> Closes #244 from myui/HIVEMALL-314-fix-spark-ddls.
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