dcos-zeppelin icon indicating copy to clipboard operation
dcos-zeppelin copied to clipboard

Upgrade to Zeppelin 0.6.2 and install all required R & Python packages

Open ezhulenev-at-work opened this issue 8 years ago • 0 comments

@gabrielhartmann I've rebased my PR to latest master, had to switch to other branch. This is replacement for: https://github.com/mesosphere/dcos-zeppelin/pull/8

In current version Zeppelin package allows only to use Scala in notebooks, because it's missing all the R and Python dependencies.

This PR installs not only Zeppelin itself, but also all the missing R and Python dependencies, including SparkR, which allows to run all of the Zeppelin examples.

I had to switch from OpenJDK8 to Oracle JDK8, to make rJava package work.

ezhulenev-at-work avatar Oct 24 '16 20:10 ezhulenev-at-work