Commit Graph

29 Commits

Author SHA1 Message Date
Kent Yao
bae3ac071c Fix log4j 2020-09-21 18:08:54 +08:00
Kent Yao
470d7ca90d Make man service work 2020-09-21 14:05:34 +08:00
Kent Yao
01d50d3ec7 add tests for meta operations 2020-09-09 16:15:45 +08:00
Kent Yao
06178e52fe KyuubiServer Part 1 2020-09-08 14:45:40 +08:00
Kent Yao
86e1a7aac3 SparkProcessBuilder 2020-08-18 17:22:08 +08:00
Kent Yao
7fb0b1a32f Enable EmbeddedZkServer for KyuubiServer 2020-06-17 22:42:19 +08:00
Kent Yao
b9a50d62ee new scripts for new framework 2020-05-22 19:16:04 +08:00
Guillem Nieto
a131ce0535 Squashed commit of the following:
commit 065238d830e1bf237cf5b5d74f987827cbe3ba61
Author: Guillem Nieto <gnieto@scopely.com>
Date:   Thu May 9 17:01:37 2019 +0200

    Cast to int wc jar count

    While using Kyuubi on my local environment (OSX) I'm having issues with
    `wc` returning the result with a preffixed tab character.

    Due to this issue, it fails to compare "	1" with "1" and script
    is aborted due to duplicated JARs found.

    To solve that, I'm casting `wc` result to integer and perform integer
    comparisions, which seems to solve the issue.
2019-05-10 12:01:35 +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
128928b2fc typo 2019-02-21 17:46:19 +08:00
Kent Yao
07a744d486 add logofor kyuubi 2018-12-29 11:38:30 +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
2d386fff98 typo mistake 2018-05-22 16:26:00 +08:00
Kent Yao
e113a7cf52 bin dir 2018-05-21 19:23:37 +08:00
Kent Yao
57721c0e6a export kyuubi home in kyuubi env 2018-05-21 19:19:28 +08:00
Kent Yao
f1486322ee suitable stop script 2018-05-21 19:12:12 +08:00
Kent Yao
f9d6188f39 add kyuubi submit 2018-05-20 21:42:25 +08:00
Kent Yao
756e9b7f21 .sh 2018-05-20 00:08:04 +08:00
Kent Yao
92b9afebdb disable nice 2018-05-20 00:07:13 +08:00
Kent Yao
f1f96ea82f export kyuubi home 2018-05-20 00:04:35 +08:00
Kent Yao
cfe8f27f71 add permit, export kyuubi home 2018-05-19 23:59:10 +08:00
Kent Yao
4ea8d4d4b2 inline start scripts 2018-05-19 23:52:20 +08:00
Kent Yao
828585e6ea fixes #55 add script for making distribution 2018-04-09 14:59:06 +08:00
Kent Yao
1f7d7993dc mv mvn to build 2018-01-20 00:01:36 +08:00
Kent Yao
58a9a3f998 add stop script 2018-01-19 23:43:24 +08:00
Kent Yao
6fb2cb27e1 use spark-daemon.sh instead of spark-submit 2018-01-19 23:27:08 +08:00
Kent Yao
145bf9e79f add mvn version 2018-01-19 16:30:40 +08:00
Kent Yao
aa90968973 rename start script 2018-01-19 16:08:01 +08:00
Kent Yao
78b44f5d27 1. add build script
2. add start stop script
2018-01-19 15:55:08 +08:00