yanmin

Results 9 issues of yanmin

### What changes were proposed in this pull request? as title, Using configOption in RssMRConfig ### Why are the changes needed? Fix: #1304 ### Does this PR introduce _any_ user-facing...

We want to monitor some RSS cluster using metrics in RemoteShuffleService project, but I dont know how to get these metrics value. And I can not find any metric reporter,...

Hello, Is it posible to implement Reporter to send metrics to JMX? I don't know how to implement. Could you give me some ideas? Thanks

### Description of PR JIRA: [HADOOP-19143](https://issues.apache.org/jira/browse/HADOOP-19143). Upgrade commons-cli to 1.6.0. We will upgrade commons-cli to 1.6.0 ### How was this patch tested? Local Compilation. ### For code changes: Upgrade commons-cli...

build
trunk

### Description of PR JIRA: [HADOOP-19297](https://issues.apache.org/jira/browse/HADOOP-19297). [JDK17] Upgrade maven.plugin-tools.version to 3.10.2 We will upgrade maven.plugin-tools.version to 3.10.2 ### How was this patch tested? - Platform ``` Mac with M2(arm64) ```...

build
trunk
Maven-Plugins

### Description of PR JIRA: [HADOOP-19329](https://issues.apache.org/jira/browse/HADOOP-19329). Remove usage of sun.misc.Signal Fix compilation errors during the upgrade process, because sun.misc is not supported after jdk11. we replace sun.misc.Signal and sum.misc.SignalHandler using...

YARN
HDFS
build
trunk
Common

## Description Completing the .list Operations (sort, flatten) #### Test ``` import ray from ray.data import from_items from ray.data.expressions import col ray.init(include_dashboard=False, ignore_reinit_error=True) # test list data ds = from_items([...

data
community-contribution

Description Completing the Expr (direct) Rounding operations (ceil, floor, round, trunc) Related issues Related to https://github.com/ray-project/ray/issues/58674 Additional information

data
community-contribution