Skip to content

Commit ec719b8

Browse files
turboFeipan3793
authored andcommitted
[KYUUBI #1769][FOLLOWUP] Revert the dependency change for kyuubi-hive-jdbc(shaded) modules
### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Revert the dependency changes for kyuubi-hive-jdbc and kyuubi-hive-jdbc-shaded modules from #1842 ### _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 - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1854 from turboFei/slf4j-api. Closes #1769 dffe6c5 [Fei Wang] reserve for kyuubi-hive-beeline 2001243 [Fei Wang] [KYUUBI #1769][FOLLOWUP] Revert the dependency change for kyuubi-hive-beeline and kyuubi-hive-jdbc(shaded) modules Authored-by: Fei Wang <fwang12@ebay.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent a700211 commit ec719b8

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

conf/log4j2.properties.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
# Set everything to be logged to the file target/unit-tests.log
18+
# Set everything to be logged to the file
1919
rootLogger.level = info
2020
rootLogger.appenderRef.stdout.ref = STDOUT
2121

docs/deployment/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Kyuubi uses [log4j](https://logging.apache.org/log4j/2.x/) for logging. You can
397397
# limitations under the License.
398398
#
399399

400-
# Set everything to be logged to the file target/unit-tests.log
400+
# Set everything to be logged to the file
401401
rootLogger.level = info
402402
rootLogger.appenderRef.stdout.ref = STDOUT
403403

kyuubi-hive-jdbc-shaded/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@
183183
<artifactId>zookeeper</artifactId>
184184
</dependency>
185185

186+
<dependency>
187+
<groupId>org.slf4j</groupId>
188+
<artifactId>jcl-over-slf4j</artifactId>
189+
</dependency>
190+
191+
<dependency>
192+
<groupId>org.slf4j</groupId>
193+
<artifactId>slf4j-api</artifactId>
194+
</dependency>
195+
186196
<dependency>
187197
<groupId>org.apache.hadoop</groupId>
188198
<artifactId>hadoop-client-api</artifactId>

kyuubi-hive-jdbc/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@
192192
</exclusions>
193193
</dependency>
194194

195+
<dependency>
196+
<groupId>org.slf4j</groupId>
197+
<artifactId>jcl-over-slf4j</artifactId>
198+
</dependency>
199+
200+
<dependency>
201+
<groupId>org.slf4j</groupId>
202+
<artifactId>slf4j-api</artifactId>
203+
</dependency>
204+
195205
<dependency>
196206
<groupId>org.apache.hadoop</groupId>
197207
<artifactId>hadoop-client-api</artifactId>

0 commit comments

Comments
 (0)