GitHub user chezou opened a pull request:
https://github.com/apache/incubator-hivemall/pull/161
[HIVEMALL-216] Unable to build Docker image
## What changes were proposed in this pull request?
This PR fixes building Docker image from Docker file.
## What type of PR is it?
Bug Fix
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-216
## How was this patch tested?
manual tests
## How to use this feature?
See
[documentation](https://hivemall.incubator.apache.org/userguide/docker/getting_started.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chezou/incubator-hivemall fix-dockerfile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/161.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 #161
----
commit 93ae39f80ba04ba3f3fe259da1b165ae54806229
Author: Aki Ariga <ariga@...>
Date: 2018-09-03T14:21:31Z
Use openjdk8 based image and bump up default Hadoop/Hive version
commit 99d095af161d4f17a5934d4a6280b54c2b9c4ca3
Author: Aki Ariga <ariga@...>
Date: 2018-09-04T04:27:16Z
Fix jar name
----
---