TIBCOSoftware / snappy-cloud-tools

SnappyData Cloud Utilities
13 stars 8 forks source link

SnappyData + Zeppelin Docker Image #4

Open mickdelaney opened 6 years ago

mickdelaney commented 6 years ago

Hi, I'm exploring SnappyData to potentially replace a product we've built with python+postgres+madlib, and the first thing I want to do is use Zeppelin to prototype some code.

This is very complex IMHO, http://snappydatainc.github.io/snappydata/howto/use_apache_zeppelin_with_snappydata/

Is there any chance you guys could get a out of the box docker configuration for this ? For people trying to evaluate the product it would help alot.

Regards

jramnara commented 6 years ago

Makes sense. The AWS service https://www.snappydata.io/cloudbuilder instance does include Zeppelin. You could give this a try if you have a AWS account.


Jags SnappyData blog http://www.snappydata.io/blog Download binary, source https://github.com/SnappyDataInc/snappydata

On Sat, Oct 21, 2017 at 7:18 AM, mick delaney notifications@github.com wrote:

Hi, I'm exploring SnappyData to potentially replace a product we've built with python+postgres+madlib, and the first thing I want to do is use Zeppelin to prototype some code.

This is very complex IMHO, http://snappydatainc.github. io/snappydata/howto/use_apache_zeppelin_with_snappydata/

Is there any chance you guys could get a out of the box docker configuration for this ? For people trying to evaluate the product it would help alot.

Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SnappyDataInc/snappy-cloud-tools/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2KBv8FkCCze7Hv-5D0kpAGrSUub8Mrks5suf0-gaJpZM4QBlFH .

mickdelaney commented 6 years ago

i set it up on a ubuntu 17.10 vm, but will give cloudbuilder a look, thanks @jramnara

ashetkar commented 6 years ago

@mickdelaney FYI, the enterprise version on the AWS service link provided above is not available right now because registration of required AMIs is in-progress and yet to be approved of from the AWS folks. But we expect it to be completed within next few days.

sumwale commented 6 years ago

@jramnara @ashetkar Could add a fully configured bundle with Zeppelin in downloads too. That should be easy to add and can be used for docker instance.

DaveMuirhead commented 5 years ago

+1 for a Docker image that is pre-configured with Zeppelin

DaveMuirhead commented 5 years ago

Here's a Dockerfile (had to add .txt to attach) that may be close to what is needed for Snappy + Zeppelin

Dockerfile.txt

jramnara commented 5 years ago

@DaveMuirhead cool. @ashetkar - I think we should make this available on dockerhub along with some instructions/description.

DaveMuirhead commented 5 years ago

@jramnara @ashetkar I tried building the Dockerfile in a Amazon Linux 2 AMI and got various errors during yum install steps. Does it have to be built on a particular OS/version?