You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Leonardo Foderaro <st...@gmail.com> on 2015/09/28 14:36:55 UTC

temp dirs in Zeppelin - best practice

Hi all,
Inside a custom Interpreter I need to create a temp file. where should I
place it? maybe a dir with the notebook ID as its name?

thanks,
leo

Re: temp dirs in Zeppelin - best practice

Posted by Leonardo Foderaro <st...@gmail.com>.
yep sorry! moving there!

On Mon, Sep 28, 2015 at 11:12 PM, Alexander Bezzubov <bz...@apache.org> wrote:

> Hi Leonardo,
>
> /tmp is always a safe bet, but notebook directory might be an option as
> well, although there are no guarantees that it will be preserved there by
> Zeppelin.
>
> Also, probably details on interpreter implementation are not very
> interesting to all the readers of users@ list so we better move further
> discussion of such details to dev@
>
> Hope this helps!
>
> --
> Alex
>
>
>
>
> On Mon, Sep 28, 2015 at 2:36 PM, Leonardo Foderaro <st...@gmail.com>
> wrote:
>
>> Hi all,
>> Inside a custom Interpreter I need to create a temp file. where should I
>> place it? maybe a dir with the notebook ID as its name?
>>
>> thanks,
>> leo
>>
>
>

Re: temp dirs in Zeppelin - best practice

Posted by Alexander Bezzubov <bz...@apache.org>.
Hi Leonardo,

/tmp is always a safe bet, but notebook directory might be an option as
well, although there are no guarantees that it will be preserved there by
Zeppelin.

Also, probably details on interpreter implementation are not very
interesting to all the readers of users@ list so we better move further
discussion of such details to dev@

Hope this helps!

--
Alex




On Mon, Sep 28, 2015 at 2:36 PM, Leonardo Foderaro <st...@gmail.com>
wrote:

> Hi all,
> Inside a custom Interpreter I need to create a temp file. where should I
> place it? maybe a dir with the notebook ID as its name?
>
> thanks,
> leo
>