hddong commented on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-882972284
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubs
yaooqinn commented on issue #32:
URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-883005682
thanks @yanghua
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
yaooqinn edited a comment on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-883003838
For now,
1. `kyuubi.engineEnv.SPARK_CONF_DIR` can be used to point isolated spark
configuration environment
2.
https://kyuubi.apache.org/docs/latest/deployment/
lordk911 edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883009973
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
yanghua closed issue #835:
URL: https://github.com/apache/incubator-kyuubi/issues/835
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr
yaooqinn commented on issue #839:
URL:
https://github.com/apache/incubator-kyuubi/issues/839#issuecomment-883201463
nice catch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
yanghua commented on issue #32:
URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-882529444
As discussed under #835 , will create a proposal for this feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
yaooqinn edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883172960
+1 for @cloud-fan's explanation. @lordk911 I would suggest you create an
issue on the iceberg side and cc them with this ticket
--
This is an automated message fro
yaooqinn commented on issue #835:
URL:
https://github.com/apache/incubator-kyuubi/issues/835#issuecomment-882479459
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
changhuyan commented on issue #836:
URL:
https://github.com/apache/incubator-kyuubi/issues/836#issuecomment-882519192
经过排查发现,spark3.x的版本将parquet-hadoop-bundle-1.6.0.jar的功能合并到parquet-hadoop-1.10.1.jar中了,并且把类名其那面加了apache标识,导致该类型找不到,需要将parquet-hadoop-bundle-1.6.0.jar拷贝到spark的jar目录即可
--
T
lordk911 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883009973
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883203338
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
pan3793 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883001193
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
cloud-fan commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883162937
It seems like Iceberg catalog has internal caches and `REFRESH TABLE` can't
clear that cache. I'm not familiar with iceberg though/.
--
This is an automated message from
yaooqinn commented on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-882426621
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
yanghua commented on issue #835:
URL:
https://github.com/apache/incubator-kyuubi/issues/835#issuecomment-882474122
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
pan3793 edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883001193
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
changhuyan closed issue #836:
URL: https://github.com/apache/incubator-kyuubi/issues/836
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsub
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883180294
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific commen
pan3793 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883262696
From the table, Kyuubi will be broken if run jdk14+ with embedded zookeeper,
and works fine with remote high version Zookeeper Cluster. But the upgrade
means we drop t
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883262696
From the table, Kyuubi will be broken if run jdk14+ when embedded zookeeper,
and works fine with remote high version Zookeeper Cluster. But the upgrade
means we drop the supp
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883265634
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
lordk911 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883268231
> +1 for @cloud-fan's explanation. @lordk911 I would suggest you create an
issue on the iceberg side and cc them with this ticket
ok I will
--
This is a
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883253656
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
yaooqinn edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883267515
> hi @pan3793, when connect to the embedded zookeeper in own project, it
throws `UnimplementedException`.
>
> It's ok if upgrate to zookeeper 3.5.5.
>
>
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883275276
The root cause is zk3.4.x can not compatible with high version curator, but
zk3.5.x can compatible with both zk3.4 and zk3.5.
So, I think upgrade zk and cur
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883278220
if a higher curator can work with zk 3.4, that's ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883280859
> if a higher curator can work with zk 3.4, that's ok
No, the main problem is the version of zk is low.
--
This is an automated message from the Apache Git Servi
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883281766
It's nice that everything is ok after upgrade zk to 3.5.5.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883180294
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific commen
pan3793 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883262696
From the table, Kyuubi will be broken if run jdk14+ with embedded zookeeper,
and works fine with remote high version Zookeeper Cluster. But the upgrade
means we drop t
yaooqinn commented on issue #661:
URL:
https://github.com/apache/incubator-kyuubi/issues/661#issuecomment-883017415
#758 fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883180294
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883169823
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
yaooqinn commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883016136
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
hddong commented on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-882972284
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubs
yaooqinn commented on issue #32:
URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-883005682
thanks @yanghua
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
lordk911 edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883009973
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
yaooqinn edited a comment on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-883003838
For now,
1. `kyuubi.engineEnv.SPARK_CONF_DIR` can be used to point isolated spark
configuration environment
2.
https://kyuubi.apache.org/docs/latest/deployment/
yanghua closed issue #835:
URL: https://github.com/apache/incubator-kyuubi/issues/835
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr
yaooqinn commented on issue #839:
URL:
https://github.com/apache/incubator-kyuubi/issues/839#issuecomment-883201463
nice catch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
yaooqinn commented on issue #835:
URL:
https://github.com/apache/incubator-kyuubi/issues/835#issuecomment-882479459
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
yanghua commented on issue #32:
URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-882529444
As discussed under #835 , will create a proposal for this feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
changhuyan closed issue #836:
URL: https://github.com/apache/incubator-kyuubi/issues/836
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsub
yaooqinn edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883172960
+1 for @cloud-fan's explanation. @lordk911 I would suggest you create an
issue on the iceberg side and cc them with this ticket
--
This is an automated message fro
lordk911 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883009973
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883203338
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
changhuyan commented on issue #836:
URL:
https://github.com/apache/incubator-kyuubi/issues/836#issuecomment-882519192
经过排查发现,spark3.x的版本将parquet-hadoop-bundle-1.6.0.jar的功能合并到parquet-hadoop-1.10.1.jar中了,并且把类名其那面加了apache标识,导致该类型找不到,需要将parquet-hadoop-bundle-1.6.0.jar拷贝到spark的jar目录即可
--
T
pan3793 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883001193
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
yaooqinn edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883267515
> hi @pan3793, when connect to the embedded zookeeper in own project, it
throws `UnimplementedException`.
>
> It's ok if upgrate to zookeeper 3.5.5.
>
>
cloud-fan commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883162937
It seems like Iceberg catalog has internal caches and `REFRESH TABLE` can't
clear that cache. I'm not familiar with iceberg though/.
--
This is an automated message from
yaooqinn commented on issue #834:
URL:
https://github.com/apache/incubator-kyuubi/issues/834#issuecomment-883003838
For now,
1. `kyuubi.engineEnv.SPARK_CONF_DIR` can be used to point isolated spark
configuration environment
2.
https://kyuubi.apache.org/docs/latest/deployment/setting
yanghua commented on issue #835:
URL:
https://github.com/apache/incubator-kyuubi/issues/835#issuecomment-882474122
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
pan3793 edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883001193
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883390749
Hi @yaooqinn @pan3793, Just only upgrade zk server to 3.5.5 is ok. I had
test it just now.
- kyuubi-ctl get engine ---> ok
- `WARN utils.ZKPaths: The version of
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883393321
Upgrate zk server means upgrade `org.apache.zookeeper:zookeeper`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883393256
OK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883393518
> Upgrate zk server means upgrade `org.apache.zookeeper:zookeeper`?
right
--
This is an automated message from the Apache Git Service.
To respond to the message,
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883394057
zookeeper client and server share the `org.apache.zookeeper:zookeeper`, you
also upgraded the client.
--
This is an automated message from the Apache Git Service.
To respon
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883395906
> zookeeper client and server share the `org.apache.zookeeper:zookeeper`,
you also upgraded the client.
The zookeeper 3.5.5 can compatible with curator 2.12.0 and
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883396910
The key point here is Zookeeper 3.5.x clients are incompatible with 3.4
server, but CDH 6 and EMR only provided 3.4 server.
--
This is an automated message from the Apache
pan3793 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883396910
The key point here is Zookeeper 3.5.x clients are incompatible with 3.4
server, but CDH 6 and EMR only provide 3.4 server.
--
This is an automated message from the A
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883409312
Wow, get your point. You mean use curator 2.12.0 with zk3.5.5 to connect zk
cluster is 3.4. 🙁
--
This is an automated message from the Apache Git Service.
To respond
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883414894
@pan3793 Thanks for your advice and get your point, will close this issue.
By the way, zk3.4 is now at end-of-life. In product we already use zk3.5.x,
will come back
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883416928
can we add a zk profile instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883420963
> can we add a zk profile instead?
Nice!!! The spark3.2 will include zk3.6.2, we can go back here when kyuubi
support spark3.2 or 3.3
--
This is an automated me
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883420963
> can we add a zk profile instead?
Nice!!! The spark3.2 will include zk3.6.2, we can go back here to use zk
profile when kyuubi support spark3.2 or spark3.3
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883420963
> can we add a zk profile instead?
Nice!!! The spark3.2 will include zk3.6.2, we can go back here to use zk
profile when kyuubi support spark3.2 or spark3.3
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883423615
If we are able to bump up curator to 4.2.x then we are able to work with
both zk 3.4 and 3.5?
--
This is an automated message from the Apache Git Service.
To respond to th
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883427067
this is also reported by meituan once, I am glad if we can have a proper
solution here
--
This is an automated message from the Apache Git Service.
To respond to the messa
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883429326
> If we are able to bump up curator to 4.2.x then we are able to work with
both zk 3.4 and 3.5?
Curator4.2.0 can work with zk3.4 and zk3.5. whether throw
`Unimple
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883430984
> this is also reported by meituan once, I am glad if we can have a proper
solution here
I‘m glad to have a try to solve this issue.
--
This is an automated me
timothy65535 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883430984
> this is also reported by meituan once, I am glad if we can have a proper
solution here
ok, I‘m glad to have a try to solve this issue.
--
This is an a
yaooqinn commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883436012
maybe we can use
https://mvnrepository.com/artifact/org.apache.flink/flink-shaded-zookeeper-3/3.5.6-13.0
?
--
This is an automated message from the Apache Git Service.
To
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883439899
It seems not ok if we just use zk profile.
- `dependencyList` just include only one zookeeper version
- externals jars will inflict with spark jars
![ima
timothy65535 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883441610
> maybe we can use
https://mvnrepository.com/artifact/org.apache.flink/flink-shaded-zookeeper-3/3.5.6-13.0
?
nice, have a try.
--
This is an automated message
pan3793 commented on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883471959
I'd like to talk about what I thought about this issue.
Actually, we have tried to do something to solve the jar conflicts and try
our best to keep the dependencies up-
pan3793 edited a comment on issue #838:
URL:
https://github.com/apache/incubator-kyuubi/issues/838#issuecomment-883471959
I'd like to talk about what I thought about this issue.
Actually, we have tried to do something to solve the jar conflicts and try
our best to keep the dependenc
timothy65535 opened a new issue #842:
URL: https://github.com/apache/incubator-kyuubi/issues/842
### 1. Describe the bug
Meet rat check error when build kyuubi project
```
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.13:check
(default-cli) on project kyuubi
pan3793 commented on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883549652
Find one same issue reported by another guy, but he said that `refresh
table` works.
https://github.com/apache/iceberg/issues/2447
--
This is an automated message fr
pan3793 edited a comment on issue #837:
URL:
https://github.com/apache/incubator-kyuubi/issues/837#issuecomment-883549652
Find one similar issue reported by another guy, but he said that `refresh
table` works.
He use hadoop catalog and you use hive catalog.
https://github.co
ulysses-you closed issue #839:
URL: https://github.com/apache/incubator-kyuubi/issues/839
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsu
ulysses-you closed issue #842:
URL: https://github.com/apache/incubator-kyuubi/issues/842
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsu
hddong opened a new issue #844:
URL: https://github.com/apache/incubator-kyuubi/issues/844
### 1. Describe the feature
`kubectl port-forward` usually use to test, use `NodePort` to visit kyuubi
service in pod.
### 2. Motivation
### 3. Describe the solution
##
yaooqinn commented on issue #844:
URL:
https://github.com/apache/incubator-kyuubi/issues/844#issuecomment-883972421
sounds nice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comm
zhang1002 opened a new issue #845:
URL: https://github.com/apache/incubator-kyuubi/issues/845
### 1. Describe the feature
Event tracking for stage and store the metrics in mem for a short time.
### 2. Motivation
1. For statement, you can know each stage's metrics in its running
zhang1002 opened a new issue #846:
URL: https://github.com/apache/incubator-kyuubi/issues/846
### 1. Describe the feature
Dumpping statementInfo from mem into a file.
Need to support local log file and remote file in hdfs.
### 2. Motivation
### 3. Describe the solutio
zhang1002 opened a new issue #847:
URL: https://github.com/apache/incubator-kyuubi/issues/847
### 1. Describe the feature
Dumpping jobInfo from mem into a file.
Need to support local log file and remote file in hdfs.
### 2. Motivation
### 3. Describe the solution
zhang1002 opened a new issue #848:
URL: https://github.com/apache/incubator-kyuubi/issues/848
### 1. Describe the feature
Dumpping stageInfo from mem into a file.
Need to support local log file and remote file in hdfs.
### 2. Motivation
### 3. Describe the solution
zhang1002 opened a new issue #850:
URL: https://github.com/apache/incubator-kyuubi/issues/850
### 1. Describe the feature
Make threshold that trigger when to dump data into file configurable.
There have two kinds of threshold:
- time
- the data's size in mem
### 2. Motivat
zhang1002 opened a new issue #851:
URL: https://github.com/apache/incubator-kyuubi/issues/851
### 1. Describe the feature
StatementInfo, jobInfo and stageInfo will update in their running time.
When you dump them by other thread, you need to consider thread safe.
### 2. Motivati
zhang1002 opened a new issue #852:
URL: https://github.com/apache/incubator-kyuubi/issues/852
# Describe the proposal
This module's major feature is event tracking and dumpping them into a
file(local log file or remote file like hdfs).
Now event granularity just have statement, jo
ulysses-you opened a new issue #854:
URL: https://github.com/apache/incubator-kyuubi/issues/854
### 1. Describe the feature
Use `minikube` as k8s env to test Kyuubi.
### 2. Motivation
Improve test coverage.
### 3. Describe the solution
### 4. Additional context
ulysses-you opened a new issue #855:
URL: https://github.com/apache/incubator-kyuubi/issues/855
### 1. Describe the feature
Add some labels for Kyuubi Pod
### 2. Motivation
Make it easy to maintain in k8s cluster
### 3. Describe the solution
### 4. Additional c
yaooqinn closed issue #844:
URL: https://github.com/apache/incubator-kyuubi/issues/844
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubsc
hddong opened a new issue #859:
URL: https://github.com/apache/incubator-kyuubi/issues/859
### 1. Describe the feature
Now, we need to rebuild docker image when config changed. Use `configmap` to
save kyuubi config file, then we can change config by edit configmap and
restart pod.
yaooqinn commented on issue #859:
URL:
https://github.com/apache/incubator-kyuubi/issues/859#issuecomment-884973223
make sense
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
zhang1002 opened a new issue #860:
URL: https://github.com/apache/incubator-kyuubi/issues/860
### 1. Describe the feature
The queue that store the event tracking data: statement, jobInfo and
stageInfo should make it configurable
### 2. Motivation
### 3. Describe the sol
zhang1002 commented on issue #852:
URL:
https://github.com/apache/incubator-kyuubi/issues/852#issuecomment-885459316
The feature: event tracking for stage, have finished.
Now, develop #846, #860 and #850
--
This is an automated message from the Apache Git Service.
To respond to the me
ulysses-you opened a new issue #863:
URL: https://github.com/apache/incubator-kyuubi/issues/863
### 1. Describe the feature
Support use k8s master in Spark engine test. `spark.master=k8s://xxx`
### 2. Motivation
Improve test coverage
### 3. Describe the solution
301 - 400 of 2137 matches
Mail list logo