apache-zeppelin

Apache Zeppelin not loading in a browser in windows 10

有些话、适合烂在心里 提交于 2021-02-19 06:29:04
问题 I followed the steps mentioned here https://gist.github.com/codspire/7b0955b9e67fe73f6118dad9539cbaa2 When entered "localhost:8080" in a browser nothing happens Hadoop version -- 3.1.3 Spark version -- 3.0.0-preview pre-built for hadoop2.7 Zeppelin version -- 0.9.0-preview1 C:\Zeppelin>bin\zeppelin.cmd Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 WARN [2020-04-07 16:29:59,113] ({main}ZeppelinConfiguration.java[create]:159) - Failed to

How to use Plotly with Zeppelin

主宰稳场 提交于 2021-02-18 00:53:51
问题 I've seen zeppelin-plotly but it seems too complicated. The other things that worries me is that it involves modifying zeppelin's .war file and I don't want to break things by error. Is there another way to use Plotly with Zeppelin? 回答1: Figured it out using the %angular interpreter feature. Here are the full steps to get it working 1: Install plotly (if you haven't) %sh pip install plotly You can also do this on the terminal if you have access to it 2: Define a plot function def plot(plot

how to extract data JSON from zeppelin sql

家住魔仙堡 提交于 2021-01-29 21:31:38
问题 I query to test_tbl table on Zeppelin. the table data structure looks like as below : %sql desc stg.test_tbl col_name | data_type | comment id | string | title | string | tags | string | The tags column has data JSON type following as : {"name":[{"family": null, "first": "nelson"}, {"pos_code":{"house":"tlv", "id":"A12YR"}}]} and I want to see the JSON data with columns, so my query is : select *, tag.* from stg.test_tbl as t lateral view explode(t.tags.name) name as name lateral view explode

how to extract data JSON from zeppelin sql

妖精的绣舞 提交于 2021-01-29 19:26:19
问题 I query to test_tbl table on Zeppelin. the table data structure looks like as below : %sql desc stg.test_tbl col_name | data_type | comment id | string | title | string | tags | string | The tags column has data JSON type following as : {"name":[{"family": null, "first": "nelson"}, {"pos_code":{"house":"tlv", "id":"A12YR"}}]} and I want to see the JSON data with columns, so my query is : select *, tag.* from stg.test_tbl as t lateral view explode(t.tags.name) name as name lateral view explode

object databricks is not a member of package com

妖精的绣舞 提交于 2021-01-28 07:52:45
问题 I am trying to use Stanford NLP library in Spark2 using Zeppelin (HDP 2.6). Apparently there is wrapper built by Databricks for the Stanford NLP library for Spark. Link: https://github.com/databricks/spark-corenlp I have downloaded the jar for the above wrapper from here and also downloaded Stanford NLP jars from here. Then I have added both sets of jars as dependencies in Spark2 interpreter settings of Zeppelin and restarted the interpreter. Still the below sample program gives the error

Zeppelin fails to load on docker: logErrors docker zeppelin

帅比萌擦擦* 提交于 2021-01-27 19:15:02
问题 First issue I´m having is that I can not pull the base image without specifying the version tag, not a big deal... but I find it odd, after that docker pull apache/zeppelin:0.8.2 After that I´m able to get the image, but one I try to run it as: docker run -p 8080:8080 apache/zeppelin:0.8.2 or docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.2 The browser just don´t show any result at the corresponding port: localhost:8080/ In the terminal I get a series of warnings an the

Getting “org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Interpreter process is not running null”

こ雲淡風輕ζ 提交于 2021-01-07 02:49:56
问题 Hi I am on Docker on mac[K8 enabled] and trying to deploy Zeppelin on K8 by following https://zeppelin.apache.org/docs/0.9.0-SNAPSHOT/quickstart/kubernetes.html. After deploying the zeppelin server on K8, I am trying to run the Spark example but getting following exception: org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Interpreter process is not running null at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:134) at org.apache

Getting “org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Interpreter process is not running null”

有些话、适合烂在心里 提交于 2021-01-07 02:49:34
问题 Hi I am on Docker on mac[K8 enabled] and trying to deploy Zeppelin on K8 by following https://zeppelin.apache.org/docs/0.9.0-SNAPSHOT/quickstart/kubernetes.html. After deploying the zeppelin server on K8, I am trying to run the Spark example but getting following exception: org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Interpreter process is not running null at org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:134) at org.apache