If we're using session name, how do we guarantee the uniqueness of this name?
Thanks Jerry On Tue, Sep 12, 2017 at 4:51 AM, 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]* <[email protected]> > *GitHub: **github.com/ajbozarth* <https://github.com/ajbozarth> > > > 505 Howard Street > <https://maps.google.com/?q=505+Howard+Street+San+Francisco,+CA+94105+United+States&entry=gmail&source=g> > San Francisco, CA 94105 > <https://maps.google.com/?q=505+Howard+Street+San+Francisco,+CA+94105+United+States&entry=gmail&source=g> > United States > <https://maps.google.com/?q=505+Howard+Street+San+Francisco,+CA+94105+United+States&entry=gmail&source=g> > > > > [image: Inactive hide details for Meisam Fathi ---09/11/2017 10:23:49 > AM---+ dev Is there any interest in adding this feature to Livy?]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 > > > >
