Cool.
Try it out and let me know if you need some additional features.
I have a latest version which supports few more different input types.
Regards,
Sourav
On Wed, Jan 31, 2018 at 10:03 AM, Andrés Ivaldi wrote:
> Thanks,
>
> That seems like what I need
>
>
>
>
> On Wed, Jan 31, 2018 at 2:48
Thanks,
That seems like what I need
On Wed, Jan 31, 2018 at 2:48 PM, Sourav Mazumder <
sourav.mazumde...@gmail.com> wrote:
> Hi Andres,
>
> Check out this - https://github.com/sourav-mazumder/Data-Science-
> Extensions/tree/master/spark-datasource-rest.
>
> This component can help you doing e
Hi Andres,
Check out this -
https://github.com/sourav-mazumder/Data-Science-Extensions/tree/master/spark-datasource-rest
.
This component can help you doing everything you are looking for.
You can get the binary file for your immediate use from the release section
of the repository
Please let m
I think the names are merely descriptions and are stored in the notebooks.
I think you can mount a volume in your container and store the notebooks on
that volume.
On Wed, Jan 31, 2018 at 8:36 AM, Michael Segel
wrote:
> If you look at the names of the notebooks, they appear to be Unique IDs
> an
Hello, I'm newbie with Apache Zepellin, what I need is very basic, just get
a csv or json data from WS then transform the data with spark, and show
some reports.
What could be the best approach to do it?
Create a JAR with helpers to access the WS in a easy way then with Zeppelin
access to it and
If you look at the names of the notebooks, they appear to be Unique IDs and not
the name/label you provided when you created them. So there has to be a link
between the name of the notebook and the reference. Where is that being
stored? That’s what is missing.
Just out of curiosity… would it
I'm not sure this helps but there's a rest api endpoint that reload the
notebooks from notebook storage.
https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRepoRestApi.java#L82
Thanks,
moon
On Wed, Jan 31, 2018 at 2:44 AM Ricardo Martinel
I did a quick research in the configuration and the code and the store type
is what defines the way the notes will be stored. The default is Git, which
means it will be stored in the notebook directory and can be versioned
using git.
However, I see that VFS implementation is supported and by VFS I