Commit Graph

34 Commits

Author SHA1 Message Date
Kent Yao
ab7dde845f [KYUUBI-186]Add a max cache time to clean SparkSessions that may have token expiry issue
---

---

fix #186 fix #187

---
Squashed commit of the following:

commit 4b8297f8d76b40f22e5419c72f0ddf1eadb3c7d9
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Mon May 20 19:36:34 2019 +0800

    add log

commit 7b811f8a0ccb65fb0d0832ba1313e3c099f74dad
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Thu May 16 16:46:04 2019 +0800

    add ut

commit 19f67fa8909c4a19f49fbe3b30a75d09c0736350
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Thu May 16 10:57:24 2019 +0800

    fix ut

commit 7ad7c20f6536d3bbc9d789c71af238331a3e03c5
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Thu May 16 10:40:42 2019 +0800

    fix ut

commit 9a114abb8be3083160ea01dab188333f675677e4
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Thu May 16 00:10:57 2019 +0800

    mv cache validating in its own class

commit 0afba5a5ab7a005948acde545b4a68c8d26bfce9
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Wed May 15 11:47:42 2019 +0800

    fix ut

commit eff3f41f91b4bfc2bfc84efc6af29fa4365d9dae
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Wed May 15 11:12:51 2019 +0800

    add ut

commit 9bbbea78bcb8f5d409819628974628f0bf59f69c
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Tue May 14 23:17:00 2019 +0800

    add ut

commit 0e0e59eedc055ddb6788a9dd6f07d4308772145d
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Tue May 14 19:39:09 2019 +0800

    mv init time to spark session cache

commit a4a1c69e29ec7d5d51a0e5026cf8f3c2aaf6b2ef
Author: Kent Yao <yaooqinn@hotmail.com>
Date:   Tue May 14 18:36:06 2019 +0800

    Add a max cache time to clean SparkSessions that may have token expiry issue fix #186
2019-05-21 22:12:15 +08:00
Kent Yao
1f0bc742e4
[KYUUBI-167][FOLLOWUP]populate tokens via spark session cache mgr (#183)
* Prepare releasing v0.6.0

* fix #KYUUBI-167 populate token via spark session cache mgr

* typo

* fix ut

* code cov
2019-05-07 10:32:04 +08:00
Kent Yao
13c68b5550
[KYUUBI-167]Handling ApplicationMaster token expiry to support long caching sparkcontext with dynamic executor allocation (#168)
* [KYUUBI-167]Handling ApplicationMaster token expiry to support long caching sparkcontext with dynamic executor allocation - fix #167

* fix ut

* add ut

* fix ut

* add doc

* fix https://github.com/apache/spark/pull/24120

* logger

* typo

* comment/dist jar

* fix ut

* typo
2019-03-19 13:51:08 +08:00
Kent Yao
51e7a5d480
Prepare for developing v0.6.0 (#154) 2019-02-27 13:40:29 +08:00
Kent Yao
ae85c245d2
Prepare releasing v0.5.0 (#152)
* Prepare releasing 0.5.0

* update documentations
2019-02-25 12:33:48 +08:00
Kent Yao
72e664fced
[KYUUBI-116][Experimental] Support long cache spark session in kerberized cluster (#117)
* fixes @116 Support long caching SparkSession/SparkContext for secured hadoop cluster

* handle sub classes of coarse grained scheduler backend

* fix ut for spark 2.2

* updating doc
2019-02-23 01:10:05 +08:00
Kent Yao
7171f77d7a fix #140 Add a server side configuration to limit the query result size 2019-01-11 15:37:17 +08:00
Kent Yao
b591f05e4f modify project version 2018-09-29 16:22:36 +08:00
Kent Yao
5d5b3ec74a add documentation 2018-09-29 16:05:52 +08:00
Kent Yao
60a9de2791 add documentation 2018-09-29 15:55:06 +08:00
Kent Yao
1c402ccb44 typo 2018-07-30 19:30:02 +08:00
Kent Yao
eb6cde5d52 add pic 2018-07-30 19:20:25 +08:00
Kent Yao
602b985312 add documentation for kyuubi deployment 2018-07-30 19:19:46 +08:00
Kent Yao
6676ebfc01 init commit for making kyuubi server a sub-project fix #90 2018-06-22 14:20:04 +08:00
Kent Yao
5e965a4c35 add doc 2018-06-21 17:26:58 +08:00
Kent Yao
da97da3bb9 add doc 2018-06-21 17:26:51 +08:00
Kent Yao
47deab7bfd doc 2018-05-31 14:13:34 +08:00
Kent Yao
356009f40a updating docs 3 2018-05-26 14:30:21 +08:00
Kent Yao
33a85988f0 updating docs 2018-05-26 12:55:03 +08:00
Kent Yao
f7d5e24839 operation configuration should be treated as runtime config 2018-05-25 14:20:37 +08:00
Kent Yao
fbb2687af4 uptate doc 2018-05-21 23:45:28 +08:00
Kent Yao
0deb1bf5b4 doc typo 2018-05-10 14:51:51 +08:00
Kent Yao
0dcbdc9376 add kyuubi architecture descriptions 2018-05-09 20:05:12 +08:00
Kent Yao
1c76bc4138 add sparksession idle timeout parameter 2018-04-20 10:39:08 +08:00
Kent Yao
c9d9cafa93 doc updated 2018-04-09 15:59:29 +08:00
Kent Yao
555fdd4d28 add security documentation 2018-04-08 14:16:07 +08:00
Kent Yao
2e8a92378c fixes # 49 doc updated 2018-04-04 18:06:28 +08:00
Kent Yao
59cc84eeea fixed #7 inline exception 2018-03-29 15:29:27 +08:00
Kent Yao
2a2cb51a40 add docs/issue_template.md 2018-03-14 11:06:28 +08:00
Kent Yao
dcbdd128de doc style 2018-03-07 16:09:45 +08:00
Kent Yao
45442e3fe1 add hive configuration doc 2018-03-07 15:08:59 +08:00
Kent Yao
3c74836463 readme en / configuration doc kyuui part 2018-03-06 23:52:29 +08:00
Kent Yao
78b44f5d27 1. add build script
2. add start stop script
2018-01-19 15:55:08 +08:00
Kent Yao
79010ea2ce init commit for kyuubi 2018-01-05 19:38:54 +08:00