apache spark - zeppelin "r interpreter not found" -


i have installed local apache zeppelin using link examples in same installation show usage of r when run of them get: "r interpreter not found". strange same installation shows example notebook of "r notebook" not contain zeppelin interpreter!!? when click "interpreters" tab not see r interpreter. saw there project zeppelin r don't it. how come same zeppelin installation has r notebook examples not work? why need clone repository named zeppelin r? isn't r bundled zeppelin??

as of 2016 apr 6th apache zeppelin has r support in master branch.

it's not part of latest 0.5.6 release, need build zeppelin following simple build instructions

git clone https://github.com/apache/incubator-zeppelin.git mvn clean package -dskiptests 

here can find more information pre-requests r , rspark support available

additional requirements r interpreter are:

  • r 3.1 or later (earlier versions may work, have not been tested)
  • the evaluate r package.
  • etc

Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -