Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-10 Thread Jongyoul Lee
Hello Rajat, Thank you for the detailed information. I recommend changing Dockerfile using "AS Builder". Zeppelin's docker images install all related dependencies even if you don't use those ones. Basically, It's fine to include your distribution, Java, and Flink if you want. Can you try to do

Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-08 Thread Rajat Ahuja
Hi, I am building my own image. so when i run the image it has following content which is around *1.2 GB* du -sh * *80K bin180K conf758M interpreter24K k8s79M lib20K LICENSE76K licenses8.0K local-repo166M logs14M notebook4.0K NOTICE104M plugins4.0K README.md4.0K run400K

Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-07 Thread Vishal Rao
Yes I meant for Rajat (email starter) see https://zeppelin.apache.org/download.html there is the "all" package and the smaller "netinst" version too. On Mon, 7 Aug 2023 at 19:13, Jongyoul Lee wrote: > > Thank you. > > I'll make it as well and get back to you. We have some redundant libraries so

Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-07 Thread Jongyoul Lee
Thank you. I'll make it as well and get back to you. We have some redundant libraries so it can be removed as well. Best regards, Jongyoul 2023년 8월 7일 (월) 오후 10:38, Vishal Rao 님이 작성: > Yep, instead of starting with the full package and removing stuff, try > the "netinst" (tiny) package and add

Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-07 Thread Vishal Rao
Yep, instead of starting with the full package and removing stuff, try the "netinst" (tiny) package and add only what you need? On Mon, 7 Aug 2023 at 18:49, Jongyoul Lee wrote: > > Hello, > > I'm not sure but did you check your tgz? What's inside it? > > 2023년 8월 6일 (일) 오전 6:10, Rajat Ahuja 님이

Re: How to reduce zeppelin docker image size ( from custom build)

2023-08-07 Thread Jongyoul Lee
Hello, I'm not sure but did you check your tgz? What's inside it? 2023년 8월 6일 (일) 오전 6:10, Rajat Ahuja 님이 작성: > Hi team, > > I am trying to build a zeppelin from source code to run Flink. Here are > the things i have done to build the image for only Flink interpreter only > but seems like size

How to reduce zeppelin docker image size ( from custom build)

2023-08-05 Thread Rajat Ahuja
Hi team, I am trying to build a zeppelin from source code to run Flink. Here are the things i have done to build the image for only Flink interpreter only but seems like size is 9gb something of docker. How can i reduce the size of the docker image 1) I removed all possible interpreter modules