mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
update hive
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM newnius/hadoop:2.7.4
|
||||
FROM alpine:3.8
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
@@ -16,9 +16,6 @@ ENV PATH $PATH:$HIVE_HOME/bin
|
||||
ADD mysql-connector-java-5.1.44-bin.jar $HIVE_HOME/lib
|
||||
ADD hive-site.xml $HIVE_HOME/conf
|
||||
|
||||
RUN mv /etc/bootstrap.sh /etc/start_hadoop.sh
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
ADD init_hive.sh /etc/init_hive.sh
|
||||
|
||||
CMD ["/etc/bootstrap.sh", "-d"]
|
||||
|
||||
Reference in New Issue
Block a user