Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/en/docs/lakehouse/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ under the License.
}
```

8. Query the appearance of hive and encounter this error:`java.lang.ClassNotFoundException: Class com.hadoop.compression.lzo.LzoCodec not found`

Search in the hadoop environment hadoop-lzo-*.jar, and put it under "${DORIS_HOME}/fe/lib/",then restart fe.

## HDFS

1. What to do with the`java.lang.VerifyError: xxx` error when accessing HDFS 3.x?
Expand Down Expand Up @@ -241,3 +245,4 @@ under the License.

Note that the value here is the cumulative value of a single HDFS Client, not the value of a single query. The same HDFS Client will be reused by multiple queries.


4 changes: 4 additions & 0 deletions docs/zh-CN/docs/lakehouse/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ under the License.
]
}
```
8. 查询hive外表,遇到该报错:`java.lang.ClassNotFoundException: Class com.hadoop.compression.lzo.LzoCodec not found`

去hadoop环境搜索`hadoop-lzo-*.jar`放在`"${DORIS_HOME}/fe/lib/"`目录下并重启fe。

## HDFS

Expand Down Expand Up @@ -238,3 +241,4 @@ under the License.
注意,这里的值是单个 HDFS Client 的累计值,而不是单个查询的数值。同一个 HDFS Client 会被多个查询复用。