Skip to content

Commit af810ed

Browse files
authored
Merge pull request #800 from maoyuwei1/dev
fix hive-lineage.md log4j configuration
2 parents 6d9dee6 + 0f16c17 commit af810ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deployment/integrated/hive-lineage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following configuration
3030
vim $HIVE_HOME/conf/hive-log4j2.properties
3131

3232
Add the following configuration
33-
og4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
33+
log4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
3434
```
3535

3636
### 2.3 Submit task

i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/integrated/hive-lineage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ vim $HIVE_HOME/conf/hive-site.xml
3030
vim $HIVE_HOME/conf/hive-log4j2.properties
3131

3232
增加如下配置
33-
og4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
33+
log4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
3434
```
3535

3636
### 2.3 提交任务

0 commit comments

Comments
 (0)