docker-zeppelin
docker-zeppelin copied to clipboard
Docker build for Zeppelin, a web-based Spark notebook
https://hub.docker.com/r/apache/zeppelin
Hi, I'm having issues with this command: ``` val spark = (SparkSession .builder() .appName("interfacing spark sql to hive metastore without configuration file") .config("hive.metastore.uris", "thrift://hive-metastorerver-201227-ro-001:903,thrift://hive-metasteserver-201727-ro-002:9083,thrift://hive-metastoreser-201727-ro-003:9083") .enableHiveSupport() .getOrCreate()) ``` I get error:...
https://hub.docker.com/r/apache/zeppelin
Hi, Any reason why zeppelin is taking only 1 core and not ALL cores in my machine? Any way to change that?
@dylanmei Hello, We have an issue with the java heap space, how could we increase it ? Thanks
tried to run spark interpreter command sc.version results in an exception: :: problems summary :: :::: WARNINGS module not found: org.elasticsearch#elasticsearch-spark-20_2.11;5.0.0-alpha5 ==== local-m2-cache: tried file:/root/.m2/repository/org/elasticsearch/elasticsearch-spark-20_2.11/5.0.0-alpha5/elasticsearch-spark-20_2.11-5.0.0-alpha5.pom -- artifact org.elasticsearch#elasticsearch-spark-20_2.11;5.0.0-alpha5!elasticsearch-spark-20_2.11.jar: file:/root/.m2/repository/org/elasticsearch/elasticsearch-spark-20_2.11/5.0.0-alpha5/elasticsearch-spark-20_2.11-5.0.0-alpha5.jar ====...
Is there a reason why this image has no r-support included? I would like to use R on my Zeppelin. If you're ok with it, I would spent a PR...
How to install file interpreter in Zeppelin docker? As described, I viewed the page http://zeppelin.apache.org/docs/0.7.2/manual/interpreterinstallation.html And I exec the command: ./bin/install-interpreter.sh --name file `root@020cfd6241f9:/usr/zeppelin# ./bin/install-interpreter.sh --name file Java HotSpot(TM) 64-Bit...
Thank you for your awesome containerisation of zeppelin - easiest way to run for sure. So I'd like to tweak your Dockerfile to do some stuff slightly different, but when...