GitHub user myui opened a pull request:
https://github.com/apache/incubator-hivemall/pull/151
Relocated org.codehaus.jackson to hivemall.codehause.jackson in
hivemall-all.jar
## What changes were proposed in this pull request?
Relocated `org.codehaus.jackson` to `hivemall.codehause.jackson` in
hivemall-all.jar because Jackson can be missing in some Hadoop/Hive enviroment
## What type of PR is it?
Improvement
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-203
## How was this patch tested?
manual tests
## Checklist
(Please remove this section if not needed; check `x` for YES, blank for NO)
- [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`,
for your commit?
- [ ] Did you run system tests on Hive (or Spark)?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/myui/incubator-hivemall relocate_jackson
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/151.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #151
----
commit a07350f2e8e69a6fcd494df714f1108476b97bc8
Author: Makoto Yui <myui@...>
Date: 2018-06-10T10:00:30Z
Relocated org.codehaus.jackson to hivemall.codehause.jackson in
hivemall-all.jar
----
---