kyuubi/dev
zwangsheng 0fd4738146
[KYUUBI #2246] [BUILD] Pick Commons-Logging dependence out of Hudi-Common
### _Why are the changes needed?_

```
        <dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-client-minicluster</artifactId>
            <scope>test</scope>
        </dependency>
```
`hadoop-client-minicluster` need `commons-logging` dependence. Now it works because `hudi-spark-common` include this dependency.

We extract it to better manage dependencies.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #2246 from zwangsheng/fix/pick_commons_logging_dependice.

Closes #2246

5e75b964 [zwangsheng] update LICENSE
76913f15 [zwangsheng] recover unnecessary change
5fb2f3a6 [zwangsheng] rebuild dependency list
2979a3cd [zwangsheng] fix
42ae31c5 [zwangsheng] remove common-logging
d0d6401e [zwangsheng] replace
ff306b3f [zwangsheng] Pick Commons-Logging Dependices Out of Hudi

Authored-by: zwangsheng <2213335496@qq.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-03-31 18:22:15 +08:00
..
kyuubi-codecov [KYUUBI #1451] Introduce Kyuubi Spark AuthZ Module with column-level fine-grained authorization 2022-03-31 15:37:40 +08:00
kyuubi-extension-spark-3-1 [KYUUBI #2134] Respect Spark bundled log4j in extension modules 2022-03-15 11:24:22 +08:00
kyuubi-extension-spark-3-2 [KYUUBI #2134] Respect Spark bundled log4j in extension modules 2022-03-15 11:24:22 +08:00
kyuubi-extension-spark-common [KYUUBI #2134] Respect Spark bundled log4j in extension modules 2022-03-15 11:24:22 +08:00
kyuubi-tpcds [KYUUBI #2045] Preparing v1.6.0-SNAPSHOT 2022-03-06 22:21:45 +08:00
checkout_pr.sh [KYUUBI #1233] Add checkout_pr.sh script 2021-10-14 13:53:09 +08:00
dependencyList [KYUUBI #2246] [BUILD] Pick Commons-Logging dependence out of Hudi-Common 2022-03-31 18:22:15 +08:00
merge_kyuubi_pr.py [KYUUBI #1957] Skip html comments in merge commit test body from PR desc 2022-02-22 14:19:49 +08:00
reformat [KYUUBI #1496] Support tpcds benchmark 2021-12-06 20:08:08 +08:00