Re: Interpreter maintenance

2022-07-31 Thread Andrea Santurbano
Ho Jongyoul I created the ksql and Neo4j interpreters. In particular the last one is widely used by Neo users. Do you plan to cut it out? Il giorno dom 31 lug 2022 alle 12:34 Jongyoul Lee ha scritto: > Hello, > > I'm currently working with several contributors about the issue of what >

Re: Slack channel for Zeppelin community

2021-02-15 Thread Andrea Santurbano
Hi Jeff, my email is sant...@gmail.com can you please add me in? Il giorno mer 10 feb 2021 alle ore 16:18 Jeff Zhang ha scritto: > Hi Folks, > > We have an apache slack channel for Zeppelin, but we didn't make lots of > discussion there, but I think it is suitable for many kinds of discussion,

Re: org.apache.hadoop.fs.FileSystem$Statistics.getThreadStatistics()

2018-07-06 Thread Andrea Santurbano
ark-2.3.1-bin-hadoop2.7/ > > Hope this helps, > > > > > *// **Adamantios Corais* > > On Thu, Jul 5, 2018 at 1:51 PM, Andrea Santurbano > wrote: > >> Thanks Jeff, >> is there a workaround in order to make it work now? >> >> Il giorno gio 5 lug 20

Re: org.apache.hadoop.fs.FileSystem$Statistics.getThreadStatistics()

2018-07-05 Thread Andrea Santurbano
ersion. I would recommend you to > specify SPARK_HOME instead of using the embedded spark, the embedded spark > is not for production. > > > Andrea Santurbano 于2018年7月5日周四 上午12:07写道: > >> I have the same issue... >> Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corais

Re: org.apache.hadoop.fs.FileSystem$Statistics.getThreadStatistics()

2018-07-04 Thread Andrea Santurbano
I have the same issue... Il giorno mar 3 lug 2018 alle 23:18 Adamantios Corais < adamantios.cor...@gmail.com> ha scritto: > Hi Jeff, I am using the embedded Spark. > > FYI, this is how I start the dockerized (yet old) version of Zeppelin that > works as expected. > > #!/bin/bash >> docker run

Upload file to Filesystem

2018-01-02 Thread Andrea Santurbano
Hi guys, I was wondering if already exists a snippet that from a from you can import a file directly to the filesystem. Thanks Andrea

Re: [DISCUSSION] Extending TableData API

2017-06-12 Thread Andrea Santurbano
Hi guys, this is great! I think this can also enable some drop-down feature between tables in the UI... Do you think this enhancements can also include the graph part? Andrea Il giorno lun 12 giu 2017 alle ore 05:47 Jun Kim ha scritto: > All of the enhancements looks great

Re: Stanford Core NLP & Databricks Wrapper

2016-08-01 Thread Andrea Santurbano
to: > What kind of issue do you have ? > > On Sun, Jul 31, 2016 at 8:27 PM, Andrea Santurbano <sant...@gmail.com> > wrote: > >> Hi all, >> has someone successfully imported this libraryin association with >> databricks core-nlp wrapper in zeppelin? >> > > > > -- > Best Regards > > Jeff Zhang >

Re: Import jars from spark spackages

2016-07-30 Thread Andrea Santurbano
<doanduy...@gmail.com> ha scritto: > What is exactly the error message you have in the logs ? > > On Sat, Jul 30, 2016 at 2:58 PM, Andrea Santurbano <sant...@gmail.com> > wrote: > >> Hi all, >> i want to import this library: >> https://github.com/databricks/s

Import jars from spark spackages

2016-07-30 Thread Andrea Santurbano
Hi all, i want to import this library: https://github.com/databricks/spark-corenlp which is under spark packages: https://spark-packages.org/package/databricks/spark-corenlp If in my interpreter settings, in artifact section i insert: databricks:spark-corenlp:0.1 or

"Private paragraph session"

2016-06-23 Thread Andrea Santurbano
Hi to all, Zeppelin makes an heavy use of websockets so if some paragraph with input value (in a %jdbc interpreter for instance) is manipulated by a user, the paragraph change for every user who is viewing that paragraph. Is there something like a "private" session where every input inserted in a

Get stack Tooltip Value

2016-06-08 Thread Andrea Santurbano
Hi, i'm making a dashboard with Zeppelin and Spark, the tool is fantastic but i have a little problem: i have to get some values from the d3 visualization (on click on stack for instance) from the paragraph "A" and use this values to start a paragraph "B" (via rest api). Is it possibile to do