Interpreter for REST as any other Interpreter(like jdbc, hive etc)

2022-02-27 Thread Great Info
I have some back-end server which exposes its data over the REST API. I need to provide a visualization for the response. It may sound silly if I think about this feature in zeppelin but I would like to know if there is something in zeppelin for REST.

Re: Log4j settings to avoid the recent RCE

2021-12-13 Thread Great Info
Any reason why it is still on log4j1, this is pretty old, I understand it needs some api changes to upgrade to 2.. On Mon, 13 Dec 2021, 2:42 pm Jeff Zhang, wrote: > Zeppelin doesn't use log4j2, it use log4j 1. So I don't think Zeppelin is > affected > > Great Info

Log4j settings to avoid the recent RCE

2021-12-13 Thread Great Info
Does anyone how to set below option so that zeppelin daemon can pick this - options Dlog4j2.formatMsgNoLookups=true Thanks Cod

Zeppelin how to set extra properties to Connect Snowflake

2021-11-27 Thread Great Info
Hi, I am trying to configure jdbc(sql) to connect to snowflake, I need to add some extra properties related to some sssk keypair like *prop.put("privateKey", PrivateKeyReader.get(PRIVATE_KEY_FILE)); * I tried below code in java, it works but how to add same in Zeppelin ? I could not see any option

Re: zeppelin add new charts offline

2021-08-24 Thread Great Info
Can someone throw light on this? On Sun, Aug 22, 2021 at 1:11 PM Great Info wrote: > I have dockerized zeppelin0.9.0 and installed it in AWS ECS, due to few > concerns I don't get access to the outside network, so can not access > helium.json from public s3. > How to make

zeppelin add new charts offline

2021-08-22 Thread Great Info
I have dockerized zeppelin0.9.0 and installed it in AWS ECS, due to few concerns I don't get access to the outside network, so can not access helium.json from public s3. How to make this work offline? I need to just enable this bubble chart for

How to pass data between paragraph in sql(jdbc)

2021-08-11 Thread Great Info
I have two databases and I have configured two interpreters(jdbc1,jdbc2) belongs to JDBC group. jdbc1 has some basic reference data, I need to pull it in paragraph 1 and pass few columns of data to the next paragraph %jdbc1 // pull the ref data and pass it to next %jdbc2 // use the ref data and

Re: Delete notebook in s3notebook repo is not working

2021-08-04 Thread Great Info
Hi, Can someone help to raise a pull request for this? Due to some official reason, I can not give the pull request. On Tue, Jul 27, 2021 at 9:37 PM Great Info wrote: > Move method is getting called in S3NotebookRepo whenever notebook is > deleted, in this method serverside encryption

Re: Delete notebook in s3notebook repo is not working

2021-07-27 Thread Great Info
am not sure > whether others in the community familiar with s3 and has environment to > test it. > > Great Info 于2021年7月26日周一 上午12:06写道: > >> I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook >> store. I have IAM role created, ec2 uses that ro

Disable notebook trash option

2021-07-25 Thread Great Info
Due to some reason I need to disable the trash option for notebooks. Just need to get the notebooks removed after deleting the notebooks

Delete notebook in s3notebook repo is not working

2021-07-25 Thread Great Info
I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook store. I have IAM role created, ec2 uses that role and defined right bucket permission for that role. Create Notebook, modify notebook works but delete is not working, getting 403 error. I have the right policy defined, below

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
> > mvn clean package -Pbuild-distr -DskipRat -DskipTests -pl > zeppelin-distribution -am > > Great Info 于2021年7月24日周六 上午11:49写道: > > > I want the latest changes also, like > > https://github.com/apache/zeppelin/pull/4002. > > > > I don't think this bui

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
I want the latest changes also, like https://github.com/apache/zeppelin/pull/4002. I don't think this build has these recent merges On Sat, Jul 24, 2021 at 8:33 AM Jeff Zhang wrote: > 0.9.0 has been released, just download it here. > http://zeppelin.apache.org/download.html > >

Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
I want to install Apache Zeppelin 0.9.0-SNAPSHOT but cannot seem to find the proper link. Is the build available for the latest snapshot or do I need to build on my own? Please guide me.

Notebook privileges not working

2021-07-23 Thread Great Info
I have zeppelin 0.8.2 installed with Shiro enabled, I have a created notebook and updated Authroization, where one user called *viewer *(added in my shrio) as a just reader and runner. I logged out and logged in as a *viewer *and try to edit the paragraph and run, on the first click of run it give

Zeppelin log4j settings not printing the logs in console

2021-07-13 Thread Great Info
Since the zeppelin application runs a daemon when I start that application, all logs are printing in the file but they are not printing in the console. Below is my log4j properties log4j.rootLogger=INFO, FILE, STDOUT, CONSOLE # CONSOLE is set to be a ConsoleAppender. log4j.appender.CONSOLE=org.ap

Zeppelin how to restrict few SQL keywords

2021-07-03 Thread Great Info
I am using a zeppelin to run some SQL queries over JDBC interpreter, I want to restrict few SQL keywords. I removed few keywords(insert, update etc) from files 'jdbc/ansi.sql.keywords' and 'jdbc/postgresql-native-driver-sql.keywords' but still queries with these keywords work. is there a way to r

How to disable creating a new notebook for few users

2021-07-01 Thread Great Info
I am using Zeppelin 0.8.2, different kinds of users use our zeppelin. There is one category of users wherein they just need to run the notebook. I know how to set the authorization to disable 'edit or running' the notebook but I did not find the option to disable creating a new notebook for these

Re: Binding interpreter settings in s3

2021-06-28 Thread Great Info
essary. > > > Great Info 于2021年6月28日周一 上午2:07写道: > >> Hi, >> I am storing the zeppelin notebook in s3 and due to some internal >> requirement, I need to rebuild my image and deploy the apps. Whenever I >> re-deploy the image(which has a zeppelin) and open any pre-created

Binding interpreter settings in s3

2021-06-27 Thread Great Info
Hi, I am storing the zeppelin notebook in s3 and due to some internal requirement, I need to rebuild my image and deploy the apps. Whenever I re-deploy the image(which has a zeppelin) and open any pre-created zeppelin notebook, the notebook asks to select and bind the interpreter. Is there a way

Zeppelin interpretor starts fails in JDK11

2021-06-11 Thread Great Info
I am trying to run zeppelin on jdk11, zeppelin daemon starts well but I get this error when I try to run a paragraph caused by: java.lang.illegalaccessexception: class org.apache.lucene.store.mmapdirectory$2$1 cannot access class jdk.internal.ref.cleaner (in module java.base) because module java.b

Zeppelin over Superset

2021-04-19 Thread Great Info
I have been using zeppelin for a couple of years, now superset is gaining more attention for better Visualization features etc. so I am trying to understand exact differences and also help if someone is looking to select a BI tool. I have listed a few unique features based on initial reading on su

Zeppelin at scale

2021-03-30 Thread Great Info
I see zeppelin does not have cluster deployment support. Is there any work to support zeppelin access to multiple users. Kindly share some links/guides if there is already discussion/solution around this. A simple use case, many users(Atleast 1k users) want to access sql interpreter(jdbc postgres

reverse proxy for zeppelin

2021-02-13 Thread Great Info
Is there anything specific configuration required if we want to run websocket behind reverse proxy? I have reverse http proxy but zeppelin runs on websocket, so currently I am not able to support websocket, I am using spring-boot-zuul for reverse proxy. Regards Great

Different PORT for Zeppelin http and websokcet

2021-02-02 Thread Great Info
Hi, I need to host zeppelin behind reverse proxy due to some restrictions, our current existing reverse proxy only can work for http so for webscoket I need to use another proxy (spring-cloud-gateway). So is it possible to configure the zeppelin server to use different ports for http and websocket

Re: Running Zeppelin server and webscoket on different

2021-01-31 Thread Great Info
Can you help with which source part to be modified ? Thanks Chethan On Tue, Jan 26, 2021 at 11:33 AM Great Info wrote: > Yes, but I can't start two reverse proxy on same port, network binding > fails. > > > > On Mon, 25 Jan 2021, 11:44 pm moon, wrote: > >&g

Re: Running Zeppelin server and webscoket on different

2021-01-25 Thread Great Info
lin server > port? > > Thanks, > moon > > > On Mon, Jan 25, 2021 at 8:04 AM Great Info wrote: > >> Hi, >> I need to host zeppelin behind reverse proxy due to some restrictions, >> our current existing reverse proxy only can work for http so for >> webscoket I

Running Zeppelin server and webscoket on different

2021-01-25 Thread Great Info
Hi, I need to host zeppelin behind reverse proxy due to some restrictions, our current existing reverse proxy only can work for http so for webscoket I need to use another proxy (spring-cloud-gateway). So is it possible to configure the zeppelin server to use different ports for http and websocket