elbamos
elbamos
That's exactly it but also add -Pr to your build line to build the R components. > mvn package install -DskipTests -Pr If you want to work on the docs...
That tutorial doesn't work. I've submitted a PR to fix it, but haven't had a chance to work on that PR in a few weeks: https://github.com/apache/incubator-zeppelin/pull/841
It looks to me that Hadoop is failing to start. Are you running Zeppelin with spark external to the Zeppelin home or with spark installed under Zeppelin? The difference is...
I'm not sure, but I do know that setting Zeppelin up to use yarn can be tricky. I would try to get it working with the regular spark interpreter first...
Before you try that how about > mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0 -Phadoop-2.6 -Pyarn -Pr -DskipTests I think you should be able to remove all the profiles except R and...
Both of those should work without a problem. If you are using the latest Zeppelin from master, though, there are a lot of recently introduced bugs that could cause this....
I have not been able to eliminate it. If you launch R from the command line, you should see the same icon. Whether it appears immediately or only after a...
That doesn't surprise me. IRkernel is able to access R through a different method. That isn't available to rZeppelin because of licensing reasons -- we can't access R using the...
That was a little vague... For clarity's sake: since Zeppelin is an apache project, we can't "link" to any code that's licensed under GPL2 or 3 unless it has a...
Is it your intent to expand this to allow histograms, images? (audio?)