[ 
https://issues.apache.org/jira/browse/LIVY-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203054#comment-16203054
 ] 

ASF GitHub Bot commented on LIVY-245:
-------------------------------------

GitHub user jerryshao reopened a pull request:

    https://github.com/apache/incubator-livy/pull/19

    [LIVY-245][RSC] Add support shared variables across Jobs

    Currently we cannot share variables across different Jobs in Livy, so here 
propose to add a cache layer in RSC to store shared objects. This cache 
followed LRU, the least not used will be removed when exceeding limits.
    
    This work is based on @alex-the-man 's work.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jerryshao/incubator-livy LIVY-245

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-livy/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit cb024b4559942df8dbb00cf530708c45252d721d
Author: jerryshao <ss...@hortonworks.com>
Date:   2017-05-18T09:01:02Z

    Add support shared variables across Jobs
    
    Change-Id: I6eccd5d2efebe153e3be4d94b80aa964ed095fc1

commit 1e1c9775bd3514f6bbb850a92c445697c94c6424
Author: jerryshao <ss...@hortonworks.com>
Date:   2017-05-18T12:45:30Z

    Fix IT failure
    
    Change-Id: I14d688caf94950a4dcd9ad17bf7edfeba2339eed

commit 766ca6e262a70897d7013afc6c37664c00781db9
Author: jerryshao <ss...@hortonworks.com>
Date:   2017-07-24T08:00:08Z

    Update the code

commit fe6edbae71ede5ee58c90dfc58b74658b67afb41
Author: jerryshao <ss...@hortonworks.com>
Date:   2017-10-13T03:57:23Z

    Fix rebase issue

----


> Sharing variables across Scala Jobs in RSC.
> -------------------------------------------
>
>                 Key: LIVY-245
>                 URL: https://issues.apache.org/jira/browse/LIVY-245
>             Project: Livy
>          Issue Type: Improvement
>          Components: RSC
>    Affects Versions: 0.3
>            Reporter: Alex Man
>            Assignee: Alex Man
>
> Users are asking for somthing similar to NamedRDD & NamedObject in JobServer



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to