Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add R matplotlib and full pack of interpreters #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhengkai6
Copy link

No description provided.

Copy link

@ex00 ex00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @xixikaikai, thanks for your contribute.
I left some commets in review. General, I'm not shure about all changes in this PR.
First at all, I assume that use prebuild zepplelin dist not better that build zeppelin in image, because, for example some zeppelin vesrion doesn't store in official repositories. I could find only 0.8.0 version.
Next point, the PR contains many extra comment lines.


#ARG DIST_MIRROR=http://archive.apache.org/dist/zeppelin
# use internal mirror of ustc
ARG DIST_MIRROR=http://mirrors.ustc.edu.cn/apache/zeppelin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better use close mirror for dowload. for example:
https://www.apache.org/dyn/closer.cgi?filename=zeppelin/zeppelin-0.8.0/zeppelin-0.8.0.tgz&action=download

# RUN mkdir -p /tmp/zeppelin
RUN mkdir -p $ZEPPELIN_HOME
#RUN wget ${DIST_MIRROR}/zeppelin-${VERSION}/zeppelin-${VERSION}-bin-all.tgz | tar xvz -C ${ZEPPELIN_HOME}
RUN curl http://192.168.206.113:8000/zeppelin-${VERSION}-bin-all.tgz | tar xvz -C ${ZEPPELIN_HOME}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

192.168.206.113 is it ip you docker machine? I suggest not good solution use some private ip for get artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants