GitHub user yangtong0912 opened a pull request:

    https://github.com/apache/griffin/pull/468

    Livy concurrent submission queue

    In order to prevent spark cluster resource constraints or too many 
concurrent tasks at the same time, which results in the failure of Livy 
submitting jobs, join Livy blocking queue and limit the number of concurrent 
tasks.

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

    $ git pull https://github.com/yangtong0912/griffin master

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

    https://github.com/apache/griffin/pull/468.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 #468
    
----
commit 52b4c4b7ecd96892ecc27be383cf3143e0c8c091
Author: yangtong0912 <ytmac1@...>
Date:   2018-12-07T05:21:35Z

    For task GRIFFIN-220 Livy concurrent submission queue

commit 27de281a0e31773a7f5967c94b56b48e5f4dd2f9
Author: yangtong0912 <ytmac1@...>
Date:   2018-12-07T05:31:03Z

    For task GRIFFIN-220 Livy concurrent submission queue

commit cb3103ffd922f50ab7dbd1f51eb4d66e43a9b4eb
Author: yangtong0912 <ytmac1@...>
Date:   2018-12-07T05:35:05Z

    For task GRIFFIN-220 Livy concurrent submission queue

commit b4cc0cc61c6635423219e4beb65073dabfcb9686
Author: yangtong0912 <ytmac1@...>
Date:   2018-12-07T05:55:19Z

    For task GRIFFIN-220 Livy concurrent submission queue

----


---

Reply via email to