eolix

Results 11 comments of eolix

I'm trying hard to get this to work properly. If I run a simple notebook with these two lines (which work perfectly well on 0.5.6/0.6.0): ``` val c = sc.parallelize(Array((1,2),(2,4)))...

@deanwampler @ebastien @jshenguru Yes, none of these docker images work properly with spark, especially in distributed mode.

That's not a trick. That's a huge loss of functionality. I'm getting .jars and parquet files from hdfs.

@jshenguru I can confirm that by adding the *-site.xml files via fetch and then copying from the sandbox to /etc/hadoop gets HDFS to work. Spark/scala is doing parallelization as well....

@jshenguru I've been pressuring DCOS support for awhile now... I'll test your new docker tomorrow morning, but I guess it should be running without glitches. I have installed R and...

This is @jshenguru 's image modified to include R and matplotlib (of course, not all R plugins are present, but you could install them if you wish so) https://hub.docker.com/r/skydap/zeppelin-experimental/tags/ skydap/zeppelin-experimental:0.7.0

@jshenguru sure ``` FROM mesosphere/mesos:1.1.0-2.0.107.ubuntu1404 ENV DEBIAN_FRONTEND noninteractive RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" >> /etc/apt/sources.list \ && gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 \ && gpg -a --export E084DAB9 | sudo...

@jshenguru Did you try it?

@jshenguru compete? Absolutely not! I'd love to finally see zeppelin 0.7.x with R on the DCOS universe!