That's fair, I'll still withhold judgement until I see an impl though.
Alex Bozarth
Software Engineer
Spark Technology Center
E-mail: [email protected]
GitHub: github.com/ajbozarth
505 Howard
Street
San Francisco, CA
94105
United
States
From: Marcelo Vanzin <[email protected]>
To: [email protected]
Cc: "[email protected]"
<[email protected]>
Date: 09/12/2017 02:40 PM
Subject: Re: user defined sessionId / URI for Livy sessions
BTW take my comment there with a grain of salt; at the time Livy was being
targeted at mostly being hidden from users, making such a feature not make
much sense in Livy itself. But things may have changed since then,
especially as people started using it more.
On Mon, Sep 11, 2017 at 1:51 PM, Alex Bozarth <[email protected]> wrote:
I would agree with Marcelo's comment the JIRA that this isn't a good
feature for livy, but I'll take a look at your impl if you open a PR and
see if it changes my mind.
Alex Bozarth
Software Engineer
Spark Technology Center
E-mail: [email protected]
GitHub: github.com/ajbozarth
505 Howard
Street
San Francisco, CA
94105
United
States
Meisam Fathi ---09/11/2017 10:23:49 AM---+ dev Is there any interest in
adding this feature to Livy? I can send a PR
From: Meisam Fathi <[email protected]>
To: "[email protected]" <[email protected]>, "
[email protected]" <[email protected]>
Date: 09/11/2017 10:23 AM
Subject: Re: user defined sessionId / URI for Livy sessions
+ dev
Is there any interest in adding this feature to Livy? I can send a PR
Ideally, it would be helpful if we could mint a session ID with a PUT
> request, something like PUT /sessions/foobar, where "foobar" is the
newly
> created sessionId.
>
> I suggest we make session names unique and nonnumeric values (to
guarantee
a session name does not clash with another session name or session ID).
Design doc:
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_meisam_incubator-2Dlivy_wiki_Design-2Ddoc-2Dfor-2DLivy-2D41-3A-2DAccessing-2Dsessions-2Dby-2Dname&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=S1_S7Dymu4ZL6g7L21O78VQZ53vEnAyZ-cx37DPYDyo&m=bUJg_csAaA5f2DPiMkjU-juQkf5Q2FMYtA5kv5sqiMM&s=xTiY52FMWMdTRgCmiNRWe6yEoCchxKNxQrYPEkPupbw&e=
JIRA ticket:
https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_LIVY-2D41&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=S1_S7Dymu4ZL6g7L21O78VQZ53vEnAyZ-cx37DPYDyo&m=bUJg_csAaA5f2DPiMkjU-juQkf5Q2FMYtA5kv5sqiMM&s=lFed2hYlDA_wUo94RWUAw7N01lSN368P-ABmP_npWrM&e=
Thanks,
Meisam
--
Marcelo