Re: helium repository down ?

2023-08-07 Thread Jongyoul Lee
Hello,

Yes, it's down. We also lost some files being served in the same s3. Do you
have any backup for the file? If so, I'll upload it to another place.

Regards,
Jongyoul Lee

2023년 8월 7일 (월) 오후 10:50, Sylvain Gibier 님이 작성:

> Hi,
>
> we noticed that we are no longer able to download/ access to the helium
> registry ? It seems https://s3.amazonaws.com/helium-package/helium.json is
> no longer available.
>
> Known issue ? or where can I find the original helium registry to run it
> on our own infrastructure?
>
> Cheers,
>
> Sylvain
>
>
> *Sylvain Gibie*r
>
> cell: +49 172 666 2435
>
>
>
> ape factory GmbH
> Rumfordstr. 21a, 80469 München
> https://apefactory.com'
>
>
> Geschäftsführer: Sylvain Gibier
> Sitz: München; Registergericht: München, HRB 221698
>
>
>

-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


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 
> 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 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 님이 작성:
>> >>
>> >> 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 ( like hbase, cassandra, 
>> >> mark down) from pom.xml.
>> >> 2) mvn package clean -DskipTests
>> >> 3) Move zeppelin/distribution/zeppelin-0.11.0-snapshot.tgz to 
>> >> zeppelin/scripts/docker/bin
>> >> 4) change file names and docker file to build the image
>> >> and image size is 9gb. Any idea how can i reduce this image size ?
>> >>
>> >> Thanks
>> >
>> >
>> >
>> > --
>> > 이종열, Jongyoul Lee, 李宗烈
>> > http://madeng.net
>>
>>
>>
>> --
>> "The World is a book, and those who do not travel read only a page." -
>> St. Augustine.
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net



-- 
"The World is a book, and those who do not travel read only a page." -
St. Augustine.


helium repository down ?

2023-08-07 Thread Sylvain Gibier
Hi,

we noticed that we are no longer able to download/ access to the helium
registry ? It seems https://s3.amazonaws.com/helium-package/helium.json is
no longer available.

Known issue ? or where can I find the original helium registry to run it on
our own infrastructure?

Cheers,

Sylvain


*Sylvain Gibie*r

cell: +49 172 666 2435



ape factory GmbH
Rumfordstr. 21a, 80469 München
https://apefactory.com'


Geschäftsführer: Sylvain Gibier
Sitz: München; Registergericht: München, HRB 221698


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 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 님이 작성:
> >>
> >> 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 ( like hbase, cassandra,
> mark down) from pom.xml.
> >> 2) mvn package clean -DskipTests
> >> 3) Move zeppelin/distribution/zeppelin-0.11.0-snapshot.tgz to
> zeppelin/scripts/docker/bin
> >> 4) change file names and docker file to build the image
> >> and image size is 9gb. Any idea how can i reduce this image size ?
> >>
> >> Thanks
> >
> >
> >
> > --
> > 이종열, Jongyoul Lee, 李宗烈
> > http://madeng.net
>
>
>
> --
> "The World is a book, and those who do not travel read only a page." -
> St. Augustine.
>


-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


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 님이 작성:
>>
>> 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 ( like hbase, cassandra, mark 
>> down) from pom.xml.
>> 2) mvn package clean -DskipTests
>> 3) Move zeppelin/distribution/zeppelin-0.11.0-snapshot.tgz to 
>> zeppelin/scripts/docker/bin
>> 4) change file names and docker file to build the image
>> and image size is 9gb. Any idea how can i reduce this image size ?
>>
>> Thanks
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net



-- 
"The World is a book, and those who do not travel read only a page." -
St. Augustine.


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 is 9gb something of docker. How can i reduce the size
> of the docker image
>
>
> 1) I removed all possible interpreter modules ( like hbase, cassandra,
> mark down) from pom.xml.
> 2) mvn package clean -DskipTests
> 3) Move zeppelin/distribution/zeppelin-0.11.0-snapshot.tgz to
> zeppelin/scripts/docker/bin
> 4) change file names and docker file to build the image
> and image size is 9gb. Any idea how can i reduce this image size ?
>
> Thanks
>


-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net